apex_export_page
Export a single Oracle APEX page as a SQL install script. Provide the app ID and page ID to generate the script, optionally saving it to a file.
Instructions
Export a single page as SQL install script.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | Numeric application ID (e.g., 100). | |
| page_id | Yes | Numeric page ID to export (e.g., 1). | |
| output_path | No | Full file path where the SQL export should be saved (e.g., "C:/myproject/apex/f100_p001.sql"). If empty, only the first 32 KB of SQL is returned in the JSON response. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |