ORA-39013: Remapping the SYSTEM schema is not supported. ORACLE 报错 故障修复 远程处理
文档解释
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模式,因此会收到该错误信息。