When installing the Identity Governance 14.3 CP3 Cumulative Patch, the DB Oracle scripts fail with an error in the last step.
->After executing the above script successfully, execute the following
ALTER statement alone:
ALTER TRIGGER TRG_CertificateId ENABLE;
The error returned is below:
Release : 14.3 CP3
Component : Identity Governance
The line "ALTER statement alone: " is not meant to be there. If you ignore that line and proceed with "ALTER TRIGGER TRG_CertificateId ENABLE; ", it should complete successfully without any further issues.