Oracle imp 导入数据出现 ORA-12560

错误如下:

D:softwarexfwebdb2015-05-11autobackup>imp

Import: Release 10.2.0.1.0 - Production on 星期三 5月 13 19:36:10 2015

Copyright (c) 1982, 2005, Oracle.  All rights reserved.

用户名: zfzb
口令:

IMP-00058: 遇到 ORACLE 错误 12560
ORA-12560: TNS: 协议适配器错误
IMP-00000: 未成功终止导入

解决方法:

要采用以下命令格式:

imp   用户名/口令@服务名

D:softwarexfwebdb2015-05-11autobackup>imp user_id/password@service_name

Import: Release 10.2.0.1.0 - Production on 星期三 5月 13 19:41:30 2015

Copyright (c) 1982, 2005, Oracle.  All rights reserved.


连接到: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options

导入文件: EXPDAT.DMP>

原文地址:https://www.cnblogs.com/emanlee/p/4501486.html