SQL Code Snippets
Friday, October 18, 2013
Know the properties of the database
select * from
sys.V_$VERSION
;
know the properties of the database using DBLink
select * from
sys.V_$VERSION@DBLink
;
Newer Posts
Older Posts
Home
Subscribe to:
Comments (Atom)