免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1851 | 回复: 3
打印 上一主题 下一主题

ORA-12162 ERROR ! help!!!! [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2005-03-15 16:12 |只看该作者 |倒序浏览
[root@sun root]# su - oracle
[oracle@sun oracle]$ /opt/oracle/product/9.2.0/bin/dbstart
Database "ora9i" already started.

Database "ora9i" possibly left running when system went down (system crash?).
Notify Database Administrator.

SQL*Plus: Release 9.2.0.4.0 - Production on Tue Mar 15 16:10:36 2005

Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.

SQL>; Connected.
SQL>; ORACLE instance shut down.
SQL>; Disconnected from Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.4.0 - Production

SQL*Plus: Release 9.2.0.4.0 - Production on Tue Mar 15 16:10:37 2005

Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.

SQL>; Connected to an idle instance.
SQL>; ORACLE instance started.

Total System Global Area  236000356 bytes
Fixed Size                   451684 bytes
Variable Size             201326592 bytes
Database Buffers           33554432 bytes
Redo Buffers                 667648 bytes
Database mounted.
Database opened.
SQL>; Disconnected from Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.4.0 - Production

Database "ora9i" warm started.
Database "" already started.

Database "" possibly left running when system went down (system crash?).
Notify Database Administrator.

SQL*Plus: Release 9.2.0.4.0 - Production on Tue Mar 15 16:10:43 2005

Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.

SQL>; ERROR:
ORA-12162: TNS:service name is incorrectly specified


SQL>; ORA-12162: TNS:service name is incorrectly specified
SQL>;
SQL*Plus: Release 9.2.0.4.0 - Production on Tue Mar 15 16:10:43 2005

Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.

SQL>; ERROR:
ORA-12162: TNS:service name is incorrectly specified


SQL>; ORA-12162: TNS:service name is incorrectly specified
SQL>;
Database "" warm started.

Do you help me !

论坛徽章:
0
2 [报告]
发表于 2005-03-15 17:23 |只看该作者

ORA-12162 ERROR ! help!!!!

没有人能解释这个问题吗?
我自己帮自己顶一下 :em12:

论坛徽章:
0
3 [报告]
发表于 2005-03-16 03:10 |只看该作者

ORA-12162 ERROR ! help!!!!

do not use dbstart  to startup the database

export ORACLE_HOME=XXX
export ORACLE_SID=XXX
export PATH=$ORACLE_HOME/binPATH
export LD_LIBRARY_PATH=$ORACLE_HOME/lib

then
sqlplus '/ as sysdba'
SQL>; startup force;

论坛徽章:
0
4 [报告]
发表于 2005-03-16 09:24 |只看该作者

ORA-12162 ERROR ! help!!!!

thank you !!
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP