Log in to OceanBase Developer Center (ODC) and click the name of the target connection to go to the corresponding connection management page. You can click

Management actions
The names of trigger objects support ascending order by the head character by default in the trigger list.
Shortcut function
The following functions are provided in the upper right corner of the tree:
| Action | Description |
|---|---|
| Create | Click this option to create trigger. |
| Filter | Click this option to display valid/invalid triggers. |
| Refresh | Click this option to refresh the structure tree after you perform management actions on the trigger, so that the structure tree displays the latest information. |
Right-click function
Right-click the target object in the list. A shortcut menu appears, displaying some management options provided by ODC for you to conveniently manage the target object. The following table describes the management options.
| Option | Description |
|---|---|
| View Trigger | Click this option to go to the trigger management page, where you can view the basic information, parameters, and code of the trigger. |
| Create Trigger | Click this option to go to the Create Trigger page, where you can create a trigger as prompted. |
| Edit | Click this option to go to the trigger editing page, which displays the statements that define the trigger and where you can continue to edit the trigger. |
| Compile | Click this option to compile the trigger. |
| Enable | Click this option to enable the trigger. |
| Disable | Click this option to disable the trigger. |
| Export | Export single table, see Export schemas and data. |
| Download | Download the SQL file for the trigger object. |
| Delete | Click this option to delete the trigger. |
| Refresh | Click this option to refresh the list after you perform management actions on the trigger, so that the list displays the latest information. |
Trigger management page

You can double-click the name of the target trigger in the trigger list to go to the trigger management page, which provides the following three tabs:
Basic Info : displays information such asName ,Owner , and the Trigger State of the trigger.Base Object : displays information such asName ,Owner , andType of the base object of the trigger.DDL : displays the script that defines the trigger and provides theEdit ,Find , andRefresh buttons. You can click Edit to go to the trigger editing page.
Trigger editing page
To go to the trigger editing page, right-click the target trigger in the trigger list and choose
| Button | Description |
|---|---|
| Format | Click this button to apply formatting, such as indentation, line break, and keyword highlighting, to the selected SQL statements or all the SQL statements in the current SQL window. |
| Find and Replace | You can specify search criteria in the search box to find specific content in the script and enter other content in the replacement box to replace the content found. |
| Undo | Click this button to undo the last operation. |
| Redo | Click this button to reverse an
|
| Case Sensitivity | The system supports three configurations:
|
| Indent | The
|
| Comment | The
|
| Confirm Modification | Click this button to apply the current modification. |