With CTS, you can record DAS key operations for later query, audit, and backtracking.
Operation | Resource Type | Trace Name |
---|---|---|
Adding a database login | instance | createConnection |
Testing a database login | connection | testConnection |
Verifying a database login | connection | verifyConnection |
Modifying login information | connection | modifyConnection |
Deleting a database login | connection | deleteConnection |
Logging in to a database instance | connection | databaseLoginActions |
Logging in to a database instance | connection | dbsConnection |
Executing a SQL statement | connection | executeSql |
Canceling the execution of a SQL statement | connection | cancelExecute |
Obtaining result sets | connection | getExecuteResult |
Splitting a SQL statement into small SQL statements | connection | splitSql |
Formatting a SQL statement | connection | formatSql |
Obtaining the SQL execution plan | connection | getPlan |
Editing result sets | connection | editDatas |
Exporting result sets | connection | exportData |
Closing the SQL window | connection | closeWindow |
Obtaining autofill data | connection | autoFill |
Deleting executed SQL statements | connection | deleteExecSqlRecord |
Creating a task for exporting SQL result sets | connection | createExportSqlResultsetTask |
Creating a database export task | connection | createExportDatabaseTask |
Creating a quick export task | connection | createExportQuickDatabaseTask |
Deleting an export task | connection | deleteExportTask |
Stopping an export task | connection | stopExportTask |
Creating a task for importing a SQL file | connection | createImportSqlFileTask |
Creating a task for importing a CSV file | connection | createImportCsvFileTask |
Deleting an import task | connection | deleteImportTask |
Stopping an import task | connection | stopImportTask |
Creating a test data generation task | connection | createTestDataTask |
Deleting a test data generation task | connection | deleteTestDataTask |
Stopping a test data generation task | connection | stopTestDataTaskCreate |
Combining file fragments | connection | mergeFilePart |
Uploading file fragments | connection | uploadFilePart |
Executing a SQL diagnosis | connection | exeTuning |
Creating an OBS bucket | connection | createBucket |