Category: Linux

  • Linux command to set ORACLE_HOME temporary

    When someone is newbie, these types of command are really helpful. I just want to share how to set  ORACLE_HOME path easily. Following is the command. export ORACLE_HOME=/Oracle/Middleware/Oracle_Home To check ORACLE_HOME use the following command echo $ORACLE_HOME It should be: /Oracle/Middleware/Oracle_Home

  • OPatch command error, Oracle SOA 12c opatch commad

    I was executing opatch command to know about version but I had been facing the following error. I could not understand why is it happening. Then I used the correct path of JDK with below command an it worked. [oracle@bpm01 OPatch]$ ./opatch lsinventory Exception in thread “main” java.lang.UnsupportedClassVersionError: com/oracle/cie/gdr/external/InventoryException : Unsupported major.minor version 51.0  …