4 lines
No EOL
87 B
Markdown
4 lines
No EOL
87 B
Markdown
```
|
|
# 查询状态及角色
|
|
select switchover_status,database_role from v$database;
|
|
``` |