Purpose
The DBA_OB_CONCURRENT_LIMIT_SQL view displays the relevant information about the throttling rule outlines in the current tenant.
Note
This view is introduced since OceanBase Database V4.0.0.
Columns
| Column | 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 throttling rule outline. |
| DATABASE_NAME | VARCHAR2(128) | NO | The name of the database. |
| OUTLINE_NAME | VARCHAR2(128) | NO | The name of the throttling rule outline. |
| OUTLINE_CONTENT | CLOB | NO | The content of the throttling rule outline, which can be empty. |
| VISIBLE_SIGNATURE | CLOB | NO | The result of signature deserialization. |
| SQL_TEXT | CLOB | NO | The SQL text specified in the on clause when the throttling outline was created. |
| CONCURRENT_NUM | NUMBER(38) | NO | The maximum number of concurrent SQL statements allowed. |
| LIMIT_TARGET | CLOB | NO | The SQL statements subject to throttling. |