Login  Register

Re: Posting Single Ledger

Posted by ErmanArslansOracleBlog on Oct 28, 2016; 7:13am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Posting-Single-Ledger-tp1452p1462.html

It seems you have no central inventory pointer file (/etc/oraInst.loc). I dont know if you have central inventory either. But, lets 'see by the quick solution for below;

We will use the oraInst.loc locataed in your ORACLE_HOME...

Login to your OS with the RDBMS owner (i.e oracle)
set your environment
Then include opatch in your PATH ;

[oracle@erman dbhome_1]$ export PATH=$PATH:$ORACLE_HOME/OPatch

Lastly use your oraInst.loc file located in the $ORACLE_HOME for the Inventory Pointer Location.

[oracle@erman dbhome_1]$ opatch lsinventory invPtrLoc=$ORACLE_HOME/oraInst.loc

This will do the work..

You can get opatch related info from docs.oracle.com : https://docs.oracle.com/cd/E11882_01/em.112/e12255/title.htm
Universal Installer and OPatch User's Guide