0% found this document useful (0 votes)
46 views2 pages

Question Paper

This document contains questions about Oracle and UNIX concepts and commands. In Oracle, questions cover topics like renaming columns, finding maximum salaries by job, querying records with underscores in names, advantages of 9i joins, duplicate rows, last Friday of a month, retrieving the Nth row, materialized views, rowids, new and old values in DML, background processes, implicit cursors, parameter modes, predefined exceptions, two phase commit, SQL Loader, UTL_FILE package, changing sequence limits, differences between delete and truncate, and spool commands. In UNIX, questions cover finding largest files, searching and removing files, positional parameters in shell scripts, searching and replacing words in files using vi editor, and executing recurring tasks
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
46 views2 pages

Question Paper

This document contains questions about Oracle and UNIX concepts and commands. In Oracle, questions cover topics like renaming columns, finding maximum salaries by job, querying records with underscores in names, advantages of 9i joins, duplicate rows, last Friday of a month, retrieving the Nth row, materialized views, rowids, new and old values in DML, background processes, implicit cursors, parameter modes, predefined exceptions, two phase commit, SQL Loader, UTL_FILE package, changing sequence limits, differences between delete and truncate, and spool commands. In UNIX, questions cover finding largest files, searching and removing files, positional parameters in shell scripts, searching and replacing words in files using vi editor, and executing recurring tasks
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

ORACLE TEST

1. Write syntax to rename column in table?


2. List out the employees who are drawing maximum salaries in
their respective jobs?
3. Write a query to list employee details having _ in their
name?
4. What is the advantage of 9i joins? Name some of them.
5. Query to display only duplicate rows in table?
6. Query to get last Friday of any month?
7. How to retrieve only the Nth row from table. Write down a
sample query?
8. What is materialized view?
9. What is rowid? Write down sample query using it.
10.What are New & Old? How they are supported in DML
operations?
11.What are Background process in Oracle . List them ?
12.Write a sample Pl/Sql Block using implicit cursor?
13. What are parameter modes. Write a sample program?
14. What are types exceptions? List some pre defined
exceptions?
15. What is Two Phase Commit ?
16. What is SQL Loader ? Write down sample Script ?
17. What is UTL_FILE package purpose ? List down some sub
programs in it ?
18. write sql stmt to change sequence maximum limit ?
19. What is the difference between Delete & Truncate ?
20 . What is the purpose of Spool command ?

UNIX :
1. Write a command to Find largest file in a directory ?
2. Write a command to search for a file and remove it at a time ?
3. What are Positional Parameters ? write a sample Shell script
using them?
4. Write a command to search a word and replace in file using Vi
editor ?
5. Write a command to execute a task repeatedly every 15
Minutes.

You might also like