Search notes:

Private SQL area: run-time area

The run-time area is part of the private SQL area.
The run-time area stores information that is needed to execute an SQL Statement such as the number of records that were already fetched.
The amount in bytes for the run-time area can be queried from the column RUNTIME_MEM in V$SQL and V$SQLAREA.

Index