-
-
Shared Pool Layers
How many layers are there in the shared pool? What are they?
-
Change Oracle from "Dedicated" Server to "Shared" Server
How to set the oracle from "Dedicated" to "Shared" server? What are all parameters needs to set to change the Oracle from "Dedicated" Server to "Shared" Server?
-
-
Estimage Size of Tablespace
How to estimate the size of a tablespace according to the size of the database size
-
How do you calculate various parameters in init.ora file like shared_pool_size, log_buffer etc
My database size is 80GB
-
-
-
-
-
Row Chaining
How to detect and prevent row chaining?
-
Oracle Instance
What is an Oracle Instance? Where it is present and How does it perform?
-
Purpose of Redo Log Files
What is the purpose of redo log files?
-
Different values for SYSTEM.MESSAGE_LEVEL
What are the different values for :SYSTEM.MESSAGE_LEVEL and its impact?
-
-
Query Performance
Which one gives better performance,
co-related subquery or inline views? Why? -
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