Feature
DBA_OB_OUTLINES provides information about the execution plan outlines in the current tenant.
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| CREATE_TIME | TIMESTAMP(6) | NO | The timestamp that indicates when the outline was created. |
| MODIFY_TIME | TIMESTAMP(6) | NO | The timestamp that indicates when the outline was modified. |
| TENANT_ID | NUMBER(38) | NO | The ID of the tenant. |
| DATABASE_ID | NUMBER(38) | NO | The ID of the database. |
| OUTLINE_ID | NUMBER(38) | NO | The ID of the execution plan outline. |
| DATABASE_NAME | VARCHAR2(128) | NO | The name of the database. |
| OUTLINE_NAME | VARCHAR2(128) | NO | The name of the execution plan outline. |
| VISIBLE_SIGNATURE | CLOB | NO | The result of signature deserialization. |
| SQL_TEXT | CLOB | NO | The SQL text specified in the on clause when the execution plan outline was created. |
| OUTLINE_TARGET | CLOB | NO | The SQL text specified in the to clause when the execution plan outline was created. |
| OUTLINE_SQL | CLOB | NO | The SQL statement with complete information about the execution plan outline. |
| SQL_ID | VARCHAR2(32) | NO | The ID of the SQL statement. |
| OUTLINE_CONTENT | CLOB | NO | The complete information about the execution plan outline. |