1) To use APEXExport, a JDK of version 1.5 or greater must be used. Additionally, the Oracle JDBC
class libraries must be in your CLASSPATH.
To set the CLASSPATH, following are some examples:
export CLASSPATH=.:${ORACLE_HOME}/jdbc/lib/ojdbc5.jar
...from the Bash shell or ...
set CLASSPATH=%CLASSPATH%;.\;%ORACLE_HOME%\jdbc\lib\ojdbc5.jar
...from Windows environments.
2) From the apex/utilities directory, issue the command:
java oracle.apex.APEXExport
java oracle.apex.APEXExport -db HOSTNAME:PORT:SID -user <USERNAME> -password <PASSWORD> -applicationid <ID>
class libraries must be in your CLASSPATH.
To set the CLASSPATH, following are some examples:
export CLASSPATH=.:${ORACLE_HOME}/jdbc/lib/ojdbc5.jar
...from the Bash shell or ...
set CLASSPATH=%CLASSPATH%;.\;%ORACLE_HOME%\jdbc\lib\ojdbc5.jar
...from Windows environments.
2) From the apex/utilities directory, issue the command:
java oracle.apex.APEXExport
java oracle.apex.APEXExport -db HOSTNAME:PORT:SID -user <USERNAME> -password <PASSWORD> -applicationid <ID>