You can call this operation to initiate outline binding tasks.
Debugging
Authorization information
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| InstanceId | string | Yes | The ID of the OceanBase cluster. | ob317v4uif**** |
| TenantId | string | Yes | The ID of the tenant. | ob2mr3oae0**** |
| SqlText | string | Yes | The SQL text. | SELECT **** FROM **** WHERE **** = ? AND **** = ? ORDER BY **** ASC |
| DatabaseName | string | Yes | The name of the database. | test_data |
| TableName | string | No | The name of the table. | test_1 |
| SqlId | string | No | The ID of the SQL statement. | 8D6E84****0B8FB1823D199E2CA1**** |
| IsConcurrentLimit | boolean | No |
| true |
| DynamicSql | boolean | No | Specifies whether the specified SQL statements are dynamic SQL statements. Note
This parameter specifies whether the values of the SqlId parameter are the IDs of dynamic SQL statements.
| false |
| UId | string | No | The user identifier (UID) of the OceanBase database. | 139************* |
| PlanData | string | No | The execution plan. | ******** |
| IndexName | string | No | The name of the index. | idx_a |
| MaxConcurrent | integer | No | The maximum number of outline binding tasks that can be initiated at a time. | 2 |
| StartTime | string | No | The start time of querying the TOPSQL parameter. | 2025-05-13T15:40:43Z |
| EndTime | string | No | The end time of querying the SQL execution plan. | 2025-05-13T16:40:43Z |
| StatementId | string | No | The ID of the SQL template. | ******** |
| BySqlId | boolean | No | Specifies whether to bind by SQLID/SQLText. Default value: true. | true |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "EE205C00-30E4-XXXX-XXXX-87E3A8A2AA0C",
"Success": true,
"Message": "successful"
}Error codes
For a list of error codes, visit the Service error codes.
