首页 > 代码库 > 查看当前连接的实例名

查看当前连接的实例名

1

select name from v$database;

2

select instance_name from v$instance;

3

show parameter instance;

查看当前连接的实例名