-
Archive Files
What are archive files? What are the uses with archive files?
-
RAC Database
What difference does it make to a Oracle developer while using RAC ? Would/Should he realise that it is a RAC Database ?
-
DBMS Relation
In DBMS, What is a relation?
-
-
Drop a Datafile
How to drop or delete a datafile which has been miskenly added to a tablespace?
-
Database size
How to see the Database size and version and RMAN size and version?
-
TableSpace Space
How to find out how much space a tablespace has remaining?
-
Start Up Information
In which file we can see start up information?
-
Control File Restore
How to restore the control file by using RMAN backup?
-
Parent Table
A table which consist of atleast one primary or Unique key is called as Parent Table.
True / False (Justify) -
Identify DML Error
MERGE INTO SAS F USING (SELECT PRODID, PRODID+10 F, DESCRIP FROM PRODUCT) L ON (F.PRODID=L.PRODID) WHEN MATCHED THEN UPDATE SET F.PRODID=L.F WHEN NOT MATCHED THEN INSERT VALUES (L.F, L.DESCRIP)Why does the above give error?
-
Oracle Stand Alone Procedure
How does a stand alone procedures differ from that of other procedures?
-
-
-
-
Multi Row Sub-Queries
Query 1.
SELECT sal FROM emp e WHERE sal < any (SELECT sal FROM empWHERE empno=e.mgr)
(o/p:11 row)
Query 2.
SELECT SAL FROM emp e WHERE sal < any (SELECT sal FROM empWHERE mgr=e.empno)
(o/p:1 row)
What is the difference between the above 2 queries. -
Query Performance
Which one gives better performance,
co-related subquery or inline views? Why? -
-
Different values for SYSTEM.MESSAGE_LEVEL
What are the different values for :SYSTEM.MESSAGE_LEVEL and its impact?
-
Purpose of Redo Log Files
What is the purpose of redo log files?
Oracle Interview Questions
Sub Category
Questions
Answers
Last Updated
Ans