|
蓝森林 http://www.lslnet.com 2006年8月26日 15:18
<求助> 关于 exp 命令
我在服务器上用exp命令导出数据库的时候提示如下错误,不是问题出在哪里,请高手指点,谢谢。
[oracle@localhost survey]$ exp system/pwd@dbname
Export: Release 9.2.0.4.0 - Production on Mon Aug 29 15:13:46 2005
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
EXP-00056: ORACLE error 12154 encountered
ORA-12154: TNS:could not resolve service name
EXP-00000: Export terminated unsuccessfully |
<求助> 关于 exp 命令
@dbname 这个数据库找不到,你是否备份本地数据库,是的话可以不加,直接exp system/pwd,如果不是,要确保dbname这个网络服务名配置正确。 |
<求助> 关于 exp 命令
嗯,sid无法解析。
确认sqlplus能够连接。 |
| |