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
gefragt vor einem Monat229 Aufrufe
2 Antworten
1
Akzeptierte Antwort

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
beantwortet vor einem Monat
profile picture
EXPERTE
überprüft vor einem Monat
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
beantwortet vor einem Monat

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen