久久久久久久性爱潮,国产又粗又猛又爽又黄下载视频,尤物国产在线一区视频,欧美日本国产在线不卡

<sup id="4uqqy"><ol id="4uqqy"></ol></sup>
  • <th id="4uqqy"></th>

      • <strike id="4uqqy"><nobr id="4uqqy"><ins id="4uqqy"></ins></nobr></strike><sup id="4uqqy"></sup><strong id="4uqqy"><u id="4uqqy"></u></strong>
        <sub id="4uqqy"></sub>

          綠色資源網(wǎng):您身邊最放心的安全下載站! 最新軟件|熱門排行|軟件分類|軟件專題|廠商大全

          綠色資源網(wǎng)

          技術(shù)教程
          您的位置:首頁數(shù)據(jù)庫類Oracle → ORA-18008: cannot find OUTLN schema錯誤的解決辦法

          ORA-18008: cannot find OUTLN schema錯誤的解決辦法

          我要評論 2015/04/04 23:34:49 來源:綠色資源網(wǎng) 編輯:downcc.com [ ] 評論:0 點(diǎn)擊:581次

          啟動數(shù)據(jù)庫報錯,ORA-18008: cannot find OUTLN schema

          問題現(xiàn)象:
          數(shù)據(jù)庫版本 Oracle 11g r2
          hrdb1>startup
          Oracle 例程已經(jīng)啟動。

          Total System Global Area 4392697856 bytes-
           

          Fixed Size                  2233616 bytes
          Variable Size            1090521840 bytes
          Database Buffers         3288334336 bytes
          Redo Buffers               11608064 bytes
          數(shù)據(jù)庫裝載完畢。
          ORA-01092: Oracle instance terminated. Disconnection forced
          ORA-18008: cannot find OUTLN schema
          進(jìn)程 ID: 5294
          會話 ID: 683 序列號: 3


          hrdb1>!oerr ora 18008
          18008, 00000, "cannot find OUTLN schema"
          // *Cause:  The database creation script that creates this schema must not
          //          have been executed.
          // *Action: Review the log files to see what happened when the database
          //          was created.

          問題原因:
          outlin用戶被誤刪除

          解決方法:

          按照metalink上的解決辦法,先修改replication_dependency_tracking參數(shù),重建數(shù)據(jù)庫outln用戶及相關(guān)對象即可。

          1,啟動到mount狀態(tài),修改replication_dependency_tracking參數(shù)
          alter system set replication_dependency_tracking =false scope=spfile;

          2,啟動數(shù)據(jù)庫至open狀態(tài)
          hrdb1>shutdown immediate
          hrdb1>startup

          3,執(zhí)行腳本doptim.bsq,Oracle 10g版本可參考執(zhí)行附錄腳本
          @$Oracle_HOME/rdbms/admin/doptim.bsq

          此時,用戶已創(chuàng)建

          hrdb1>select username from dba_users;

          USERNAME
          ------------------------------
          OUTLN


          4,修改回replication_dependency_tracking參數(shù)為true

          alter system set replication_dependency_tracking =true scope=spfile;


          5,重新啟動數(shù)據(jù)庫,系統(tǒng)恢復(fù)正常
          hrdb1>shutdown abort
          Oracle 例程已經(jīng)關(guān)閉。
          hrdb1>startup
          Oracle 例程已經(jīng)啟動。

          Total System Global Area 4392697856 bytes
          Fixed Size                  2233616 bytes
          Variable Size            1090521840 bytes
          Database Buffers         3288334336 bytes
          Redo Buffers               11608064 bytes
          數(shù)據(jù)庫裝載完畢。
          數(shù)據(jù)庫已經(jīng)打開。
          hrdb1>select username from dba_users;

          USERNAME
          ------------------------------
          WJ
          OUTLN
          SYS
          SYSTEM
          HR
          STRMADMIN

          已選擇6行。


          由于版本是Oracle 11g,直接執(zhí)行相關(guān)腳本即可,oracle 10g版本可以參考《Script to Create User OUTLN in 10.2 [ID 422983.1]》

          備注:用于復(fù)制的一個參數(shù),第一次碰到,做個記錄
          REPLICATION_DEPENDENCY_TRACKING enables or disables dependency tracking for read/write operations to the database. Dependency tracking is essential for propagating changes in a replicated environment in parallel.

          參考資料:
          Unable To Start The Database With OUTLN Schema Dropped ORA-01092& ORA-18008 [ID 855104.1]
          Script to Create User OUTLN in 10.2 [ID 422983.1]

          關(guān)鍵詞:ORA-18008

          閱讀本文后您有什么感想? 已有 人給出評價!

          • 1 歡迎喜歡
          • 1 白癡
          • 1 拜托
          • 1 哇
          • 1 加油
          • 2 鄙視