Overview
GV$OUTLINE displays information about the outlines of the current tenant.
Field description
| Field name | Type | Nullable | Description |
|---|---|---|---|
| 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 outline. |
| DATABASE_NAME | VARCHAR2(128) | NO | The name of the database. |
| OUTLINE_NAME | VARCHAR2(128) | NO | The name of the outline. |
| VISIBLE_SIGNATURE | VARCHAR2(65536) | NO | The deserialization result of the signature, for ease of querying the signature information. |
| SQL_TEXT | VARCHAR2(65536) | NO | The SQL text specified in the on clause when the outline was created. |
| OUTLINE_TARGET | VARCHAR2(65536) | NO | The SQL text specified in the to clause when the outline was created. |
| OUTLINE_ SQL | VARCHAR2(65536) | NO | The SQL statement with complete outline information. |