Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Retrieve Oracle Version

Re: Retrieve Oracle Version

From: gazzag <gareth_at_jamms.org>
Date: 13 Jun 2005 02:51:10 -0700
Message-ID: <1118656270.779744.99180@g49g2000cwa.googlegroups.com>


Depending on your setup, you could rsh as Oracle around all of your servers and run something like the following:

export ORACLE_SID=<dbname>
sqlplus /nolog
connect / as sysdba;
select * from v$version;
exit;

No passwords required :) Received on Mon Jun 13 2005 - 04:51:10 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US