Oracle Database - Shared sql area
Table of Contents
About
The Shared sql area is an area in the library cache that contains:
- the cached SQL cursors
- the actual plan
- the parse tree
for a SQL statement.
Only one shared SQL area exists for a unique statement.