oracle常见错误必看
发布时间:2010/12/14 17:45:43 来源:www.xue.net 编辑:城市总裁吧
1.C:\Documents and Settings\Administrator>imp system/system file=d:aaa.dmp full=y
Import: Release 10.2.0.1.0 - Production on 星期六 7月 18 17:21:24 2009
Copyright (c) 1982, 2005, Oracle. All rights reserved.
IMP-00058: 遇到 ORACLE 错误 12560
ORA-12560: TNS: 协议适配器错误
IMP-00000: 未成功终止导入
C:\Documents and Settings\Administrator>sqlplus /nolog
SQL*Plus: Release 10.2.0.1.0 - Production on 星期六 7月 18 17:23:50 2009
Copyright (c) 1982, 2005, Oracle. All rights reserved.
SQL> connect /as sysdba
ERROR:
ORA-12560: TNS: 协议适配器错误
SQL> connect as sysdba
请输入用户名: ERROR:
ORA-12560: TNS: 协议适配器错误
错误原因:
没有建立这个数据库,请先建立数据库,表空间,用户,授权 。