..................................
发布时间:2016-12-07 14:26:45
---del_arch.sh#! /bin/bashexec >> delarch`date +%y%m%d%H`.log$ORACLE_HOME/bin/rman target / <<eofcrosscheck archivelog all;delete noprompt expired archivelog all;delete noprompt archivelog until time 'sysdate-14';exit;EOF</eof#说明:以上脚本删除14天以前所有归档日志,同时记录log$ORAC.........【阅读全文】
发布时间:2016-12-07 10:30:26
Oracle错误ORA-03113: end-of-file on communication channel处理办法 机器遭遇断电,之后oracle就不能启动了,报错ORA-03113: end-of-file on communication channel (通信通道的文件结尾)ORACLE instance started.Total System Global Area 1252663296 bytesVariable Size 704643352 bytes.........【阅读全文】