OGG-08234 ERROR: Database container PDBJP2 does not exist. when PDB was created in lower case
(Doc ID 2773330.1)
Last updated on JULY 20, 2024
Applies to:
Oracle GoldenGate - Version 19.1.0.0.4 and laterInformation in this document applies to any platform.
Symptoms
GGSCI (<server>) 1> dblogin userid c##dummy, password dummy
Successfully logged into database CDB$ROOT.
GGSCI (<server> as c##dummy@XXXX/CDB$ROOT) 2> register extract t_bad database container(pdbab)
2021-04-08 15:06:03 ERROR OGG-08234 ERROR: Database container PDBAB does not exist.
Above error is thrown when PDB is created with lower case like below
SQL> select name, open_mode from v$pdbs;
NAME OPEN_MODE
--------------- ----------
PDB$SEED READ ONLY
PDBJP3 READ WRITE
PDBJP READ WRITE
pdbab READ WRITE
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |