国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發(fā) > 綜合 > 正文

ORA-03113: end-of-file on communication channel

2024-07-21 02:52:42
字體:
供稿:網(wǎng)友

>startup

Total System Global Area 3340451840 bytesFixed Size                  2217952 bytesVariable Size            2499807264 bytesDatabase Buffers          822083584 bytesRedo Buffers               16343040 bytesDatabase mounted.ORA-03113: end-of-file on communication channelPRocess ID: 3917session ID: 96 Serial number: 3

 

解決思路(Oracle11G):

查看orcle啟動日志,確定具體是什么原因引起的錯誤。

1、確定日志位置

操作日志:$ORACLE_HOME/startup.log

啟動日志:$ORACLE_BASE/diag/rdbms/ora11g/ora11g/trace/alert_ora11g.log (ora11g為SID值)

啟動日志如果查找不到,請到trace目錄下執(zhí)行 ls -alcr | grep alert (c時間排序、r倒序)

 

2、打開日志

tail -f -n 500 alert_ora11g.log  ,查看錯誤,截取片段如下

=========================================================================

Errors in file /data00/Oracle/app/oracle/diag/rdbms/ora11g/ora11g/trace/ora11g_m000_9340.trc:ORA-19815: WARNING: db_recovery_file_dest_size of 8589934592 bytes is 100.00% used, and has 0 remaining bytes available.************************************************************************You have following choices to free up space from recovery area:1. Consider changing RMAN RETENTION POLICY. If you are using Data Guard,   then consider changing RMAN ARCHIVELOG DELETION POLICY.2. Back up files to tertiary device such as tape using RMAN   BACKUP RECOVERY AREA command.Tue May 03 11:29:14 2011ALTER SYSTEM SET db_recovery_file_dest_size='8G' SCOPE=BOTH;3. Add disk space and increase db_recovery_file_dest_size parameter to   reflect the new space.4. Delete unnecessary files using RMAN DELETE command. If an Operating   system command was used to delete files, then use RMAN CROSSCHECK and   DELETE EXPIRED commands.************************************************************************==============================================================================

 

原因找到啦,歸檔日志滿了。

 

4、解決辦法有三個:

1.將歸檔設(shè)置到其他目錄,修改alter system set log_archive_dest = 其他路徑

2.轉(zhuǎn)移或者刪除閃回恢復區(qū)里的歸檔日志。

3.增大閃回恢復區(qū)。alter system set db_recovery_file_dest_size=8G;

 

5、用其他方式啟動數(shù)據(jù)庫

#sqlplus /nolog

 >conn / as sysdba;

 >shutdown immediate;

 >startup mount;(startup nomount只是啟動了實例而沒有啟動數(shù)據(jù)庫,startup mount啟動了實例,并加載了數(shù)據(jù)庫,但是數(shù)據(jù)庫沒有打開,startup是最全的,實例,數(shù)據(jù)庫加載,數(shù)據(jù)庫打開都完成。)

 

startup mount我這里可以成功啟動。

 >show parameter db_recovery_file_dest_size //顯示當前回復區(qū)大小

 

6、具體步驟。舉一個例子,刪除過期日志。

$RMAN

>connect target /

>crosscheck archvelog all;

>delete expired archivelog all;

>exit


發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 固安县| 松原市| 阳谷县| 武强县| 富阳市| 天柱县| 大邑县| 灵璧县| 贡山| 古丈县| 蓬溪县| 玛多县| 天祝| 苏尼特右旗| 韩城市| 宁晋县| 手机| 英山县| 建水县| 长宁县| 长汀县| 西盟| 汨罗市| 晋宁县| 盖州市| 长葛市| 津市市| 娄底市| 祁阳县| 寻乌县| 多伦县| 泰州市| 阳原县| 交城县| 五指山市| 凌源市| 上犹县| 儋州市| 应城市| 贵德县| 石台县|