Tuesday, July 3, 2012

SQL Query for VERSIONs and OPTIONs


SQL Query that gives the versions of Oracle s/w:

select * from v$version;

SQL Query that gives the available options within Oracle s/w:

select * from v$option;

No comments: