ORA-31531: could not find column string in CDC subscriber view string
.stringWhat triggered the Error:
A column was missing in a subscriber view for an imported Change Data Capture subscription.What should we do to fix it:
It is likely that this view existed before the import operation and import did not overwrite it. Determine whether the imported subscriber view should supercede the original view. If so, drop the original view and retry the import. If not, the subscriber view must have a different name in order to be imported.