posted 19 years ago
Hi !!!
How do i get the current database name.
I tried the following query
select name from v$database;
but this works only for users with sysdba rights. Let me know the way to get the name of database, connected as a normal user.
Thanks