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.

2 Answers
1
Accepted Answer

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
answered a month ago
profile picture
EXPERT
reviewed a month ago
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
answered a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions