PLAN_TABLE displays the plan information collected by EXPLAIN PLAN. Plan information is in a session-level life cycle. After the session exits, the data will be deleted. Data is isolated between sessions and between users.
Column |
Type |
Description |
|---|---|---|
statement_id |
varchar2(30) |
Query tag specified by a user |
plan_id |
Bigint |
ID of a plan to be queried |
id |
Int |
ID of each operator in a generated plan |
operation |
varchar2(30) |
Operation description of an operator in a plan |
options |
varchar2(255) |
Operation parameters |
object_name |
Name |
Name of an operated object. It is defined by users, not the object alias used in the query. |
object_type |
varchar2(30) |
Object type |
object_owner |
Name |
User-defined schema to which an object belongs |
projection |
varchar2(4000) |
Returned column information |