Database Name on Oracle

September 10, 2010

To find out the name of the current database on Oracle:

SQL> SELECT name FROM v$database;

Tags: oracle name