execute_dml
Execute INSERT, UPDATE, or DELETE statements on Oracle databases using readwrite connections, with optional transaction commit.
Instructions
Execute a DML statement (INSERT, UPDATE, DELETE) on an Oracle database. Only works on connections with readwrite mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | SQL DML statement to execute | |
| commit | No | Whether to commit the transaction (default: true) | |
| connection | Yes | Name of the database connection to use |