查询oracle数据库的实例名和服务名时间:2025-04-23 21:34:461.实例名 select instance_name from v$instance; 2.服务名 select global_name from global_name;