ORA-26696: no string data dictionary for object with number string and version number string from source database string

文档解释

ORA-26696: no string data dictionary for object with number string and version number string from source database string

Cause: An attempt to access the database object failed because the data dictionary for the object was either never populated or it was purged.

Action: Make sure the GoldenGate, XStream or Streams data dictionary is created by calling DBMS_CAPTURE_ADM.PREPARE_%_INSTANTIATION.

ORA-26696: no string data dictionary for object with number string and version number string from source database string 错误表明无法从源数据库中获取给定版本号的字符串数据字典对象的定义。此错误可能是由Oracle数据库版本的不兼容导致的。

官方解释

常见案例

一般处理方法及步骤

你可能感兴趣的