Register Extract Is Failing With ORA-44004: invalid qualified SQL name
(Doc ID 2936317.1)
Last updated on JULY 20, 2024
Applies to:
Oracle GoldenGate - Version 19.1.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
ERROR OGG-08221 Cannot register or unregister EXTRACT <extract_name> because of the following SQL error: OCI Error ORA (status = 44004-ORA-44004: invalid qualified SQL name
ORA-06512: at "SYS.DBMS_ASSERT", line 375
ORA-06512: at "SYS.DBMS_ASSERT", line 315
ORA-06512: at "SYS.DBMS_LOGREP_UTIL", line 312
ORA-06512: at "SYS.DBMS_CAPTURE_ADM", line 168
ORA-06512: at line 1
).
-- CDB
select * from global_name;
GLOBAL_NAME
<CDB name>.ABC.CO.ABC-EFG.XY.YZ
-- PDB
select * from global_name;
GLOBAL_NAME
<PDB_name>.ABC.CO.ABC-EFG.XY.YZ
-- Error from ggsci:
GGSCI > REGISTER EXTRACT <extract_name> database container (<name>)
2023-03-07 09:04:01 ERROR OGG-08221 Cannot register or unregister EXTRACT <extract_name> because of the following SQL error: OCI Error ORA (status = 44004-ORA-44004: invalid qualified SQL name
ORA-06512: at "SYS.DBMS_ASSERT", line 375
ORA-06512: at "SYS.DBMS_ASSERT", line 315
ORA-06512: at "SYS.DBMS_LOGREP_UTIL", line 312
ORA-06512: at "SYS.DBMS_CAPTURE_ADM", line 168
ORA-06512: at line 1
).
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 |