|
原帖由 Yong Huang 于 2010-6-27 05:13 发表 ![]()
Solving a problem this way means you don't care about the root cause. It's OK if you're in a hurry and users are waiting for you. But if you have plenty of time, you must try to find the cause, or the same problem may happen again.
In your case, you didn't even say whether you tried sqlplus. If sqlplus doesn't work, it should clearly give a meaningful error. If sqlplus works but srvctl does not, in 10g, you can check imon logs under
$DB_ORACLE_HOME/log/`hostname -s`/racg
Yong Huang
看你说的这个日志,果真搞定了。
用sqlplus可以启动,是因为用的参数名字叫 spfileorcl ,
用srvcgtl不可以启动,是因为ocr里面的叫spfile
srvctl modify database -d orcl -s /u01/app/oracle/oradata/orcl/spfileorcl |
|