Version of Oracle Database without connecting to the database.
- From: Fuad Arshad <fuadar@xxxxxxxxx>
- To: oracle-l@xxxxxxxxxxxxx
- Date: Fri, 24 Oct 2008 08:45:27 -0700 (PDT)
Folks,
I'm trying to find a way to script finding an approximation of the version of
the database without connecting to the database itself.
The goal is to try to find out of the Oracle_home is a Oracle 10 home , 9 home
etc .
right now i'm doiing something like
DATAVERSION1=`echo $ORACLE_HOME | awk -F/ '{print $6}'`
expecting that $6 would lead me to something like
/usr/local/oracle/product/10.2
but this is not a very foolproof implementation since installs can take various
forms and break this implementation.
Any ideas of how i can get the oracle version info considering that i will
always know the value of $ORACLE_HOME.
--
http://www.freelists.org/webpage/oracle-l
- Follow-Ups:
- Re: Version of Oracle Database without connecting to the database.
- From: David Ballester
- RE: Version of Oracle Database without connecting to the database.
- From: Channa, Santhosh
- Re: Version of Oracle Database without connecting to the database.
- From: Bradd Piontek
- Re: Version of Oracle Database without connecting to the database.
- From: Howard Latham
- Re: Version of Oracle Database without connecting to the database.
- From: Roman Podshivalov
- RE: Version of Oracle Database without connecting to the database.
- From: Bort, Guillermo
- Re: Version of Oracle Database without connecting to the database.
- From: Pete Finnigan
Other related posts:
- » Version of Oracle Database without connecting to the database.
- » Re: Version of Oracle Database without connecting to the database.
- » RE: Version of Oracle Database without connecting to the database.
- » Re: Version of Oracle Database without connecting to the database.
- » Re: Version of Oracle Database without connecting to the database.
- » Re: Version of Oracle Database without connecting to the database.
- » Re:Version of Oracle Database without connecting to the database.
- » Re: Version of Oracle Database without connecting to the database.
- » Re: Version of Oracle Database without connecting to the database.
- » Re: Version of Oracle Database without connecting to the database.
- » Re: Version of Oracle Database without connecting to the database.
- » RE: Version of Oracle Database without connecting to the database.
- » Re: Version of Oracle Database without connecting to the database.
- » RE: Version of Oracle Database without connecting to the database.
- » RE: Version of Oracle Database without connecting to the database.
- » Re: Version of Oracle Database without connecting to the database.
- » Re: Version of Oracle Database without connecting to the database.
- » RE: Version of Oracle Database without connecting to the database.
- » RE: Version of Oracle Database without connecting to the database.
- » Re: Version of Oracle Database without connecting to the database.
- » Re: Version of Oracle Database without connecting to the database. - Dennis Yurichev
- » Re: Version of Oracle Database without connecting to the database. - Jared Still
- » RE: Version of Oracle Database without connecting to the database. - Mark W. Farnham
- Re: Version of Oracle Database without connecting to the database.
- From: David Ballester
- RE: Version of Oracle Database without connecting to the database.
- From: Channa, Santhosh
- Re: Version of Oracle Database without connecting to the database.
- From: Bradd Piontek
- Re: Version of Oracle Database without connecting to the database.
- From: Howard Latham
- Re: Version of Oracle Database without connecting to the database.
- From: Roman Podshivalov
- RE: Version of Oracle Database without connecting to the database.
- From: Bort, Guillermo
- Re: Version of Oracle Database without connecting to the database.
- From: Pete Finnigan