

expSupportingObjects: Pass (Y)es, (N)o or (I)nstall to override the default expNoSubscriptions: Do not export references to subscribed components expOriginalIds: If specified, the application export will emit ids as they were when the application was imported expFeedbackSince: Export team development feedback since date in the format YYYYMMDD

deploymentSystem: Deployment system for exported feedback expTeamdevdata: Export team development data for all workspaces or identified by -workspaceid expFeedback: Export team development feedback for all workspaces or identified by -workspaceid to development or deployment expTranslations: Export the translation mappings and all text from the translation repository expIRNotif: Export all interactive report notifications expSavedReports: Export all user saved interactive reports expPubReports: Export all user saved public interactive reports skipExportDate: Exclude export date from application export files expFiles: Export all workspace files identified by -workspaceid expMinimal: Only export workspace definition, users, and groups

expWorkspace: Export workspace identified by -workspaceid or all workspaces if -workspaceid not specified workspaceid: Workspace ID for which all applications to be exported or the workspace to be exported applicationid: ID for application to be exported In this example we will use the "/tmp" directory.Įxport CLASSPATH=$/bin/java -h
#Oracle apex port software#
Place the software into a directory of your choice. Run the APEXExport utility to extract the SQL representation of the applications or workspace. Set CLASSPATH=%APEX_BASE%\utilities\ojdbc8.jar %APEX_BASE%\utilities
#Oracle apex port how to#
Set the environment variables to allow the APEXExport utility to function, and the settings to tell it how to connect to the relevant database to capture the application or workspace of interest. Unzip the APEX software and copy the "ojdbc8.jar" file to the utilities directory. In this example we will use the "C:\temp" directory. WORKSPACE WORKSPACE_ID APPLICATION_ID APPLICATION_NAM The APEX_APPLICATIONS view displays information about the APEX applications.ĬOLUMN workspace_id FORMAT 99999999999999999999
#Oracle apex port download#
You can download ojdbc8.jar, or copy it from an existing product such as SQL Developer. You will need the APEX software and a copy of the "ojdbc8.jar" file.
