-
-
-
-
RMAN Backup
How to take backup using RMAN backup, without catalogdb?
-
Oracle Catlog & Archive Log
Explain what are Oracle Catlog & Oracle Archive Log ?
-
Find Total Number of Databases
How will you find the total number of databases present in our system via LINUX OS?
-
-
-
DUAL table in Oracle
Can you explain What is DUAL table in Oracle?
-
-
-
-
-
-
-
What do you mean by Conceptual?
How its helps? Why we go for Conceptual Model?
-
Large SQL query performance check
You have a very large query say of 2000 lines. How would you check if the indexes are being used or not. Would you read all the lines of explain plan in plan table to get it? If yes, will it be feasible? Do you have any other method of checking this?
-
Compute Sum
In order to 'Compute Sum' clause in the SQL reports which of the following is mandatory1) Break on 2) Order by 3) Set page size 4) Set feedback
-
Redo Log Files
In which format redo log files stores the changes ?
-
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.
Oracle Interview Questions
Sub Category
Questions
Answers
Last Updated
Ans