web管理oracle时,登陆报错:
ORA-12505: TNS: 监听程序当前无法识别连接描述符中所给出的 SID (DBD ERROR: OCIServerAttach)
我出错的原因是数据库没有启动,启动即可。
[oracle@rhel55 ~]$ sqlplus /nolog
SQL*Plus: Release 11.2.0.1.0 Production on 星期二 2月 7 10:05:12 2012
Copyright (c) 1982, 2009, Oracle. All rights reserved.
SQL> startup
ORACLE 例程已经启动。
Total System Global Area 849530880 bytes
Fixed Size 1339824 bytes
Variable Size 528485968 bytes
Database Buffers 314572800 bytes
Redo Buffers 5132288 bytes
数据库装载完毕。
数据库已经打开。
SQL> conn /as sysdba
已连接。
刷新进入登陆界面。
原创文章,转载请注明。本文链接地址: https://www.rootop.org/pages/1091.html