低版本的GG投递到高版本的GG,提示错误OGG-01411
【OGG-01411】 | |
Description: | Cannot convert input file {0} with format {1} to output file {2} with format {3} |
Cause: |
The output trail of the data pump has a different format (version) than the input trail of the data pump. The input and output trail formats must be identical for a data pump. |
Action: |
The FORMAT RELEASE option of EXTFILE or EXTTRAIL and RMTFILE or RMTTRAIL must be the same when associated with a data pump. For more information, see the Oracle GoldenGate reference documentation. |
解决:
在投递进程的配置文件中增加FORMAT RELEASE 11.1
RMTTRAIL ./dirdat/aa,FORMAT RELEASE 11.1