ORA-39146: schema “string” does not exist
Cause: The specified schema was referenced as the source of a REMAP_SCHEMA parameter, but did not exist in the dump file (for
Action: Specify the correct name of the schema to be remapped.
ORA-39146错误消息指出,您尝试导入时,指定的模式不存在于数据库中。
ORA-39146表明用户指定的SCHEMA在其数据库中不存在。
1. 在database link中声明的模式不存在
2. 在导入数据时指定的模式不存在
3. 在expdp数据泵时指定的schema不存在。
1. 确保模式存在:请检查来源数据库中指定的schema是否存在,如果不存在,请确认下schema中的对象是否存在。
2. 检查模式间的不一致:如果确定schema是正确的,请检查来源数据库中指定的schema和目标数据库中指定的schema之间是否存在不一致性。
3. 重新创建模式:如果找到不一致性,则可以考虑重新创建此模式。