how to find all global database name in oracle

using  sqlplus  command  you can get  all databases name 


select  *from  global_name;