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

this view need to be granted from DBA. SELECT SUBSTR (GLOBAL_NAME, 1, INSTR (GLOBAL_NAME, '.') - 1) FROM GLOBAL_NAME ;
  • Comment on Re^5: [OT] Get the database name in Oracle