InterviewSolution
Saved Bookmarks
| 1. |
What Is A Shared Pool? |
|
Answer» Shared pool in oracle CONTAINS CACHE information that collects, parses, INTERPRETS and executes SQL statements that goes against database. This shared pool ACTS LIKE a buffer for these SQL statements. Shared pool in oracle contains cache information that collects, parses, interprets and executes SQL statements that goes against database. This shared pool acts like a buffer for these SQL statements. |
|