oracle自動備份,儲存每天備份日誌的指令碼編寫
自動備份指令碼編寫,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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oracle自動冷備份指令碼Oracle指令碼
- ORACLE自動備份shell指令碼Oracle指令碼
- RMAN相容性、控制檔案自動備份、儲存時間、備份策略、備份指令碼(二)指令碼
- MSsql每天自動備份自動清除日誌的操作方法SQL
- 自動備份指令碼指令碼
- oracle 自動冷備份指令碼(轉)Oracle指令碼
- Oracle自動備份指令碼的實現Oracle指令碼
- suse下oracle的自動備份指令碼Oracle指令碼
- MySQL自動備份指令碼MySql指令碼
- 每天自動備份Oracle資料庫Oracle資料庫
- RMAN備份歸檔日誌指令碼指令碼
- shell指令碼:自動記憶體監控及日誌備份指令碼記憶體
- Oracle之備份和清理監聽日誌、告警日誌指令碼Oracle指令碼
- rman 自動備份指令碼-windows指令碼Windows
- ORACLE備份指令碼Oracle指令碼
- oracle 備份指令碼Oracle指令碼
- mysql每天定時備份指令碼MySql指令碼
- LINUX 自動備份程式日誌(shell)Linux
- Oracle冷備份(一致備份)指令碼Oracle指令碼
- MySQL儲存安全(TDE加密、自動備份)MySql加密
- oracle備份把日誌錯Oracle
- windows下rman自動備份指令碼Windows指令碼
- svn dump 全自動備份指令碼指令碼
- Oracle Windows平臺自動排程備份指令碼OracleWindows指令碼
- ORACLE日常備份指令碼Oracle指令碼
- Oracle 集中備份指令碼Oracle指令碼
- oracle RMAN備份指令碼Oracle指令碼
- oracle_備份指令碼Oracle指令碼
- 備份之歸檔重做日誌備份
- sqlserver的日誌備份SQLServer
- windows下oracle資料庫的exp自動備份指令碼WindowsOracle資料庫指令碼
- shell 備份檔案指令碼+自動清理指令碼
- windows部分聯機自動備份指令碼!Windows指令碼
- TSM+RMAN 自動備份指令碼 on aix指令碼AI
- Windows環境PgSql自動備份指令碼WindowsSQL指令碼
- Oracle 11g EXPDP、RMAN自動備份SHELL指令碼Oracle指令碼
- rman備份和增量備份指令碼指令碼
- 分享Oracle Rman的備份指令碼Oracle指令碼