Windows 2008下 rman backup scirpts(備份指令碼)--已經在生產環境下通過驗證

來源:互聯網
上載者:User

標籤:windows 2008 time fo

一。任務計劃 
windows -控制台-管理工具-計劃任務程式,右擊"工作排程器庫","建立任務"








二:相關指令碼中的內容:

2.1  back_rman.bat中的內容:

set ORACLE_SID=FSF:\oracle\product\10.2.0\db_1\BIN\rman target /  cmdfile=H:\worksql\windows_backupscript\backup.rcv log=H:\worksql\windows_backupscript\backup_%date:~0,4%-%date:~5,2%-%date:~8,2%-%time:~0,2%-%time:~3,2%.log


2.2 backup.rcv 中的內容:

run {allocate channel d1 type disk;allocate channel d2 type disk;allocate channel d3 type disk;backup as compressed backupset database format 'H:\fsarch\full_%U';sql 'alter system archive log current';backup as compressed backupset archivelog all delete input format 'H:\fsarch\arc_%U';release channel d1;release channel d2;release channel d3;}crosscheck backup;delete noprompt expired backup;delete noprompt obsolete;


2.3 所產生的log 檔案全名:
backup_2014-07-28-21-42.log

意思就是 2014年7月28日 21點42分開始備份時的log.

小插曲:

windows2008 win 7下的date命令反饋的時間格式 跟windows2003下是不一樣的。

有的文章中是修改的控制台中的時間格式,但是對於db server來說,我們的準則就是能不該就別改。因此就有了log檔案的上述命名方法



相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.