I'm having some Oracle trouble ...
I installed Oracle 11g Express Edition to here:
C:\oraclexe\app\oracle\product\11.2.0\server
.. so that there are folders such as:
C:\oraclexe\app\oracle\product\11.2.0\server\bin
C:\oraclexe\app\oracle\product\11.2.0\server\config
C:\oraclexe\app\oracle\product\11.2.0\server\database
C:\oraclexe\app\oracle\product\11.2.0\server\lib
and so on ... and the database is working fine ..
I now install OC4J to C:\oc4j_extended_101350
.. so that there are folders such as:
C:\oc4j_extended_101350\bin
C:\oc4j_extended_101350\j2ee
C:\oc4j_extended_101350\webservices
and so on ..
Now OC4J requires me to define the environment variable ORACLE_HOME
, which should be set to C:\oc4j_extended_101350
in order for OC4J to work .. However, if I do this, the Oracle Database stops working ... and if I delete the ORACLE_HOME
environment variable, or set it to where Oracle Database is installed, OC4J stops working ..
So is there any solution for this ? So that both OC4J and Oracle Database work ?
My system is Windows 7 64-bit, in case this matters ..
EDIT:
Also, I need BOTH to work together simultaneously with each other, so I'm not sure if a script solution will work or not ..