您好,登錄后才能下訂單哦!
環境:RHEL 5.8
發現數據庫startup啟動時報
ORA-03113:通信通道的文件結尾
進程 ID :6988
回話 ID:191 序列號:3
[oracle@localhost ~]$ cd $ORACLE_BASE [oracle@localhost oracle]$ cd diag/rdbms/oracle/oracle/trace/ [oracle@localhost trace]$ ll -rt |tail [oracle@localhost trace]$ vim oracle_ora_13430.trc
[oracle@localhost trace]$ sqlplus / as sysdba SQL*Plus: Release 11.2.0.3.0 Production on 星期四 2月 25 13:49:56 2016 Copyright (c) 1982, 2011, Oracle. All rights reserved. Connected to an idle instance. SQL> startup mount; ORACLE instance started. Total System Global Area 2471931904 bytes Fixed Size 2230872 bytes Variable Size 1560282536 bytes Database Buffers 889192448 bytes Redo Buffers 20226048 bytes Database mounted. SQL> select NAME||'|'||SPACE_LIMIT||'|'||SPACE_USED||'|'||SPACE_RECLAIMABLE||'|'||NUMBER_OF_FILES from v$recovery_file_dest; NAME||'|'||SPACE_LIMIT||'|'||SPACE_USED||'|'||SPACE_RECLAIMABLE||'|'||NUMBER_OF_ -------------------------------------------------------------------------------- /u01/app/oracle/fast_recovery_area|6180|0|0|0 SQL> SQL> alter database clear unarchived logfile group 1; //執行此行時可能出錯,如有報錯直接把1修改成2或3之后再執行1 SQL> alter database clear unarchived logfile group 2; SQL> alter database clear unarchived logfile group 1; Database altered. SQL> commit; Commit complete. SQL> shutdown immediate; SQL> startup; ORACLE instance started. Total System Global Area 2471931904 bytes Fixed Size 2230872 bytes Variable Size 1560282536 bytes Database Buffers 889192448 bytes Redo Buffers 20226048 bytes Database mounted. Database opened. SQL> select status from v$instance; STATUS ------------ OPEN SQL> exit
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。