Batch script for set env. variable startup OC4J and remove env. variable
问题 on local computer are installed an Oracle client (11.2.0) and an OC4J Server (Oracle Containers for J2EE 10g (10.1.3.5.0) (build 090727.2000.36696)), both of them are using the ORACLE_HOME enviroment variable so I need to set ORACLE_HOME pointing to server folder only when server starts I'm trying to generate batch file that must do: Set enviroment variable ORACLE_HOME Start up OC4J server Unset ORACLE_HOME variable I'm trying with this script but the third statement never runs. call setx -m