Re: Version of Oracle Database without connecting to the database.

From: Keith Moore <kmoore_at_zephyrus.com>
Date: Fri, 24 Oct 2008 11:05:58 -0500 (CDT)
Message-ID: <9018b6e19bdd488509598c8e8e809b29.squirrel@lady.zephyrus.com>


Some of the other suggestions may be better but this will also work:

sqlplus /nolog

SQL*Plus: Release 10.2.0.3.0 - Production on Fri Oct 24 11:01:34 2008

Copyright (c) 1982, 2006, Oracle. All Rights Reserved.

SQL> Or to not be stuck at the SQL prompt:
echo 'exit' | sqlplus /nolog

>
> lsnrctl status will give you the listener binary version
>
> may be can help

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Oct 24 2008 - 11:05:58 CDT

Original text of this message