oracle版本为 sath89/oracle-12c

oracle基本信息

hostname: localhost
port: 1521
sid: xe
username: system
password: oracle

imp yyy/yyy@xe file=/test.dmp full=y 出现了错误:

IMP-00058: 
ORACLE error 12170 encountered 
ORA-12170: TNS:Connect timeout occurred 
IMP-00000: Import terminated unsuccessfully

原因是 oracle添加了ORACLE_SID环境变量,imp命令中去掉@xe就可以了。

相关文章:

  • 2021-08-03
  • 2021-11-01
  • 2021-06-29
猜你喜欢
  • 2022-03-04
  • 2021-12-20
  • 2021-11-29
  • 2021-12-22
  • 2021-07-20
  • 2021-09-28
  • 2021-10-09
相关资源
相似解决方案