apex_export_app
Export an Oracle APEX application as a SQL install script. Specify the app ID and optional output path to save the file, or preview the first 500 characters.
Instructions
Export an app as SQL install script.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | Numeric application ID to export (e.g., 100). | |
| output_path | No | Full file path where the SQL export should be saved (e.g., "C:/myproject/apex/f100.sql"). If empty, only the first 500 characters are returned as a preview in the JSON response. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |