ORA-00257 archiver error. Connect internal only, until freed

          1. Change to oracle user:$su oracle
          2. Log in as sys user: $sqlplus sys/password as sysdba
          3. Find out flash recovery area usage info, from where we can find the archive log space usage percent: SQL>select * from V$FLASH_RECOVERY_AREA_USAGE;
          4. Caculate the space used by flash recovery area:SQL>select sum(percent_space_used)*3/100 from V$FLASH_RECOVERY_AREA_USAGE;
          5. Show Archive log location: SQL>show parameter log_archive_dest;
          6. Show recovery area location: SQL>show parameter recover;
          7. Delete or move some old archive log files: SQL>rm -rf archive_log_2011_06_0*;
          Notice: After step 7, we must use RMAN to maintain the control files, otherwise, the deletion changes can not be apply.
          8. Log in as RMAN: SQL>rman target sys/password;
          9. Find out unused archive log: SQL>crosscheck archive log all;
          10. Delete expired archive log files: SQL>delete expired archivelog all;
          11. Check the flash recovery area usage info again, make sure archive log files have been deleted: SQL>select * from V$FLASH_RECOVERY_AREA_USAGE;
          12. Finally, increase the recovery file destination size: SQL>alter system set db_recovery_file_dest_size=3G scope=both;

          posted on 2011-06-02 22:48 *** 閱讀(395) 評論(0)  編輯  收藏


          只有注冊用戶登錄后才能發表評論。


          網站導航:
           
          <2011年6月>
          2930311234
          567891011
          12131415161718
          19202122232425
          262728293012
          3456789

          導航

          統計

          常用鏈接

          留言簿

          隨筆檔案

          搜索

          最新評論

          閱讀排行榜

          評論排行榜

          主站蜘蛛池模板: 新源县| 平果县| 临洮县| 凤凰县| 仪征市| 元朗区| 永福县| 肇庆市| 新龙县| 黔南| 通化县| 禹城市| 新化县| 都昌县| 万安县| 全南县| 文化| 阿鲁科尔沁旗| 广东省| 广元市| 砀山县| 绥化市| 德令哈市| 略阳县| 当涂县| 长阳| 鹤山市| 山丹县| 舒城县| 古丈县| 尼玛县| 黑山县| 梅州市| 西安市| 洮南市| 金坛市| 沛县| 依安县| 合肥市| 寿光市| 化州市|