Thursday, August 15, 2024

Solution-ERROR OGG-00664 Oracle GoldenGate Delivery for Oracle, repint1.prm: OCI Error ORA-26804: Apply "OGG$REPINT1" is disabled




Description :-

While starting replicat process in the Goldengate at target side, facing the below error:

ERROR   OGG-00664  Oracle GoldenGate Delivery for Oracle, repint1.prm:  OCI Error ORA-26804: Apply "OGG$REPINT1" is disabled. (status = 26804-Flushing database inbound server, 'OGG$REPINT1').

Problem:-

The replicat process "OGG$REPINT1" is disabled at database level identified using dba_apply view. 

     SQL>  select apply_name, status from dba_apply; 



Solution:-


After restarting the replicat process, the status of the process "OGG$REPINT1" changed to Enabled. 





  SQL>  select apply_name, status from dba_apply; 




No comments:

Post a Comment

RMAN Restoration to New Server with Same Database Name using Backup

  RMAN Restoration to New Server with Same Database Name Using Backup  Environment: Source Details: DB Version            : Oracle 19.0...