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;

No comments:

Post a Comment