Quantcast
Channel: Doyensys Allappsdba Blog..
Viewing all articles
Browse latest Browse all 1640

Script to list all Installed Oracle Products

$
0
0

PAGER=more

if [ ! -d "${ORACLE_HOME}" ]; then
print "ERROR: Oracle home not set."
exit -1
fi

print "Oracle Installed Products for ORACLE_HOME ${ORACLE_HOME}:"

if [ -f "${ORACLE_HOME}/orainst/inspdver" ]; then
cd ${ORACLE_HOME}/orainst
./inspdver | ${PAGER}
else
cat ${ORACLE_HOME}/install/unix.rgs | ${PAGER}
fi

Viewing all articles
Browse latest Browse all 1640

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>