Thursday 9 May 2013

How to find out the database name from SQL*PLUS command prompt?

Select * from global_name;
Or
Select name from v$database;

No comments:

Post a Comment