Oracle報錯:“ORA-18008: 無法找到 OUTLN 方案 ”的解決方案

來源:互聯網
上載者:User

今天串連到Oracle報錯:ORA-18008: 無法找到 OUTLN 方案,前天還用得好好的,現在無論查詢任何sql語句或點擊列表查看都會彈出該錯誤提示,忙活了一陣,終於解決了,現記錄一下解決方案。

 

問題:ORA-18008: 無法找到 OUTLN 方案。

 

問題原因:outln使用者被誤刪除。

 

資料庫版本:Oracle 10g( 10.2.0.3.0 )

 

解決步驟:

1、將oracle啟動到mount狀態(sql命令:startup mount;)

SQL> startup mount;
ORA-01031: 許可權不足

Note:哈哈,提示許可權不足,沒關係, 用系統帳號登..

 

SQL> connect / as sysdba;
已串連。

 

SQL> startup mount;
ORA-01081: 無法啟動已在啟動並執行 ORACLE - 請首先關閉它

Note:心急吃不了熱豆腐啊。。。

 

SQL> shutdown immediate;
資料庫已經關閉。
已經卸載資料庫。
ORACLE 常式已經關閉。

 

SQL> startup mount;
ORACLE 常式已經啟動。
Total System Global Area 591396864 bytes
Fixed Size 1291916 bytes
Variable Size 314575220 bytes
Database Buffers 268435456 bytes
Redo Buffers 7094272 bytes
資料庫裝載完畢。

Note:運氣不錯,進入mount狀態...

  • 1
  • 2
  • 下一頁

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.