oracle自動備份,儲存每天備份日誌的指令碼編寫

cccgw發表於2008-01-18
TSM呼叫的一個指令碼,通用,也可手工執行。[@more@]

自動備份指令碼編寫,TSM:

sched.bat的內容:
rman cmdfile=z:TSM_scriptfull.cmd

msglog=z:TSM_scriptTSM_baklogrman_full_baklog%date:~4,6%.log

full.cmd:
connect target sys/****
run {
allocate channel t1 type 'sbt_tape' parms
'ENV=(tdpo_optfile=C:Progra~1TivoliTSMAgentOBAtdpo.opt)';
backup format '%d_full_%t_%s_%p' database include current controlfile;
sql 'alter system archive log current';
backup archivelog all delete input;
release channel t1;
}

incr1.cmd:
connect target sys/*******
run
{
allocate channel t1 type 'sbt_tape' parms
'ENV=(tdpo_optfile=C:Progra~1TivoliTSMAgentOBAtdpo.opt)';
backup incremental level 1
filesperset 5
format 'df_%t_%s_%p'
(database);
release channel t1;
}
exit

備份成功後,在log裡的內容:
Z:TSM_scriptTSM_baklogrman_full_baklog-01-18.log

恢復管理器: 版本10.1.0.2.0 - Production

Copyright (c) 1995, 2004, Oracle. All rights reserved.

RMAN> connect target *
2> run {
3> allocate channel t1 type 'sbt_tape' parms
4> 'ENV=(tdpo_optfile=C:Progra~1TivoliTSMAgentOBAtdpo.opt)';
5> backup format '%d_full_%t_%s_%p' database include current controlfile;
6> sql 'alter system archive log current';
7> backup archivelog all delete input;
8> release channel t1;
9> }
10>
連線到目標資料庫: ORCL (DBID=1145254713)

正在使用目標資料庫控制檔案替代恢復目錄
分配的通道: t1
通道 t1: sid=126 devtype=SBT_TAPE
通道t1: Data Protection for Oracle: version 5.3.3.0

啟動 backup 於 18-1月 -08
通道 t1: 啟動全部資料檔案備份集
通道 t1: 正在指定備份集中的資料檔案
輸入資料檔案 fno=00005 name=Z:ORACLEORADATAORCLNEWAPAS.ORA
輸入資料檔案 fno=00006 name=Z:ORACLEORADATAORCLAPASUSER.ORA
輸入資料檔案 fno=00001 name=Z:ORACLEORADATAORCLSYSTEM01.DBF
輸入資料檔案 fno=00003 name=Z:ORACLEORADATAORCLSYSAUX01.DBF
輸入資料檔案 fno=00002 name=Z:ORACLEORADATAORCLUNDOTBS01.DBF
輸入資料檔案 fno=00004 name=Z:ORACLEORADATAORCLUSERS01.DBF
通道 t1: 正在啟動段 1 於 18-1月 -08
通道 t1: 已完成段 1 於 18-1月 -08
段 handle=ORCL_full_644343767_1889_1 comment=API Version 2.0,MMS Version 5.3.3.0
通道 t1: 備份集已完成, 經過時間:00:01:15
通道 t1: 啟動全部資料檔案備份集
通道 t1: 正在指定備份集中的資料檔案
備份集中包括當前控制檔案
通道 t1: 正在啟動段 1 於 18-1月 -08
通道 t1: 已完成段 1 於 18-1月 -08
段 handle=ORCL_full_644343842_1890_1 comment=API Version 2.0,MMS Version 5.3.3.0
通道 t1: 備份集已完成, 經過時間:00:00:07
完成 backup 於 18-1月 -08

啟動 Control File Autobackup 於 18-1月 -08
段 handle=c-1145254713-20080118-02 comment=API Version 2.0,MMS Version 5.3.3.0
完成 Control File Autobackup 於 18-1月 -08

sql 語句: alter system archive log current

啟動 backup 於 18-1月 -08
當前日誌已存檔
通道 t1: 正在啟動存檔日誌備份集
通道 t1: 正在指定備份集中的存檔日誌
輸入存檔日誌執行緒 =1 序列 =3737 記錄 ID=3715 時間戳=644202023
輸入存檔日誌執行緒 =1 序列 =3738 記錄 ID=3716 時間戳=644213457
輸入存檔日誌執行緒 =1 序列 =3739 記錄 ID=3717 時間戳=644227266
輸入存檔日誌執行緒 =1 序列 =3740 記錄 ID=3718 時間戳=644235115
輸入存檔日誌執行緒 =1 序列 =3741 記錄 ID=3719 時間戳=644246782
輸入存檔日誌執行緒 =1 序列 =3742 記錄 ID=3720 時間戳=644248817
輸入存檔日誌執行緒 =1 序列 =3743 記錄 ID=3721 時間戳=644248828
輸入存檔日誌執行緒 =1 序列 =3744 記錄 ID=3722 時間戳=644249480
輸入存檔日誌執行緒 =1 序列 =3745 記錄 ID=3723 時間戳=644253076
輸入存檔日誌執行緒 =1 序列 =3746 記錄 ID=3724 時間戳=644263221
輸入存檔日誌執行緒 =1 序列 =3747 記錄 ID=3725 時間戳=644274057
輸入存檔日誌執行緒 =1 序列 =3748 記錄 ID=3726 時間戳=644287292
輸入存檔日誌執行緒 =1 序列 =3749 記錄 ID=3727 時間戳=644299238
輸入存檔日誌執行緒 =1 序列 =3750 記錄 ID=3728 時間戳=644310703
輸入存檔日誌執行緒 =1 序列 =3751 記錄 ID=3729 時間戳=644320849
輸入存檔日誌執行緒 =1 序列 =3752 記錄 ID=3730 時間戳=644331623
輸入存檔日誌執行緒 =1 序列 =3753 記錄 ID=3731 時間戳=644335220
輸入存檔日誌執行緒 =1 序列 =3754 記錄 ID=3732 時間戳=644335921
輸入存檔日誌執行緒 =1 序列 =3755 記錄 ID=3733 時間戳=644335923
輸入存檔日誌執行緒 =1 序列 =3756 記錄 ID=3734 時間戳=644341886
輸入存檔日誌執行緒 =1 序列 =3757 記錄 ID=3735 時間戳=644341886
輸入存檔日誌執行緒 =1 序列 =3758 記錄 ID=3736 時間戳=644343857
輸入存檔日誌執行緒 =1 序列 =3759 記錄 ID=3737 時間戳=644343857
通道 t1: 正在啟動段 1 於 18-1月 -08
通道 t1: 已完成段 1 於 18-1月 -08
段 handle=r4j6fq1i_1_1 comment=API Version 2.0,MMS Version 5.3.3.0
通道 t1: 備份集已完成, 經過時間:00:00:26
通道 t1: 正在刪除存檔日誌
存檔日誌檔名 =Z:ARCHIVEARC03737_0617473977.001 記錄 ID=3715 時間戳 =644202023
存檔日誌檔名 =Z:ARCHIVEARC03738_0617473977.001 記錄 ID=3716 時間戳 =644213457
存檔日誌檔名 =Z:ARCHIVEARC03739_0617473977.001 記錄 ID=3717 時間戳 =644227266
存檔日誌檔名 =Z:ARCHIVEARC03740_0617473977.001 記錄 ID=3718 時間戳 =644235115
存檔日誌檔名 =Z:ARCHIVEARC03741_0617473977.001 記錄 ID=3719 時間戳 =644246782
存檔日誌檔名 =Z:ARCHIVEARC03742_0617473977.001 記錄 ID=3720 時間戳 =644248817
存檔日誌檔名 =Z:ARCHIVEARC03743_0617473977.001 記錄 ID=3721 時間戳 =644248828
存檔日誌檔名 =Z:ARCHIVEARC03744_0617473977.001 記錄 ID=3722 時間戳 =644249480
存檔日誌檔名 =Z:ARCHIVEARC03745_0617473977.001 記錄 ID=3723 時間戳 =644253076
存檔日誌檔名 =Z:ARCHIVEARC03746_0617473977.001 記錄 ID=3724 時間戳 =644263221
存檔日誌檔名 =Z:ARCHIVEARC03747_0617473977.001 記錄 ID=3725 時間戳 =644274057
存檔日誌檔名 =Z:ARCHIVEARC03748_0617473977.001 記錄 ID=3726 時間戳 =644287292
存檔日誌檔名 =Z:ARCHIVEARC03749_0617473977.001 記錄 ID=3727 時間戳 =644299238
存檔日誌檔名 =Z:ARCHIVEARC03750_0617473977.001 記錄 ID=3728 時間戳 =644310703
存檔日誌檔名 =Z:ARCHIVEARC03751_0617473977.001 記錄 ID=3729 時間戳 =644320849
存檔日誌檔名 =Z:ARCHIVEARC03752_0617473977.001 記錄 ID=3730 時間戳 =644331623
存檔日誌檔名 =Z:ARCHIVEARC03753_0617473977.001 記錄 ID=3731 時間戳 =644335220
存檔日誌檔名 =Z:ARCHIVEARC03754_0617473977.001 記錄 ID=3732 時間戳 =644335921
存檔日誌檔名 =Z:ARCHIVEARC03755_0617473977.001 記錄 ID=3733 時間戳 =644335923
存檔日誌檔名 =Z:ARCHIVEARC03756_0617473977.001 記錄 ID=3734 時間戳 =644341886
存檔日誌檔名 =Z:ARCHIVEARC03757_0617473977.001 記錄 ID=3735 時間戳 =644341886
存檔日誌檔名 =Z:ARCHIVEARC03758_0617473977.001 記錄 ID=3736 時間戳 =644343857
存檔日誌檔名 =Z:ARCHIVEARC03759_0617473977.001 記錄 ID=3737 時間戳 =644343857
完成 backup 於 18-1月 -08

啟動 Control File Autobackup 於 18-1月 -08
段 handle=c-1145254713-20080118-03 comment=API Version 2.0,MMS Version 5.3.3.0
完成 Control File Autobackup 於 18-1月 -08

釋放的通道: t1

恢復管理器完成。

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/668365/viewspace-997698/,如需轉載,請註明出處,否則將追究法律責任。

相關文章