ORA-39013: Remapping the SYSTEM schema is not supported.

文档解释

ORA-39013: Remapping the SYSTEM schema is not supported.

Cause: A remap_schema transform with the SYSTEM schema was specified.

Action: Retry the import command without remapping the SYSTEM schema.

这个错误表示您试图重新映射Oracle的系统模式,这是不受支持的操作,因此无法正常完成。

官方解释

最常见的案例是:您试图重新映射SYSTEM模式,因此会收到该错误信息。

一般处理方法及步骤

你可能感兴趣的