ORA-32004: obsolete and/or deprecated parameter(s) specified ORACLE instance started.

          ORA-32004: obsolete and/or deprecated parameter(s) specified ORACLE instance started.

          -- Oracle啟動的時候報告一些警告,提示使用了一些棄用的參數
          SQL> startup nomount
          ORA
          -32004: obsolete and/or deprecated parameter(s) specified
          ORACLE instance started.

          Total System Global Area 
          1319546880 bytes
          Fixed Size                  
          2114656 bytes
          Variable Size             
          503319456 bytes
          Database Buffers          805306368 bytes
          Redo Buffers                
          8806400 bytes

          -- 查看alter文件,究竟的那個棄用參數被使用了
          Deprecated system parameters with specified values:
            sql_trace                
          End of deprecated system parameter listing

          -- 查看棄用參數
          SQL> show parameter sql_trace;

          NAME                                 TYPE                   VALUE
          ------------------------------------ ---------------------- ------------------------------
          sql_trace                            boolean                FALSE

          -- 重設棄用參數
          SQL> alter system reset sql_trace;

          System altered.

          -- 關閉數據 + 重啟數據庫 (ORA23240 消失
          SQL> shutdown immediate
          ORA
          -01507database not mounted


          ORACLE instance shut down.
          SQL
          > startup
          ORACLE instance started.

          Total System Global Area 
          1319546880 bytes
          Fixed Size                  
          2114656 bytes
          Variable Size             
          503319456 bytes
          Database Buffers          805306368 bytes
          Redo Buffers                
          8806400 bytes
          Database mounted.
          Database opened.

          查看Alter日志的方法:
          SQL> show parameter background_dump_dest;

          NAME                                 TYPE        VALUE
          ------------------------------------ ----------- ------------------------------
          background_dump_dest                 string      e:\app\wpeng\diag\rdbms\wpeng\wpeng\trace

          SQL
          > select name,value from v$parameter v where v.name like '%background%';
          NAME                 
                      VALUE
          --------------------        ----------------------------------------
          background_core_dump     partial
          background_dump_dest 
              e:\app\wpeng\diag\rdbms\wpeng\wpeng\trace


          posted on 2012-10-18 10:04 鹽城小土包 閱讀(237) 評論(0)  編輯  收藏 所屬分類: Oracle

          <2025年6月>
          25262728293031
          1234567
          891011121314
          15161718192021
          22232425262728
          293012345

          導航

          統計

          常用鏈接

          留言簿

          隨筆檔案(14)

          文章分類(18)

          文章檔案(18)

          搜索

          最新評論

          閱讀排行榜

          評論排行榜

          主站蜘蛛池模板: 防城港市| 恭城| 定州市| 句容市| 和静县| 思茅市| 巴东县| 昭苏县| 翁牛特旗| 柘城县| 海南省| 太白县| 岐山县| 苗栗县| 罗平县| 德阳市| 蓝山县| 滁州市| 逊克县| 元江| 筠连县| 都昌县| 深州市| 井陉县| 张掖市| 永安市| 铜川市| 金溪县| 云龙县| 松江区| 蓬溪县| 印江| 屏山县| 囊谦县| 梨树县| 亳州市| 太和县| 逊克县| 靖安县| 清新县| 黄平县|