Overview
GV$CONCURRENT_LIMIT_SQL displays all the throttling information 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 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 | VARCHAR2(65536) | NO | The content of the outline for throttling, which can be left empty. |
| 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 clause when the outline was created. |
| CONCURRENT_NUM | NUMBER(38) | NO | The maximum number of concurrent SQL statements allowed. |
| LIMIT_TARGET | VARCHAR2(65536) | NO | The SQL statements subject to throttling. |