Purpose
GV$CONCURRENT_LIMIT_SQL displays all throttling information about the current tenant.
Fields
| Field | 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 for throttling. |
| DATABASE_NAME | VARCHAR2(128) | NO | The name of the database. |
| OUTLINE_NAME | VARCHAR2(128) | NO | The name of the outline for throttling. |
| OUTLINE_CONTENT | CLOB | NO | The content of the outline for throttling, which can be left empty. |
| VISIBLE_SIGNATURE | CLOB | NO | The deserialized result of the signature, for the purpose of querying the signature information. |
| SQL_TEXT | CLOB | NO | The SQL text specified in the clause when the outline was being created. |
| CONCURRENT_NUM | NUMBER(38) | NO | The maximum number of concurrent SQL statements allowed. |
| LIMIT_TARGET | CLOB | NO | The SQL statements subject to throttling. |