改回oracle.key檔案後的sqlplus進不去了.

msdnchina發表於2009-04-19

在上一篇帖子中,我做了如下更改:


改oracle.key檔案的內容如下:SOFTWARE\ORACLE\KEY_OraDb10g_home111 ,也就是在最後追加了11

在本帖中,我將追加的11去掉,然後再儲存,退出.

然後再登陸sqlplus,報錯

Microsoft Windows XP [版本 5.1.2600]
(C) 版權所有 1985-2001 Microsoft Corp.

C:\Documents and Settings\Administrator>sqlplus / as sysdba

SQL*Plus: Release 10.2.0.1.0 - Production on 星期日 4月 19 07:31:49 2009

Copyright (c) 1982, 2005, Oracle.  All rights reserved.

ERROR:
ORA-01031: Message 1031 not found; No message file for product=RDBMS,
facility=ORA


請輸入使用者名稱:
C:\Documents and Settings\Administrator>sqlplus / as sysdba

SQL*Plus: Release 10.2.0.1.0 - Production on 星期日 4月 19 07:35:36 2009

Copyright (c) 1982, 2005, Oracle.  All rights reserved.

ERROR:
ORA-01031: Message 1031 not found; No message file for product=RDBMS,
facility=ORA


請輸入使用者名稱:
C:\Documents and Settings\Administrator>sqlplus /nolog

SQL*Plus: Release 10.2.0.1.0 - Production on 星期日 4月 19 07:36:58 2009

Copyright (c) 1982, 2005, Oracle.  All rights reserved.

SQL> connect / as sysdba
ERROR:
ORA-01031: Message 1031 not found; No message file for product=RDBMS,
facility=ORA


SQL> startup;
ORA-01078: Message 1078 not found; No message file for product=RDBMS, facility=O
RA
LRM-00109: Message 109 not found; No message file for product=ORACORE, facility=
LRM
SQL> exit

C:\Documents and Settings\Administrator>sqlplus / as sysdba

SQL*Plus: Release 10.2.0.1.0 - Production on 星期日 4月 19 07:38:01 2009

Copyright (c) 1982, 2005, Oracle.  All rights reserved.

ERROR:
ORA-01031: Message 1031 not found; No message file for product=RDBMS,
facility=ORA


請輸入使用者名稱:

之後,我從 windows 計算機管理-服務裡,啟動oracleservice+oracle_sid,
過了一段時間,,oracleservice+oracle_sid就啟動成功了

之後,我再進入sqlplus / as sysdba

就可以了.不知道是什麼原因.難道是我"將追加的11去掉,然後再儲存,退出"的時候,windows 計算機管理-服務裡,oracleservice+oracle_sid 還是處於假啟動的原因???

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/161195/viewspace-590924/,如需轉載,請註明出處,否則將追究法律責任。

相關文章