添加 '数据库/oracle/dg查询状态.md'

This commit is contained in:
iProbe 2023-03-29 10:09:45 +08:00
parent db1e1b9206
commit 3ef735afc8

View file

@ -0,0 +1,4 @@
```
# 查询状态及角色
select switchover_status,database_role from v$database;
```