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 |
What is use of Rollback Segments In Database ?
What are the functions of SMON?
What is the OPTIMAL parameter ?
What is function of RECO?
What are the consideration at tehe migration of Oracle 9i to 10G.
What is User Process?
What is meant by redo log buffer ?
Which parameter in Storage clause will reduce no. of rows per block?
What is advantage of having disk shadowing/ Mirroring ?
How will you monitor rollback segment status ?
• What is oracle Architecture?
What is the significance of having storage clause ?