About RDS's oracle cdb issue

0

Hi all,

Is it possible to connect rds' oracle cdn through oracle sql developer as mentioned in following post:

Managing Pluggable Databases (PDBs) using Oracle SQL Developer

I can access particular PDB through sql developer but fail to do so on CDB level.

Thanks.

Apac
已提问 1 个月前229 查看次数
2 回答
1
已接受的回答

Hello,

You cannot connect to a CDB in RDS for Oracle. You always connect to the tenant database (PDB) rather than the CDB.

Please refer to Limitations of RDS for Oracle CDBs as RDS for Oracle supports a subset of features available in an on-premises CDB.

AWS
已回答 1 个月前
profile picture
专家
已审核 1 个月前
0

Hello,

Please note, You can’t connect to a CDB. You always connect to the tenant database (PDB) rather than the CDB. Specify the endpoint for the PDB just as for a non-CDB. The only difference is that you specify pdb_name for the database name, where pdb_name is the name you chose for your PDB.

To confirm, it is expected behavior of failed connection at CDC level as per limitations [1]. Reference

[1] https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Oracle.Concepts.CDBs.html#Oracle.Concepts.single-tenant-limitations : Overview of RDS for Oracle CDBs - Limitations of RDS for Oracle CDBs

AWS
已回答 1 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则