Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/oracle/10.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Oracle DMS任务在满载时失败_Oracle_Postgresql_Aws Dms - Fatal编程技术网

Oracle DMS任务在满载时失败

Oracle DMS任务在满载时失败,oracle,postgresql,aws-dms,Oracle,Postgresql,Aws Dms,我正在尝试将DMS任务从Oracle运行到AWS PostgreSQL。DMS任务在云监视日志上给出了以下消息错误: [SOURCE_UNLOAD ]E: ORA-08103: object no longer exists [1022307] (oracle_endpoint_unload.c:235)' [TASK_MANAGER ]W: Table 'schema'.'table_name' (subtask 1 thread 0) is suspended'

我正在尝试将DMS任务从Oracle运行到AWS PostgreSQL。DMS任务在云监视日志上给出了以下消息错误:

    [SOURCE_UNLOAD ]E: ORA-08103: object no longer exists [1022307] (oracle_endpoint_unload.c:235)'

    [TASK_MANAGER    ]W:  Table 'schema'.'table_name' (subtask 1 thread 0) is suspended'  (replicationtask.c:2468)

    [SOURCE_UNLOAD ]I: Unload finished for table 'schema'.'table_name' (Id = 1). 217630417 rows sent. (streamcomponent.c:3473)

    [TASK_MANAGER ]I: All tables are loaded. Full load only task is stopped (replicationtask.c:3564)

    [SOURCE_UNLOAD ]I: Disconnecting Oracle database (oracle_endpoint_conn.c:1182)

    [SOURCE_CAPTURE ]I: Disconnecting Oracle database (oracle_endpoint_conn.c:1182)

    [SOURCE_UNLOAD ]I: Disconnected Oracle database (oracle_endpoint_conn.c:1217)

    [SOURCE_CAPTURE ]I: Disconnected Oracle database (oracle_endpoint_conn.c:1217)

    [TASK_MANAGER ]I: Subtask #1 ended (replicationtask_util.c:597)

    [TASK_MANAGER ]I: Task management thread terminated (replicationtask.c:3739)`
我的表有2.2亿条没有主键的记录。验证源表和目标表后,仍有20万条记录等待迁移

想知道之前有没有人遇到过同样的问题。如果有人分享解决问题的经验。将不胜感激