how to check the version [message #258580] |
Mon, 13 August 2007 02:03 |
kimy1214
Messages: 8 Registered: August 2007
|
Junior Member |
|
|
we have oracle application installed in our solaris 9 server. wat is the command to check version of oracle?
|
|
|
|
Re: how to check the version [message #258588 is a reply to message #258580] |
Mon, 13 August 2007 02:13 |
kimy1214
Messages: 8 Registered: August 2007
|
Junior Member |
|
|
thanks for ur quick reply. i need a command that i can issue in command line. like "showrev -p", to show the installed patches. i actually dont know wer to submit "select * from v$version ". pls advise, not really familiar on tis. thanks
|
|
|
|
|
|
|
|
|
Re: how to check the version [message #260701 is a reply to message #258631] |
Mon, 20 August 2007 14:15 |
Sanjay Bajracharya
Messages: 279 Registered: October 2001 Location: Florida
|
Senior Member |
|
|
Michel Cadot wrote on Mon, 13 August 2007 04:56 | From which method?
Regards
Michel
|
On the server at the command line do
% sqlplus -? | grep Release | cut -f3 -d " "
make sure your ORACLE_HOME is set properly.
--
Sanjay B.
|
|
|
|
Re: how to check the version [message #261745 is a reply to message #260772] |
Thu, 23 August 2007 08:36 |
Sanjay Bajracharya
Messages: 279 Registered: October 2001 Location: Florida
|
Senior Member |
|
|
Arju wrote on Mon, 20 August 2007 23:02 | Hai this is the SQL*Plus version. Not the Oracle Version.
A simply sqlplus -V will work for seeing SQL*plus version.
|
Your right ... but usually on the server, the sqlplus is the same version as the rdbms ... so nearly true ... still not 100%.
Do "select * from v$version;"
--
Sanjay B.
|
|
|
Re: how to check the version [message #261780 is a reply to message #261745] |
Thu, 23 August 2007 10:30 |
DreamzZ
Messages: 1666 Registered: May 2007 Location: Dreamzland
|
Senior Member |
|
|
Sanjay Bajracharya wrote on Thu, 23 August 2007 07:36 | Arju wrote on Mon, 20 August 2007 23:02 | Hai this is the SQL*Plus version. Not the Oracle Version.
A simply sqlplus -V will work for seeing SQL*plus version.
|
Your right ... but usually on the server, the sqlplus is the same version as the rdbms ... so nearly true ... still not 100%.
Do "select * from v$version;"
--
Sanjay B.
|
OP got his answer in ist reply.
|
|
|