Updated on 2023-10-23 GMT+08:00

ADM_HIST_SQL_PLAN

ADM_HIST_SQL_PLAN displays plan information collected by the current user by running the EXPLAIN PLAN statement. By default, only the system administrator can access this view. Common users can access the view only after being authorized.

Table 1 ADM_HIST_SQL_PLAN columns

Name

Type

Description

SQL_ID

character varying(30)

Session that inserts the data. Its value consists of a service thread start timestamp and a service thread ID. Values are constrained by NOT NULL.

PLAN_HASH_VALUE

bigint

Query ID.

OPERATION

character varying(30)

Operation description.

OPTIONS

character varying(255)

Operation action.

OBJECT_NAME

name

Name of an operated object. It is defined by users.