
- #Classes12 Jar For Oracle 11g New Features how to#
- #Classes12 Jar For Oracle 11g New Features install#
- #Classes12 Jar For Oracle 11g New Features upgrade#
#Classes12 Jar For Oracle 11g New Features upgrade#
« Apr Aug » Oracle 12c upgrade book Categories Categories Recent Posts Java oracle/apex/APEXExport -db apex-server.db.:1525:apexdb -user -password -applicationid 101 I tried following CLASSPATH, but got error export CLASSPATH=.:$/oui/jlib/classes12.jarĮxport JAVA_HOME=/opt/app/oracle/product/jdk1.6.0_38/jreĮxport PATH=/opt/app/oracle/product/jdk1.6.0_38/bin:$PATH If you set any of environment variable incorrectly, export won’t work.
#Classes12 Jar For Oracle 11g New Features install#
You need to download and install JDK1.6 as this will not working on lower version of JDK (to my experience).Īfter downloading and installing JDK 1.6, you need to set following environment If any of these are not correct (java version or environment variables), export will not work. Its very important that we have correct version of JAVA present in our environment and also we should make sure that we set environment variables correctly.

Step 3) Getting correct version and setting correct environment variable This is useful for management of files corresponding to the discrete elements of an Application Express application. This can be used used to split Oracle Application Express export files into separate SQL scripts. This will generate f.sql file.ģ) APEXExportSplitter.class – Should be present in $APEX_HOME/utilities/oracle/apex/APEXExportSplitter.class

This java class file is responsible for doing the export. Don’t jump in running export commandĢ) APEXExport.class – Should be present in $APEX_HOME/utilities/oracle/apex/APEXExport.class
#Classes12 Jar For Oracle 11g New Features how to#
This will give you idea about how to do the export. *** I am referring APEX_HOME to the directory where apex is extracted.ġ) readme.txt – Should be present in $APEX_HOME/utilities/readme.txtĬheck out this file. Step 2) Check APEXExport.class is present in utilities/oracle/apex directoryĬheck out following 3 files should be present under APEX_HOME APEX home is required for exporting application If you have delete the files, make sure you download same version again. Many time we download APEX, install in our database and later delete the files of APEX as they are not required.

Here are the simple steps to export the applications You don’t have to login to GUI (to your workspace) to export your application. Nice thing, I found how to export your APEX application from backend. So I thought of doing a complete reinstall of APEX but I didn’t have backup of my application. Unfortunately nothing seems to be working. I was trying to enable SSL (making URL https) for security reason and somehow the configuration did not work on production.Īt this stage I was trying to get back my APEX application. Recently I ended up screwing up my Apex application.
