Issue :
The GoldenGate Extract was getting abended with below error020-06-03 12:21:09 ERROR OGG-00663 OCI Error ORA-00904: "INTCOL#": invalid identifier (status = 904), SQL <SELECT .....l# FROM TABLE (system.logmnr$col_gg_tabf_public( :sid, :mdh, :object_id, :objv, to_number(:csn) ))
Fix :
We applied the patch: -
Patch 17030189: LOGMINER GG DICTIONARY SUPPORT : MISSING ATTRIBUTES
cd <Patch_Location>/17030189.11204161018
-- Check for Conflicts
$OH/OPatch/opatch prereq CheckConflictAgainstOHWithDetail -ph .
-- Apply the Bug Patch
$OH/OPatch/opatch apply
-- Run Post Install
SQL> @?/sqlpatch/17030189/postinstall.sql
-- Then I ran these scripts as well and this time after the db bounce there were no errors:
SQL> drop PACKAGE LOGMNR_DICT_CACHE;
Package dropped.
SQL> @prvtlmcs.plb
Package created.
No errors.
SQL> @$ORACLE_HOME/rdbms/admin/prvtlmcb.plb
SQL> grant EXECUTE,debug on SYSTEM.LOGMNR$KEY_GG_TABF_PUBLIC to GG_USER;
Hope this resolves your issue..
No comments:
Post a Comment