Find Oracle Global Database Name

You can find the Oracle global database name using the below command,

SQL> SELECT * from GLOBAL_NAME;

GLOBAL_NAME
------------------------------------------
ELY.ITSITI.COM

You May Also Like

Leave a Reply?