ORA-31475:redo log catalog contains no metadata for the source table
错误码
错误描述:redo log catalog contains no metadata for the source table
错误原因:While advancing a change set, an CDC attempted to query the LogMiner dictionary system tables to obtain the columns from the source table. The query returned no rows. This may be because none of the redo logs contains a catalog, or it may be an internal error.
解决方法:First, verify that the source system contains the source table. execute dbms_logmnr_d.build procedure to populate the redos log with logminer dictionary information. If this has been done and the problem persists, then contact Oracle Corporation
向认证技术专家提问
向技术专家提问


