What is Shared Pool?
Answers were Sorted based on User's Feedback
Answer / jeby sebastian
Memory area of oracle which consists of Library cache
(recently executed sql and pl/sql statements) and Data
Dictionary cache(recently used tables and indexes).
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / shaikh asif
IT IS A MEMORY STRUCTURE WHICH CONTAINS
1.)LIBRARY CACHE(HOLDS RECENTLY EXECUTED PL/SQL COMMANDS)
2.)DATA DICTIONARY CACHE(HOLDS ALL RECENTLY EXECUTED DDL
COMMANDS);
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ravi dutta
shared pool contains both the data dictionary and the
library cache which are used for checking the syntax and the
execution plan respectively.
| Is This Answer Correct ? | 1 Yes | 1 No |
THE MAIN CONCEPT OF PROGRAMMIN TYPE?
What is the OPTIMAL parameter ?
What is advantage of having disk shadowing/ Mirroring ?
What is the maximum number of Lock Processes used?
Name the ORACLE Background Process?
What is an Oracle Rollback Segment?
What Does DBWR do?
When will be a segment released?
What is meant by recursive hints ?
What is the function of Dispatcher (Dnnn)?
How to find the current session sid
How will you create multiple rollback segments in a database ?