Home » SQL & PL/SQL » SQL & PL/SQL » accessing system variables
accessing system variables [message #20653] Tue, 11 June 2002 07:35 Go to next message
V Sh
Messages: 8
Registered: June 2002
Junior Member
Is there anyway I can access the release number of oracle in a sql or pl/sql query?
I am just able to view the release with the following command :
SHOW REL
But I want to access it in a query.
Thanks....
Re: accessing system variables [message #20654 is a reply to message #20653] Tue, 11 June 2002 07:51 Go to previous message
Mahesh Rajendran
Messages: 10707
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator

37 rows selected.

SQL> select * from v$version;

BANNER
----------------------------------------------------------------
Oracle9i Enterprise Edition Release 9.0.1.0.0 - Production
PL/SQL Release 9.0.1.0.0 - Production
CORE    9.0.1.0.0       Production
TNS for Solaris: Version 9.0.1.0.0 - Production
NLSRTL Version 9.0.1.0.0 - Production

SQL> 
Previous Topic: Re: Refreshing the Materialized view
Next Topic: Re: accessing system variables
Goto Forum:
  


Current Time: Mon May 20 16:45:05 CDT 2024