简体   繁体   English

如何列出Oracle 12c中的PDB和CDB列表?

[英]How to list down the list of PDB and CDB in Oracle 12c?

在Oracle中返回PDB和CDB列表的SQL命令是什么?

DBA_PDBS views will list you the pluggable databases and their current state. DBA_PDBS视图将列出可插拔数据库及其当前状态。 PDB$SEED will be listed, but it's not one of your pluggable databases, not one that you would worry about anyway. PDB $ SEED将被列出,但它不是您的可插拔数据库之一,不是您无论如何都要担心的数据库。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM