in reply to Re^3: [OT] Get the database name in Oracle
in thread [OT] Get the database name in Oracle

Try this one : select ora_database_name from dual;
  • Comment on Re^4: [OT] Get the database name in Oracle

Replies are listed 'Best First'.
Re^5: [OT] Get the database name in Oracle
by erix (Prior) on May 30, 2015 at 06:34 UTC

    You're late, the thread is almost 10 years old, and that answer came in 6 years ago;-)