Oracle IMP-00003: 遇到 ORACLE 错误 ORA-00942: 表或视图不存在

网上很多回答都没有解决我的问题,问题出在了IMP、EXP命令的版本与Oracle数据库版本不一致上。场景如下:

我需要将 数据库A、用户a 下所有对象导出至 数据库B、用户b 下

数据库A和B的版本都是Oracle Databas Release 11.2.0.3.0,所以源数据库与目标数据库没有版本不一致的问题

我使用EXP命令导出

exp oracle/oracle@**.**.**.**:1521/ORCL file=C:\CEMS_DUMP\CEMS0903 log=C:\CEMS_DUMP\CEMS0903.log

使用IMP导入:

imp oracle/oracle@**.**.**.**:1521/ORCL fromuser=oracle touser=oracle file=C:\CEMS_DUMP\CEMS0902.dmp log=C:\CEMS_DUMP\import.log

出现了下面的错误

Import: Release 12.2.0.1.0 - Production on 星期五 9月 3 13:13:22 2021

Copyright (c) 1982, 2017, Oracle and/or its affiliates.  All rights reserved.


IMP-00058: 遇到 ORACLE 错误 28002
ORA-28002: the password will expire within 7 days
连接到: Oracle Database 11g Release 11.2.0.3.0 - 64bit Production

经由常规路径由 EXPORT:V12.02.00 创建的导出文件

警告: 这些对象由 EXPENSE 导出

你可能感兴趣的:(oracle,数据库)