3.13.15 Exporting Workspaces, Apps, and Related Files from a Command-line
Export workspaces, applications, and related files from a command-line
        using the APEXExport utility.
               
Tip:
To review recommendations about optimizing the development and deployment of Application Express applications, see "Life Cycle Management with Oracle Application Express.".
To review a tutorial that demonstrates deployment options, go to the Oracle Online Learning Library at http://www.oracle.com/oll/apex and search for Advanced Deployment of Your Application.
- About APEXExport
 Learn about theAPEXExportutility.
- Using APEXExport
 Use theAPEXExportprogram to export workspaces, applications, and related files from a command-line. Use the-splitoption to export files into separate SQL scripts.
See Also:
"Deploying an Application" in Oracle Application Express App Builder User’s Guide
Parent topic: Managing Existing Workspaces
3.13.15.1 About APEXExport
Learn about the APEXExport utility.
                  
Program Requirements
The APEXExport program requires:
                     
- 
                           
                           JDK (Java Development Kit) release 1.6 or higher 
- 
                           
                           Oracle JDBC class libraries must be in your CLASSPATH 
About APEXExport
APEXExport is a command-line utility for exporting workspaces,
        applications, and related files. Use the -split option to export files into
        separate files. Splitting application, page, and component exports into separate SQL files
        enables you to manage just the files with changes instead of exporting, inporting, and
        installing entire applications.
                     
The Export as Zip option in the App Builder enables you to create
        an archive with the same directory structure and files as using the -split
        option.
                     
See Also:
"Splitting Export Files into Separate Scripts" and "Directory Structure When Splitting Export Files into Separate Scripts" in Oracle Application Express App Builder User’s Guide