create_procedure
Create or replace database procedures, functions, or packages by executing full DDL statements. Automatically commits changes and works only on writable connections.
Instructions
Create or replace a procedure, function, or package using a full DDL statement. The statement must start with CREATE. Commits automatically (DDL). Only available on writable connections.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection | No | Connection name from list_schemas. Must have readonly=false. | |
| procedure_sql | Yes | Full CREATE OR REPLACE PROCEDURE/FUNCTION/PACKAGE [BODY] DDL statement. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |