|
本帖最后由 botang 于 2016-6-18 09:48 编辑
【上完1Z0-053的第5章】:rman的备份毕业季
【1Z0-051】:共10章(0 1 2 3 4 5 6 7 8 9)
【1Z0-052】:共12章(0 1 2 3 4 5 6 9 10 14 15 16)
【1Z0-053】:共9章(0 1 2 3 4 5 10 11 12)
加密rman配置续:
- [root@station90 桌面]# su - oracle
- [oracle@station90 ~]$ rman target /
- Recovery Manager: Release 11.2.0.1.0 - Production on Wed Jun 22 22:16:51 2016
- Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
- connected to target database: ORCL (DBID=1343950367)
- RMAN> list backup;
- using target database control file instead of recovery catalog
- List of Backup Sets
- ===================
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 197 Incr 0 1.25M SBT_TAPE 00:00:24 2016-06-20:23:56:17
- BP Key: 213 Status: AVAILABLE Compressed: NO Tag: 1ET_USERS_INCR0
- Handle: 6or8lfc9_1_1 Media: station90-000019
- List of Datafiles in backup set 197
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2126701 2016-06-20:23:55:53 +DATA/orcl/datafile/users.259.915062657
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 198 Incr 0 1.25M SBT_TAPE 00:00:24 2016-06-21:00:11:14
- BP Key: 214 Status: AVAILABLE Compressed: NO Tag: 2PET_USERS_INCR0
- Handle: 6rr8lg8a_1_1 Media: station90-000019
- List of Datafiles in backup set 198
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2131009 2016-06-21:00:10:50 +DATA/orcl/datafile/users.259.915062657
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 199 Incr 0 1.25M SBT_TAPE 00:00:25 2016-06-22:22:16:55
- BP Key: 215 Status: AVAILABLE Compressed: NO Tag: 3DET_USERS_INCR0
- Handle: 6ur8qi9u_1_1 Media: station90-000019
- List of Datafiles in backup set 199
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2237850 2016-06-22:22:16:31 +DATA/orcl/datafile/users.259.915062657
- RMAN> change backupset 197 unAVAILABLE;
- changed backup piece unavailable
- backup piece handle=6or8lfc9_1_1 RECID=213 STAMP=915062153
- Changed 1 objects to UNAVAILABLE status
- RMAN> change backupset 198 unAVAILABLE;
- changed backup piece unavailable
- backup piece handle=6rr8lg8a_1_1 RECID=214 STAMP=915063050
- Changed 1 objects to UNAVAILABLE status
- RMAN> list backup;
- List of Backup Sets
- ===================
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 197 Incr 0 1.25M SBT_TAPE 00:00:24 2016-06-20:23:56:17
- BP Key: 213 Status: UNAVAILABLE Compressed: NO Tag: 1ET_USERS_INCR0
- Handle: 6or8lfc9_1_1 Media: station90-000019
- List of Datafiles in backup set 197
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2126701 2016-06-20:23:55:53 +DATA/orcl/datafile/users.259.915062657
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 198 Incr 0 1.25M SBT_TAPE 00:00:24 2016-06-21:00:11:14
- BP Key: 214 Status: UNAVAILABLE Compressed: NO Tag: 2PET_USERS_INCR0
- Handle: 6rr8lg8a_1_1 Media: station90-000019
- List of Datafiles in backup set 198
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2131009 2016-06-21:00:10:50 +DATA/orcl/datafile/users.259.915062657
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 199 Incr 0 1.25M SBT_TAPE 00:00:25 2016-06-22:22:16:55
- BP Key: 215 Status: AVAILABLE Compressed: NO Tag: 3DET_USERS_INCR0
- Handle: 6ur8qi9u_1_1 Media: station90-000019
- List of Datafiles in backup set 199
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2237850 2016-06-22:22:16:31 +DATA/orcl/datafile/users.259.915062657
- RMAN> exit
- Recovery Manager complete.
- [oracle@station90 ~]$ rman target /
- Recovery Manager: Release 11.2.0.1.0 - Production on Wed Jun 22 22:23:45 2016
- Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
- connected to target database: ORCL (DBID=1343950367)
- RMAN> restore datafile 4;
- Starting restore at 2016-06-22:22:23:52
- using target database control file instead of recovery catalog
- allocated channel: ORA_DISK_1
- channel ORA_DISK_1: SID=198 device type=DISK
- allocated channel: ORA_DISK_2
- channel ORA_DISK_2: SID=22 device type=DISK
- allocated channel: ORA_DISK_3
- channel ORA_DISK_3: SID=86 device type=DISK
- allocated channel: ORA_DISK_4
- channel ORA_DISK_4: SID=140 device type=DISK
- allocated channel: ORA_DISK_5
- channel ORA_DISK_5: SID=206 device type=DISK
- allocated channel: ORA_DISK_6
- channel ORA_DISK_6: SID=15 device type=DISK
- allocated channel: ORA_DISK_7
- channel ORA_DISK_7: SID=149 device type=DISK
- allocated channel: ORA_DISK_8
- channel ORA_DISK_8: SID=200 device type=DISK
- allocated channel: ORA_SBT_TAPE_1
- channel ORA_SBT_TAPE_1: SID=20 device type=SBT_TAPE
- channel ORA_SBT_TAPE_1: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_2
- channel ORA_SBT_TAPE_2: SID=145 device type=SBT_TAPE
- channel ORA_SBT_TAPE_2: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_3
- channel ORA_SBT_TAPE_3: SID=9 device type=SBT_TAPE
- channel ORA_SBT_TAPE_3: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_4
- channel ORA_SBT_TAPE_4: SID=81 device type=SBT_TAPE
- channel ORA_SBT_TAPE_4: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_5
- channel ORA_SBT_TAPE_5: SID=24 device type=SBT_TAPE
- channel ORA_SBT_TAPE_5: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_6
- channel ORA_SBT_TAPE_6: SID=203 device type=SBT_TAPE
- channel ORA_SBT_TAPE_6: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_7
- channel ORA_SBT_TAPE_7: SID=75 device type=SBT_TAPE
- channel ORA_SBT_TAPE_7: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_8
- channel ORA_SBT_TAPE_8: SID=193 device type=SBT_TAPE
- channel ORA_SBT_TAPE_8: Oracle Secure Backup
- channel ORA_SBT_TAPE_1: starting datafile backup set restore
- channel ORA_SBT_TAPE_1: specifying datafile(s) to restore from backup set
- channel ORA_SBT_TAPE_1: restoring datafile 00004 to +DATA/orcl/datafile/users.259.915062657
- channel ORA_SBT_TAPE_1: reading from backup piece 6ur8qi9u_1_1
- RMAN-00571: ===========================================================
- RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
- RMAN-00571: ===========================================================
- RMAN-03002: failure of restore command at 06/22/2016 22:25:16
- ORA-19870: error while restoring backup piece 6ur8qi9u_1_1
- ORA-19913: unable to decrypt backup
- ORA-28365: wallet is not open
- RMAN> set decryption identified by "microsoft12","cisco12";
- executing command: SET decryption
- RMAN> restore datafile 4;
- Starting restore at 2016-06-22:22:26:57
- using channel ORA_DISK_1
- using channel ORA_DISK_2
- using channel ORA_DISK_3
- using channel ORA_DISK_4
- using channel ORA_DISK_5
- using channel ORA_DISK_6
- using channel ORA_DISK_7
- using channel ORA_DISK_8
- using channel ORA_SBT_TAPE_1
- using channel ORA_SBT_TAPE_2
- using channel ORA_SBT_TAPE_3
- using channel ORA_SBT_TAPE_4
- using channel ORA_SBT_TAPE_5
- using channel ORA_SBT_TAPE_6
- using channel ORA_SBT_TAPE_7
- using channel ORA_SBT_TAPE_8
- channel ORA_SBT_TAPE_1: starting datafile backup set restore
- channel ORA_SBT_TAPE_1: specifying datafile(s) to restore from backup set
- channel ORA_SBT_TAPE_1: restoring datafile 00004 to +DATA/orcl/datafile/users.259.915062657
- channel ORA_SBT_TAPE_1: reading from backup piece 6ur8qi9u_1_1
- channel ORA_SBT_TAPE_1: piece handle=6ur8qi9u_1_1 tag=3DET_USERS_INCR0
- channel ORA_SBT_TAPE_1: restored backup piece 1
- channel ORA_SBT_TAPE_1: restore complete, elapsed time: 00:00:35
- Finished restore at 2016-06-22:22:27:33
- RMAN> recover datafile 4 ;
- Starting recover at 2016-06-22:22:27:41
- using channel ORA_DISK_1
- using channel ORA_DISK_2
- using channel ORA_DISK_3
- using channel ORA_DISK_4
- using channel ORA_DISK_5
- using channel ORA_DISK_6
- using channel ORA_DISK_7
- using channel ORA_DISK_8
- using channel ORA_SBT_TAPE_1
- using channel ORA_SBT_TAPE_2
- using channel ORA_SBT_TAPE_3
- using channel ORA_SBT_TAPE_4
- using channel ORA_SBT_TAPE_5
- using channel ORA_SBT_TAPE_6
- using channel ORA_SBT_TAPE_7
- using channel ORA_SBT_TAPE_8
- starting media recovery
- archived log for thread 1 with sequence 134 is already on disk as file +FRA/orcl/archivelog/2016_06_22/thread_1_seq_134.325.915229249
- archived log for thread 1 with sequence 135 is already on disk as file +FRA/orcl/archivelog/2016_06_22/thread_1_seq_135.324.915229249
- archived log for thread 1 with sequence 136 is already on disk as file +FRA/orcl/archivelog/2016_06_22/thread_1_seq_136.327.915229251
- archived log for thread 1 with sequence 137 is already on disk as file +FRA/orcl/archivelog/2016_06_22/thread_1_seq_137.279.915229253
- archived log for thread 1 with sequence 138 is already on disk as file +FRA/orcl/archivelog/2016_06_22/thread_1_seq_138.298.915229255
- archived log for thread 1 with sequence 139 is already on disk as file +FRA/orcl/archivelog/2016_06_22/thread_1_seq_139.267.915229255
- archived log file name=+FRA/orcl/archivelog/2016_06_22/thread_1_seq_134.325.915229249 thread=1 sequence=134
- archived log file name=+FRA/orcl/archivelog/2016_06_22/thread_1_seq_135.324.915229249 thread=1 sequence=135
- archived log file name=+FRA/orcl/archivelog/2016_06_22/thread_1_seq_136.327.915229251 thread=1 sequence=136
- archived log file name=+FRA/orcl/archivelog/2016_06_22/thread_1_seq_137.279.915229253 thread=1 sequence=137
- media recovery complete, elapsed time: 00:00:01
- Finished recover at 2016-06-22:22:27:43
- RMAN> list backup;
- List of Backup Sets
- ===================
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 197 Incr 0 1.25M SBT_TAPE 00:00:24 2016-06-20:23:56:17
- BP Key: 213 Status: UNAVAILABLE Compressed: NO Tag: 1ET_USERS_INCR0
- Handle: 6or8lfc9_1_1 Media: station90-000019
- List of Datafiles in backup set 197
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2126701 2016-06-20:23:55:53 +DATA/orcl/datafile/users.259.915229637
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 198 Incr 0 1.25M SBT_TAPE 00:00:24 2016-06-21:00:11:14
- BP Key: 214 Status: UNAVAILABLE Compressed: NO Tag: 2PET_USERS_INCR0
- Handle: 6rr8lg8a_1_1 Media: station90-000019
- List of Datafiles in backup set 198
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2131009 2016-06-21:00:10:50 +DATA/orcl/datafile/users.259.915229637
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 199 Incr 0 1.25M SBT_TAPE 00:00:25 2016-06-22:22:16:55
- BP Key: 215 Status: AVAILABLE Compressed: NO Tag: 3DET_USERS_INCR0
- Handle: 6ur8qi9u_1_1 Media: station90-000019
- List of Datafiles in backup set 199
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2237850 2016-06-22:22:16:31 +DATA/orcl/datafile/users.259.915229637
- RMAN> change backupset 199 unAVAILABLE;
- changed backup piece unavailable
- backup piece handle=6ur8qi9u_1_1 RECID=215 STAMP=915228991
- Changed 1 objects to UNAVAILABLE status
- RMAN> change backupset 197 AVAILABLE;
- using channel ORA_DISK_1
- using channel ORA_DISK_2
- using channel ORA_DISK_3
- using channel ORA_DISK_4
- using channel ORA_DISK_5
- using channel ORA_DISK_6
- using channel ORA_DISK_7
- using channel ORA_DISK_8
- using channel ORA_SBT_TAPE_1
- using channel ORA_SBT_TAPE_2
- using channel ORA_SBT_TAPE_3
- using channel ORA_SBT_TAPE_4
- using channel ORA_SBT_TAPE_5
- using channel ORA_SBT_TAPE_6
- using channel ORA_SBT_TAPE_7
- using channel ORA_SBT_TAPE_8
- changed backup piece available
- backup piece handle=6or8lfc9_1_1 RECID=213 STAMP=915062153
- Changed 1 objects to AVAILABLE status
- RMAN> list backup of tablespace users ;
- List of Backup Sets
- ===================
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 197 Incr 0 1.25M SBT_TAPE 00:00:24 2016-06-20:23:56:17
- BP Key: 213 Status: AVAILABLE Compressed: NO Tag: 1ET_USERS_INCR0
- Handle: 6or8lfc9_1_1 Media: station90-000019
- List of Datafiles in backup set 197
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2126701 2016-06-20:23:55:53 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 198 Incr 0 1.25M SBT_TAPE 00:00:24 2016-06-21:00:11:14
- BP Key: 214 Status: UNAVAILABLE Compressed: NO Tag: 2PET_USERS_INCR0
- Handle: 6rr8lg8a_1_1 Media: station90-000019
- List of Datafiles in backup set 198
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2131009 2016-06-21:00:10:50 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 199 Incr 0 1.25M SBT_TAPE 00:00:25 2016-06-22:22:16:55
- BP Key: 215 Status: UNAVAILABLE Compressed: NO Tag: 3DET_USERS_INCR0
- Handle: 6ur8qi9u_1_1 Media: station90-000019
- List of Datafiles in backup set 199
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2237850 2016-06-22:22:16:31 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 200 Incr 1 256.00K SBT_TAPE 00:00:24 2016-06-22:22:52:22
- BP Key: 216 Status: AVAILABLE Compressed: NO Tag: 4T_USERS_INCR1
- Handle: 6vr8qkce_1_1 Media: station90-000019
- List of Datafiles in backup set 200
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 1 Incr 2243125 2016-06-22:22:51:59 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 201 Incr 1 256.00K SBT_TAPE 00:00:22 2016-06-22:22:53:11
- BP Key: 217 Status: AVAILABLE Compressed: NO Tag: 5T_USERS_INCR1
- Handle: 70r8qke1_1_1 Media: station90-000019
- List of Datafiles in backup set 201
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 1 Incr 2243188 2016-06-22:22:52:49 +DATA/orcl/datafile/users.259.915231377
- RMAN> report need backup incremental 1 ;
- Report of files that need more than 1 incrementals during recovery
- File Incrementals Name
- ---- ------------ ----------------------------------------------
- RMAN> report need backup incremental 0 ;
- Report of files that need more than 0 incrementals during recovery
- File Incrementals Name
- ---- ------------ ----------------------------------------------
- 4 1 +DATA/orcl/datafile/users.259.915231377
- RMAN> report need backup incremental 1 ;
- Report of files that need more than 1 incrementals during recovery
- File Incrementals Name
- ---- ------------ ----------------------------------------------
- RMAN> list backup ;
- List of Backup Sets
- ===================
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 197 Incr 0 1.25M SBT_TAPE 00:00:24 2016-06-20:23:56:17
- BP Key: 213 Status: AVAILABLE Compressed: NO Tag: 1ET_USERS_INCR0
- Handle: 6or8lfc9_1_1 Media: station90-000019
- List of Datafiles in backup set 197
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2126701 2016-06-20:23:55:53 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 198 Incr 0 1.25M SBT_TAPE 00:00:24 2016-06-21:00:11:14
- BP Key: 214 Status: UNAVAILABLE Compressed: NO Tag: 2PET_USERS_INCR0
- Handle: 6rr8lg8a_1_1 Media: station90-000019
- List of Datafiles in backup set 198
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2131009 2016-06-21:00:10:50 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 199 Incr 0 1.25M SBT_TAPE 00:00:25 2016-06-22:22:16:55
- BP Key: 215 Status: UNAVAILABLE Compressed: NO Tag: 3DET_USERS_INCR0
- Handle: 6ur8qi9u_1_1 Media: station90-000019
- List of Datafiles in backup set 199
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2237850 2016-06-22:22:16:31 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 200 Incr 1 256.00K SBT_TAPE 00:00:24 2016-06-22:22:52:22
- BP Key: 216 Status: AVAILABLE Compressed: NO Tag: 4T_USERS_INCR1
- Handle: 6vr8qkce_1_1 Media: station90-000019
- List of Datafiles in backup set 200
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 1 Incr 2243125 2016-06-22:22:51:59 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 201 Incr 1 256.00K SBT_TAPE 00:00:22 2016-06-22:22:53:11
- BP Key: 217 Status: AVAILABLE Compressed: NO Tag: 5T_USERS_INCR1
- Handle: 70r8qke1_1_1 Media: station90-000019
- List of Datafiles in backup set 201
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 1 Incr 2243188 2016-06-22:22:52:49 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 202 Incr 1 256.00K SBT_TAPE 00:00:16 2016-06-22:22:59:40
- BP Key: 218 Status: AVAILABLE Compressed: NO Tag: 6T_USERS_INCR1C
- Handle: 71r8qkqc_1_1 Media: station90-000019
- List of Datafiles in backup set 202
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 1 Incr 2244060 2016-06-22:22:59:24 +DATA/orcl/datafile/users.259.915231377
- RMAN> report need backup incremental 0;
- Report of files that need more than 0 incrementals during recovery
- File Incrementals Name
- ---- ------------ ----------------------------------------------
- 4 1 +DATA/orcl/datafile/users.259.915231377
- RMAN> report need backup incremental 1;
- Report of files that need more than 1 incrementals during recovery
- File Incrementals Name
- ---- ------------ ----------------------------------------------
- RMAN> delete backupset 202;
- using channel ORA_DISK_1
- using channel ORA_DISK_2
- using channel ORA_DISK_3
- using channel ORA_DISK_4
- using channel ORA_DISK_5
- using channel ORA_DISK_6
- using channel ORA_DISK_7
- using channel ORA_DISK_8
- using channel ORA_SBT_TAPE_1
- using channel ORA_SBT_TAPE_2
- using channel ORA_SBT_TAPE_3
- using channel ORA_SBT_TAPE_4
- using channel ORA_SBT_TAPE_5
- using channel ORA_SBT_TAPE_6
- using channel ORA_SBT_TAPE_7
- using channel ORA_SBT_TAPE_8
- List of Backup Pieces
- BP Key BS Key Pc# Cp# Status Device Type Piece Name
- ------- ------- --- --- ----------- ----------- ----------
- 218 202 1 1 AVAILABLE SBT_TAPE 71r8qkqc_1_1
- Do you really want to delete the above objects (enter YES or NO)? YES
- deleted backup piece
- backup piece handle=71r8qkqc_1_1 RECID=218 STAMP=915231564
- Deleted 1 objects
- RMAN> report need backup incremental 1;
- Report of files that need more than 1 incrementals during recovery
- File Incrementals Name
- ---- ------------ ----------------------------------------------
- 4 2 +DATA/orcl/datafile/users.259.915231377
- RMAN> report need backup incremental 2;
- Report of files that need more than 2 incrementals during recovery
- File Incrementals Name
- ---- ------------ ----------------------------------------------
- RMAN> backup tag '6T_USERS_INCR1' incremental level 1 tablespace users ;
- Starting backup at 2016-06-22:23:06:56
- released channel: ORA_DISK_1
- released channel: ORA_DISK_2
- released channel: ORA_DISK_3
- released channel: ORA_DISK_4
- released channel: ORA_DISK_5
- released channel: ORA_DISK_6
- released channel: ORA_DISK_7
- released channel: ORA_DISK_8
- using channel ORA_SBT_TAPE_1
- using channel ORA_SBT_TAPE_2
- using channel ORA_SBT_TAPE_3
- using channel ORA_SBT_TAPE_4
- using channel ORA_SBT_TAPE_5
- using channel ORA_SBT_TAPE_6
- using channel ORA_SBT_TAPE_7
- using channel ORA_SBT_TAPE_8
- channel ORA_SBT_TAPE_1: starting incremental level 1 datafile backup set
- channel ORA_SBT_TAPE_1: specifying datafile(s) in backup set
- input datafile file number=00004 name=+DATA/orcl/datafile/users.259.915231377
- channel ORA_SBT_TAPE_1: starting piece 1 at 2016-06-22:23:06:56
- channel ORA_SBT_TAPE_1: finished piece 1 at 2016-06-22:23:07:21
- piece handle=72r8ql8g_1_1 tag=6T_USERS_INCR1 comment=API Version 2.0,MMS Version 10.3.0.2
- channel ORA_SBT_TAPE_1: backup set complete, elapsed time: 00:00:25
- Finished backup at 2016-06-22:23:07:21
- RMAN> report need backup incremental 2;
- Report of files that need more than 2 incrementals during recovery
- File Incrementals Name
- ---- ------------ ----------------------------------------------
- 4 3 +DATA/orcl/datafile/users.259.915231377
- RMAN> report need backup incremental 0;
- Report of files that need more than 0 incrementals during recovery
- File Incrementals Name
- ---- ------------ ----------------------------------------------
- 4 3 +DATA/orcl/datafile/users.259.915231377
- RMAN> report need backup incremental 1;
- Report of files that need more than 1 incrementals during recovery
- File Incrementals Name
- ---- ------------ ----------------------------------------------
- 4 3 +DATA/orcl/datafile/users.259.915231377
- RMAN> exit
- Recovery Manager complete.
- [oracle@station90 ~]$ rman target /
- Recovery Manager: Release 11.2.0.1.0 - Production on Wed Jun 22 23:14:23 2016
- Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
- connected to target database: ORCL (DBID=1343950367)
- RMAN> list backup;
- using target database control file instead of recovery catalog
- List of Backup Sets
- ===================
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 197 Incr 0 1.25M SBT_TAPE 00:00:24 2016-06-20:23:56:17
- BP Key: 213 Status: AVAILABLE Compressed: NO Tag: 1ET_USERS_INCR0
- Handle: 6or8lfc9_1_1 Media: station90-000019
- List of Datafiles in backup set 197
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2126701 2016-06-20:23:55:53 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 198 Incr 0 1.25M SBT_TAPE 00:00:24 2016-06-21:00:11:14
- BP Key: 214 Status: UNAVAILABLE Compressed: NO Tag: 2PET_USERS_INCR0
- Handle: 6rr8lg8a_1_1 Media: station90-000019
- List of Datafiles in backup set 198
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2131009 2016-06-21:00:10:50 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 199 Incr 0 1.25M SBT_TAPE 00:00:25 2016-06-22:22:16:55
- BP Key: 215 Status: UNAVAILABLE Compressed: NO Tag: 3DET_USERS_INCR0
- Handle: 6ur8qi9u_1_1 Media: station90-000019
- List of Datafiles in backup set 199
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2237850 2016-06-22:22:16:31 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 200 Incr 1 256.00K SBT_TAPE 00:00:24 2016-06-22:22:52:22
- BP Key: 216 Status: AVAILABLE Compressed: NO Tag: 4T_USERS_INCR1
- Handle: 6vr8qkce_1_1 Media: station90-000019
- List of Datafiles in backup set 200
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 1 Incr 2243125 2016-06-22:22:51:59 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 201 Incr 1 256.00K SBT_TAPE 00:00:22 2016-06-22:22:53:11
- BP Key: 217 Status: AVAILABLE Compressed: NO Tag: 5T_USERS_INCR1
- Handle: 70r8qke1_1_1 Media: station90-000019
- List of Datafiles in backup set 201
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 1 Incr 2243188 2016-06-22:22:52:49 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 203 Incr 1 256.00K SBT_TAPE 00:00:24 2016-06-22:23:07:20
- BP Key: 219 Status: AVAILABLE Compressed: NO Tag: 6T_USERS_INCR1
- Handle: 72r8ql8g_1_1 Media: station90-000019
- List of Datafiles in backup set 203
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 1 Incr 2245398 2016-06-22:23:06:56 +DATA/orcl/datafile/users.259.915231377
- RMAN> show all;
- RMAN configuration parameters for database with db_unique_name ORCL are:
- CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 1 DAYS;
- CONFIGURE BACKUP OPTIMIZATION ON;
- CONFIGURE DEFAULT DEVICE TYPE TO 'SBT_TAPE';
- CONFIGURE CONTROLFILE AUTOBACKUP OFF;
- CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; # default
- CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE SBT_TAPE TO '%F'; # default
- CONFIGURE DEVICE TYPE DISK PARALLELISM 8 BACKUP TYPE TO COMPRESSED BACKUPSET;
- CONFIGURE DEVICE TYPE 'SBT_TAPE' PARALLELISM 8 BACKUP TYPE TO BACKUPSET;
- CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
- CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE SBT_TAPE TO 1; # default
- CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
- CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE SBT_TAPE TO 1; # default
- CONFIGURE CHANNEL 1 DEVICE TYPE 'SBT_TAPE' PARMS 'ENV=(OB_MEDIA_FAMILY=station90)';
- CONFIGURE CHANNEL 2 DEVICE TYPE 'SBT_TAPE' PARMS 'ENV=(OB_MEDIA_FAMILY=station90)';
- CONFIGURE CHANNEL 3 DEVICE TYPE 'SBT_TAPE' PARMS 'ENV=(OB_MEDIA_FAMILY=station90)';
- CONFIGURE CHANNEL 4 DEVICE TYPE 'SBT_TAPE' PARMS 'ENV=(OB_MEDIA_FAMILY=station90)';
- CONFIGURE CHANNEL 5 DEVICE TYPE 'SBT_TAPE' PARMS 'ENV=(OB_MEDIA_FAMILY=station90)';
- CONFIGURE CHANNEL 6 DEVICE TYPE 'SBT_TAPE' PARMS 'ENV=(OB_MEDIA_FAMILY=station90)';
- CONFIGURE CHANNEL 7 DEVICE TYPE 'SBT_TAPE' PARMS 'ENV=(OB_MEDIA_FAMILY=station90)';
- CONFIGURE CHANNEL 8 DEVICE TYPE 'SBT_TAPE' PARMS 'ENV=(OB_MEDIA_FAMILY=station90)';
- CONFIGURE MAXSETSIZE TO UNLIMITED; # default
- CONFIGURE ENCRYPTION FOR DATABASE ON;
- CONFIGURE ENCRYPTION ALGORITHM 'AES256';
- CONFIGURE COMPRESSION ALGORITHM 'BASIC' AS OF RELEASE 'DEFAULT' OPTIMIZE FOR LOAD TRUE ; # default
- CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
- CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/u01/app/oracle/product/11.2.0/dbhome_1/dbs/snapcf_orcl.f'; # default
- RMAN> backup backupset 197 delete input;
- Starting backup at 2016-06-22:23:15:29
- allocated channel: ORA_SBT_TAPE_1
- channel ORA_SBT_TAPE_1: SID=193 device type=SBT_TAPE
- channel ORA_SBT_TAPE_1: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_2
- channel ORA_SBT_TAPE_2: SID=139 device type=SBT_TAPE
- channel ORA_SBT_TAPE_2: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_3
- channel ORA_SBT_TAPE_3: SID=9 device type=SBT_TAPE
- channel ORA_SBT_TAPE_3: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_4
- channel ORA_SBT_TAPE_4: SID=194 device type=SBT_TAPE
- channel ORA_SBT_TAPE_4: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_5
- channel ORA_SBT_TAPE_5: SID=148 device type=SBT_TAPE
- channel ORA_SBT_TAPE_5: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_6
- channel ORA_SBT_TAPE_6: SID=21 device type=SBT_TAPE
- channel ORA_SBT_TAPE_6: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_7
- channel ORA_SBT_TAPE_7: SID=149 device type=SBT_TAPE
- channel ORA_SBT_TAPE_7: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_8
- channel ORA_SBT_TAPE_8: SID=198 device type=SBT_TAPE
- channel ORA_SBT_TAPE_8: Oracle Secure Backup
- RMAN-00571: ===========================================================
- RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
- RMAN-00571: ===========================================================
- RMAN-03002: failure of backup command at 06/22/2016 23:16:12
- RMAN-06160: no backup pieces found for backup set key: 197
- RMAN> run {
- 2> allocate channel c1 device type disk;
- 3> backup tag '7D_USERS_INCR0' incremental level 0 tablespace users ;
- 4> }
- released channel: ORA_SBT_TAPE_1
- released channel: ORA_SBT_TAPE_2
- released channel: ORA_SBT_TAPE_3
- released channel: ORA_SBT_TAPE_4
- released channel: ORA_SBT_TAPE_5
- released channel: ORA_SBT_TAPE_6
- released channel: ORA_SBT_TAPE_7
- released channel: ORA_SBT_TAPE_8
- allocated channel: c1
- channel c1: SID=193 device type=DISK
- Starting backup at 2016-06-22:23:17:38
- channel c1: starting compressed incremental level 0 datafile backup set
- channel c1: specifying datafile(s) in backup set
- input datafile file number=00004 name=+DATA/orcl/datafile/users.259.915231377
- channel c1: starting piece 1 at 2016-06-22:23:17:38
- channel c1: finished piece 1 at 2016-06-22:23:17:39
- piece handle=+FRA/orcl/backupset/2016_06_22/nnndn0_7d_users_incr0_0.291.915232659 tag=7D_USERS_INCR0 comment=NONE
- channel c1: backup set complete, elapsed time: 00:00:01
- Finished backup at 2016-06-22:23:17:39
- released channel: c1
- RMAN> list backup;
- List of Backup Sets
- ===================
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 197 Incr 0 1.25M SBT_TAPE 00:00:24 2016-06-20:23:56:17
- BP Key: 213 Status: AVAILABLE Compressed: NO Tag: 1ET_USERS_INCR0
- Handle: 6or8lfc9_1_1 Media: station90-000019
- List of Datafiles in backup set 197
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2126701 2016-06-20:23:55:53 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 198 Incr 0 1.25M SBT_TAPE 00:00:24 2016-06-21:00:11:14
- BP Key: 214 Status: UNAVAILABLE Compressed: NO Tag: 2PET_USERS_INCR0
- Handle: 6rr8lg8a_1_1 Media: station90-000019
- List of Datafiles in backup set 198
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2131009 2016-06-21:00:10:50 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 199 Incr 0 1.25M SBT_TAPE 00:00:25 2016-06-22:22:16:55
- BP Key: 215 Status: UNAVAILABLE Compressed: NO Tag: 3DET_USERS_INCR0
- Handle: 6ur8qi9u_1_1 Media: station90-000019
- List of Datafiles in backup set 199
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2237850 2016-06-22:22:16:31 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 200 Incr 1 256.00K SBT_TAPE 00:00:24 2016-06-22:22:52:22
- BP Key: 216 Status: AVAILABLE Compressed: NO Tag: 4T_USERS_INCR1
- Handle: 6vr8qkce_1_1 Media: station90-000019
- List of Datafiles in backup set 200
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 1 Incr 2243125 2016-06-22:22:51:59 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 201 Incr 1 256.00K SBT_TAPE 00:00:22 2016-06-22:22:53:11
- BP Key: 217 Status: AVAILABLE Compressed: NO Tag: 5T_USERS_INCR1
- Handle: 70r8qke1_1_1 Media: station90-000019
- List of Datafiles in backup set 201
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 1 Incr 2243188 2016-06-22:22:52:49 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 203 Incr 1 256.00K SBT_TAPE 00:00:24 2016-06-22:23:07:20
- BP Key: 219 Status: AVAILABLE Compressed: NO Tag: 6T_USERS_INCR1
- Handle: 72r8ql8g_1_1 Media: station90-000019
- List of Datafiles in backup set 203
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 1 Incr 2245398 2016-06-22:23:06:56 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 204 Incr 0 1.02M DISK 00:00:01 2016-06-22:23:17:39
- BP Key: 220 Status: AVAILABLE Compressed: YES Tag: 7D_USERS_INCR0
- Piece Name: +FRA/orcl/backupset/2016_06_22/nnndn0_7d_users_incr0_0.291.915232659
- List of Datafiles in backup set 204
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2246402 2016-06-22:23:17:38 +DATA/orcl/datafile/users.259.915231377
- RMAN> backup backupset 204 delete input;
- Starting backup at 2016-06-22:23:18:00
- allocated channel: ORA_SBT_TAPE_1
- channel ORA_SBT_TAPE_1: SID=193 device type=SBT_TAPE
- channel ORA_SBT_TAPE_1: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_2
- channel ORA_SBT_TAPE_2: SID=139 device type=SBT_TAPE
- channel ORA_SBT_TAPE_2: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_3
- channel ORA_SBT_TAPE_3: SID=9 device type=SBT_TAPE
- channel ORA_SBT_TAPE_3: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_4
- channel ORA_SBT_TAPE_4: SID=194 device type=SBT_TAPE
- channel ORA_SBT_TAPE_4: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_5
- channel ORA_SBT_TAPE_5: SID=148 device type=SBT_TAPE
- channel ORA_SBT_TAPE_5: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_6
- channel ORA_SBT_TAPE_6: SID=21 device type=SBT_TAPE
- channel ORA_SBT_TAPE_6: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_7
- channel ORA_SBT_TAPE_7: SID=149 device type=SBT_TAPE
- channel ORA_SBT_TAPE_7: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_8
- channel ORA_SBT_TAPE_8: SID=198 device type=SBT_TAPE
- channel ORA_SBT_TAPE_8: Oracle Secure Backup
- skipping backup set key 204; already backed up 1 time(s)
- deleted backup piece
- backup piece handle=+FRA/orcl/backupset/2016_06_22/nnndn0_7d_users_incr0_0.291.915232659 RECID=220 STAMP=915232658
- Finished backup at 2016-06-22:23:18:44
- RMAN> list backup;
- List of Backup Sets
- ===================
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 197 Incr 0 1.25M SBT_TAPE 00:00:24 2016-06-20:23:56:17
- BP Key: 213 Status: AVAILABLE Compressed: NO Tag: 1ET_USERS_INCR0
- Handle: 6or8lfc9_1_1 Media: station90-000019
- List of Datafiles in backup set 197
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2126701 2016-06-20:23:55:53 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 198 Incr 0 1.25M SBT_TAPE 00:00:24 2016-06-21:00:11:14
- BP Key: 214 Status: UNAVAILABLE Compressed: NO Tag: 2PET_USERS_INCR0
- Handle: 6rr8lg8a_1_1 Media: station90-000019
- List of Datafiles in backup set 198
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2131009 2016-06-21:00:10:50 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 199 Incr 0 1.25M SBT_TAPE 00:00:25 2016-06-22:22:16:55
- BP Key: 215 Status: UNAVAILABLE Compressed: NO Tag: 3DET_USERS_INCR0
- Handle: 6ur8qi9u_1_1 Media: station90-000019
- List of Datafiles in backup set 199
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2237850 2016-06-22:22:16:31 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 200 Incr 1 256.00K SBT_TAPE 00:00:24 2016-06-22:22:52:22
- BP Key: 216 Status: AVAILABLE Compressed: NO Tag: 4T_USERS_INCR1
- Handle: 6vr8qkce_1_1 Media: station90-000019
- List of Datafiles in backup set 200
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 1 Incr 2243125 2016-06-22:22:51:59 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 201 Incr 1 256.00K SBT_TAPE 00:00:22 2016-06-22:22:53:11
- BP Key: 217 Status: AVAILABLE Compressed: NO Tag: 5T_USERS_INCR1
- Handle: 70r8qke1_1_1 Media: station90-000019
- List of Datafiles in backup set 201
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 1 Incr 2243188 2016-06-22:22:52:49 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 203 Incr 1 256.00K SBT_TAPE 00:00:24 2016-06-22:23:07:20
- BP Key: 219 Status: AVAILABLE Compressed: NO Tag: 6T_USERS_INCR1
- Handle: 72r8ql8g_1_1 Media: station90-000019
- List of Datafiles in backup set 203
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 1 Incr 2245398 2016-06-22:23:06:56 +DATA/orcl/datafile/users.259.915231377
- RMAN> run {
- 2> backup tag '8D_USERS_INCR0' incremental level 0 tablespace users ;
- 3>
- user interrupt received
- user interrupt received
- 4>
- RMAN-00571: ===========================================================
- RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
- RMAN-00571: ===========================================================
- RMAN-00558: error encountered while parsing input commands
- RMAN-01009: syntax error: found "end-of-file": expecting one of: "advise, allocate, alter, backup, @, catalog, change, configure, convert, copy, crosscheck, delete, duplicate, execute, flashback, host, mount, open, recover, release, repair, report, restore, resync, send, set, show, shutdown, sql, startup, switch, transport, validate, }"
- RMAN-01007: at line 4 column 1 file: standard input
- RMAN>
- RMAN> exit
- Recovery Manager complete.
- [oracle@station90 ~]$ rman target /
- Recovery Manager: Release 11.2.0.1.0 - Production on Wed Jun 22 23:19:36 2016
- Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
- connected to target database: ORCL (DBID=1343950367)
- RMAN> run {
- 2> allocate channel c1 device type disk;
- 3> backup tag '8D_USERS_INCR0' incremental level 0 tablespace users ;
- 4> }
- using target database control file instead of recovery catalog
- allocated channel: c1
- channel c1: SID=145 device type=DISK
- Starting backup at 2016-06-22:23:19:51
- channel c1: starting compressed incremental level 0 datafile backup set
- channel c1: specifying datafile(s) in backup set
- input datafile file number=00004 name=+DATA/orcl/datafile/users.259.915231377
- channel c1: starting piece 1 at 2016-06-22:23:19:51
- channel c1: finished piece 1 at 2016-06-22:23:19:52
- piece handle=+FRA/orcl/backupset/2016_06_22/nnndn0_8d_users_incr0_0.291.915232791 tag=8D_USERS_INCR0 comment=NONE
- channel c1: backup set complete, elapsed time: 00:00:01
- Finished backup at 2016-06-22:23:19:52
- released channel: c1
- RMAN> list backup;
- List of Backup Sets
- ===================
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 197 Incr 0 1.25M SBT_TAPE 00:00:24 2016-06-20:23:56:17
- BP Key: 213 Status: AVAILABLE Compressed: NO Tag: 1ET_USERS_INCR0
- Handle: 6or8lfc9_1_1 Media: station90-000019
- List of Datafiles in backup set 197
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2126701 2016-06-20:23:55:53 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 198 Incr 0 1.25M SBT_TAPE 00:00:24 2016-06-21:00:11:14
- BP Key: 214 Status: UNAVAILABLE Compressed: NO Tag: 2PET_USERS_INCR0
- Handle: 6rr8lg8a_1_1 Media: station90-000019
- List of Datafiles in backup set 198
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2131009 2016-06-21:00:10:50 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 199 Incr 0 1.25M SBT_TAPE 00:00:25 2016-06-22:22:16:55
- BP Key: 215 Status: UNAVAILABLE Compressed: NO Tag: 3DET_USERS_INCR0
- Handle: 6ur8qi9u_1_1 Media: station90-000019
- List of Datafiles in backup set 199
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2237850 2016-06-22:22:16:31 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 200 Incr 1 256.00K SBT_TAPE 00:00:24 2016-06-22:22:52:22
- BP Key: 216 Status: AVAILABLE Compressed: NO Tag: 4T_USERS_INCR1
- Handle: 6vr8qkce_1_1 Media: station90-000019
- List of Datafiles in backup set 200
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 1 Incr 2243125 2016-06-22:22:51:59 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 201 Incr 1 256.00K SBT_TAPE 00:00:22 2016-06-22:22:53:11
- BP Key: 217 Status: AVAILABLE Compressed: NO Tag: 5T_USERS_INCR1
- Handle: 70r8qke1_1_1 Media: station90-000019
- List of Datafiles in backup set 201
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 1 Incr 2243188 2016-06-22:22:52:49 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 203 Incr 1 256.00K SBT_TAPE 00:00:24 2016-06-22:23:07:20
- BP Key: 219 Status: AVAILABLE Compressed: NO Tag: 6T_USERS_INCR1
- Handle: 72r8ql8g_1_1 Media: station90-000019
- List of Datafiles in backup set 203
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 1 Incr 2245398 2016-06-22:23:06:56 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 205 Incr 0 1.02M DISK 00:00:00 2016-06-22:23:19:51
- BP Key: 221 Status: AVAILABLE Compressed: YES Tag: 8D_USERS_INCR0
- Piece Name: +FRA/orcl/backupset/2016_06_22/nnndn0_8d_users_incr0_0.291.915232791
- List of Datafiles in backup set 205
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2246580 2016-06-22:23:19:51 +DATA/orcl/datafile/users.259.915231377
- RMAN> backup backupset 204 force delete input ;
- Starting backup at 2016-06-22:23:20:35
- user interrupt received
- user interrupt received
- user interrupt received
- user interrupt received
- user interrupt received
- user interrupt received
- user interrupt received
- user interrupt received
- RMAN-00571: ===========================================================
- RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
- RMAN-00571: ===========================================================
- RMAN-03002: failure of backup command at 06/22/2016 23:20:39
- ORA-03111: break received on communication channel
- RMAN>
- RMAN>
- RMAN> exit
- Recovery Manager complete.
- [oracle@station90 ~]$ rman target /
- Recovery Manager: Release 11.2.0.1.0 - Production on Wed Jun 22 23:20:44 2016
- Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
- connected to target database: ORCL (DBID=1343950367)
- RMAN> list backup;
- using target database control file instead of recovery catalog
- List of Backup Sets
- ===================
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 197 Incr 0 1.25M SBT_TAPE 00:00:24 2016-06-20:23:56:17
- BP Key: 213 Status: AVAILABLE Compressed: NO Tag: 1ET_USERS_INCR0
- Handle: 6or8lfc9_1_1 Media: station90-000019
- List of Datafiles in backup set 197
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2126701 2016-06-20:23:55:53 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 198 Incr 0 1.25M SBT_TAPE 00:00:24 2016-06-21:00:11:14
- BP Key: 214 Status: UNAVAILABLE Compressed: NO Tag: 2PET_USERS_INCR0
- Handle: 6rr8lg8a_1_1 Media: station90-000019
- List of Datafiles in backup set 198
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2131009 2016-06-21:00:10:50 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 199 Incr 0 1.25M SBT_TAPE 00:00:25 2016-06-22:22:16:55
- BP Key: 215 Status: UNAVAILABLE Compressed: NO Tag: 3DET_USERS_INCR0
- Handle: 6ur8qi9u_1_1 Media: station90-000019
- List of Datafiles in backup set 199
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2237850 2016-06-22:22:16:31 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 200 Incr 1 256.00K SBT_TAPE 00:00:24 2016-06-22:22:52:22
- BP Key: 216 Status: AVAILABLE Compressed: NO Tag: 4T_USERS_INCR1
- Handle: 6vr8qkce_1_1 Media: station90-000019
- List of Datafiles in backup set 200
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 1 Incr 2243125 2016-06-22:22:51:59 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 201 Incr 1 256.00K SBT_TAPE 00:00:22 2016-06-22:22:53:11
- BP Key: 217 Status: AVAILABLE Compressed: NO Tag: 5T_USERS_INCR1
- Handle: 70r8qke1_1_1 Media: station90-000019
- List of Datafiles in backup set 201
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 1 Incr 2243188 2016-06-22:22:52:49 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 203 Incr 1 256.00K SBT_TAPE 00:00:24 2016-06-22:23:07:20
- BP Key: 219 Status: AVAILABLE Compressed: NO Tag: 6T_USERS_INCR1
- Handle: 72r8ql8g_1_1 Media: station90-000019
- List of Datafiles in backup set 203
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 1 Incr 2245398 2016-06-22:23:06:56 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 205 Incr 0 1.02M DISK 00:00:00 2016-06-22:23:19:51
- BP Key: 221 Status: AVAILABLE Compressed: YES Tag: 8D_USERS_INCR0
- Piece Name: +FRA/orcl/backupset/2016_06_22/nnndn0_8d_users_incr0_0.291.915232791
- List of Datafiles in backup set 205
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2246580 2016-06-22:23:19:51 +DATA/orcl/datafile/users.259.915231377
- RMAN> backup backupset 205 force delete input ;
- Starting backup at 2016-06-22:23:20:51
- allocated channel: ORA_SBT_TAPE_1
- channel ORA_SBT_TAPE_1: SID=81 device type=SBT_TAPE
- channel ORA_SBT_TAPE_1: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_2
- channel ORA_SBT_TAPE_2: SID=194 device type=SBT_TAPE
- channel ORA_SBT_TAPE_2: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_3
- channel ORA_SBT_TAPE_3: SID=139 device type=SBT_TAPE
- channel ORA_SBT_TAPE_3: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_4
- channel ORA_SBT_TAPE_4: SID=9 device type=SBT_TAPE
- channel ORA_SBT_TAPE_4: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_5
- channel ORA_SBT_TAPE_5: SID=17 device type=SBT_TAPE
- channel ORA_SBT_TAPE_5: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_6
- channel ORA_SBT_TAPE_6: SID=150 device type=SBT_TAPE
- channel ORA_SBT_TAPE_6: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_7
- channel ORA_SBT_TAPE_7: SID=197 device type=SBT_TAPE
- channel ORA_SBT_TAPE_7: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_8
- channel ORA_SBT_TAPE_8: SID=75 device type=SBT_TAPE
- channel ORA_SBT_TAPE_8: Oracle Secure Backup
- channel ORA_SBT_TAPE_1: input backup set: count=228, stamp=915232791, piece=1
- channel ORA_SBT_TAPE_1: starting piece 1 at 2016-06-22:23:21:36
- channel ORA_SBT_TAPE_1: backup piece +FRA/orcl/backupset/2016_06_22/nnndn0_8d_users_incr0_0.291.915232791
- piece handle=74r8qm0n_1_2 comment=API Version 2.0,MMS Version 10.3.0.2
- channel ORA_SBT_TAPE_1: finished piece 1 at 2016-06-22:23:22:01
- channel ORA_SBT_TAPE_1: backup piece complete, elapsed time: 00:00:25
- deleted backup piece
- backup piece handle=+FRA/orcl/backupset/2016_06_22/nnndn0_8d_users_incr0_0.291.915232791 RECID=221 STAMP=915232791
- Finished backup at 2016-06-22:23:22:01
- RMAN> list backup;
- List of Backup Sets
- ===================
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 197 Incr 0 1.25M SBT_TAPE 00:00:24 2016-06-20:23:56:17
- BP Key: 213 Status: AVAILABLE Compressed: NO Tag: 1ET_USERS_INCR0
- Handle: 6or8lfc9_1_1 Media: station90-000019
- List of Datafiles in backup set 197
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2126701 2016-06-20:23:55:53 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 198 Incr 0 1.25M SBT_TAPE 00:00:24 2016-06-21:00:11:14
- BP Key: 214 Status: UNAVAILABLE Compressed: NO Tag: 2PET_USERS_INCR0
- Handle: 6rr8lg8a_1_1 Media: station90-000019
- List of Datafiles in backup set 198
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2131009 2016-06-21:00:10:50 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 199 Incr 0 1.25M SBT_TAPE 00:00:25 2016-06-22:22:16:55
- BP Key: 215 Status: UNAVAILABLE Compressed: NO Tag: 3DET_USERS_INCR0
- Handle: 6ur8qi9u_1_1 Media: station90-000019
- List of Datafiles in backup set 199
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2237850 2016-06-22:22:16:31 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 200 Incr 1 256.00K SBT_TAPE 00:00:24 2016-06-22:22:52:22
- BP Key: 216 Status: AVAILABLE Compressed: NO Tag: 4T_USERS_INCR1
- Handle: 6vr8qkce_1_1 Media: station90-000019
- List of Datafiles in backup set 200
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 1 Incr 2243125 2016-06-22:22:51:59 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 201 Incr 1 256.00K SBT_TAPE 00:00:22 2016-06-22:22:53:11
- BP Key: 217 Status: AVAILABLE Compressed: NO Tag: 5T_USERS_INCR1
- Handle: 70r8qke1_1_1 Media: station90-000019
- List of Datafiles in backup set 201
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 1 Incr 2243188 2016-06-22:22:52:49 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 203 Incr 1 256.00K SBT_TAPE 00:00:24 2016-06-22:23:07:20
- BP Key: 219 Status: AVAILABLE Compressed: NO Tag: 6T_USERS_INCR1
- Handle: 72r8ql8g_1_1 Media: station90-000019
- List of Datafiles in backup set 203
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 1 Incr 2245398 2016-06-22:23:06:56 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 205 Incr 0 1.02M SBT_TAPE 00:00:00 2016-06-22:23:19:51
- BP Key: 222 Status: AVAILABLE Compressed: YES Tag: 8D_USERS_INCR0
- Handle: 74r8qm0n_1_2 Media: station90-000019
- List of Datafiles in backup set 205
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2246580 2016-06-22:23:19:51 +DATA/orcl/datafile/users.259.915231377
- RMAN> backup tag '1T_SYSTEM_INCR0' section size 100M incremental level 0 tablespace system ;
- Starting backup at 2016-06-22:23:24:36
- using channel ORA_SBT_TAPE_1
- using channel ORA_SBT_TAPE_2
- using channel ORA_SBT_TAPE_3
- using channel ORA_SBT_TAPE_4
- using channel ORA_SBT_TAPE_5
- using channel ORA_SBT_TAPE_6
- using channel ORA_SBT_TAPE_7
- using channel ORA_SBT_TAPE_8
- channel ORA_SBT_TAPE_1: starting incremental level 0 datafile backup set
- channel ORA_SBT_TAPE_1: specifying datafile(s) in backup set
- input datafile file number=00001 name=+DATA/orcl/datafile/system.256.914102913
- backing up blocks 1 through 12800
- channel ORA_SBT_TAPE_1: starting piece 1 at 2016-06-22:23:24:36
- channel ORA_SBT_TAPE_2: starting incremental level 0 datafile backup set
- channel ORA_SBT_TAPE_2: specifying datafile(s) in backup set
- channel ORA_SBT_TAPE_3: starting incremental level 0 datafile backup set
- channel ORA_SBT_TAPE_3: specifying datafile(s) in backup set
- including current SPFILE in backup set
- channel ORA_SBT_TAPE_3: starting piece 1 at 2016-06-22:23:24:37
- channel ORA_SBT_TAPE_4: starting incremental level 0 datafile backup set
- channel ORA_SBT_TAPE_4: specifying datafile(s) in backup set
- input datafile file number=00001 name=+DATA/orcl/datafile/system.256.914102913
- backing up blocks 12801 through 25600
- channel ORA_SBT_TAPE_4: starting piece 2 at 2016-06-22:23:24:37
- channel ORA_SBT_TAPE_5: starting incremental level 0 datafile backup set
- channel ORA_SBT_TAPE_5: specifying datafile(s) in backup set
- input datafile file number=00001 name=+DATA/orcl/datafile/system.256.914102913
- backing up blocks 25601 through 38400
- channel ORA_SBT_TAPE_5: starting piece 3 at 2016-06-22:23:24:37
- channel ORA_SBT_TAPE_6: starting incremental level 0 datafile backup set
- channel ORA_SBT_TAPE_6: specifying datafile(s) in backup set
- input datafile file number=00001 name=+DATA/orcl/datafile/system.256.914102913
- backing up blocks 38401 through 51200
- channel ORA_SBT_TAPE_6: starting piece 4 at 2016-06-22:23:24:37
- channel ORA_SBT_TAPE_7: starting incremental level 0 datafile backup set
- channel ORA_SBT_TAPE_7: specifying datafile(s) in backup set
- input datafile file number=00001 name=+DATA/orcl/datafile/system.256.914102913
- backing up blocks 51201 through 64000
- channel ORA_SBT_TAPE_7: starting piece 5 at 2016-06-22:23:24:37
- channel ORA_SBT_TAPE_8: starting incremental level 0 datafile backup set
- channel ORA_SBT_TAPE_8: specifying datafile(s) in backup set
- input datafile file number=00001 name=+DATA/orcl/datafile/system.256.914102913
- backing up blocks 64001 through 76800
- channel ORA_SBT_TAPE_8: starting piece 6 at 2016-06-22:23:24:38
- including current control file in backup set
- channel ORA_SBT_TAPE_2: starting piece 1 at 2016-06-22:23:24:38
- channel ORA_SBT_TAPE_3: finished piece 1 at 2016-06-22:23:25:03
- piece handle=77r8qm9k_1_1 tag=1T_SYSTEM_INCR0 comment=API Version 2.0,MMS Version 10.3.0.2
- channel ORA_SBT_TAPE_3: backup set complete, elapsed time: 00:00:26
- channel ORA_SBT_TAPE_3: starting incremental level 0 datafile backup set
- channel ORA_SBT_TAPE_3: specifying datafile(s) in backup set
- input datafile file number=00001 name=+DATA/orcl/datafile/system.256.914102913
- backing up blocks 76801 through 89600
- channel ORA_SBT_TAPE_3: starting piece 7 at 2016-06-22:23:25:03
- channel ORA_SBT_TAPE_1: finished piece 1 at 2016-06-22:23:25:06
- piece handle=75r8qm9k_1_1 tag=1T_SYSTEM_INCR0 comment=API Version 2.0,MMS Version 10.3.0.2
- channel ORA_SBT_TAPE_1: backup set complete, elapsed time: 00:00:30
- channel ORA_SBT_TAPE_4: finished piece 2 at 2016-06-22:23:25:28
- piece handle=75r8qm9k_2_1 tag=1T_SYSTEM_INCR0 comment=API Version 2.0,MMS Version 10.3.0.2
- channel ORA_SBT_TAPE_4: backup set complete, elapsed time: 00:00:51
- channel ORA_SBT_TAPE_7: finished piece 5 at 2016-06-22:23:25:38
- piece handle=75r8qm9k_5_1 tag=1T_SYSTEM_INCR0 comment=API Version 2.0,MMS Version 10.3.0.2
- channel ORA_SBT_TAPE_7: backup set complete, elapsed time: 00:01:01
- channel ORA_SBT_TAPE_2: finished piece 1 at 2016-06-22:23:26:07
- piece handle=76r8qm9k_1_1 tag=1T_SYSTEM_INCR0 comment=API Version 2.0,MMS Version 10.3.0.2
- channel ORA_SBT_TAPE_2: backup set complete, elapsed time: 00:01:29
- channel ORA_SBT_TAPE_5: finished piece 3 at 2016-06-22:23:26:07
- piece handle=75r8qm9k_3_1 tag=1T_SYSTEM_INCR0 comment=API Version 2.0,MMS Version 10.3.0.2
- channel ORA_SBT_TAPE_5: backup set complete, elapsed time: 00:01:30
- channel ORA_SBT_TAPE_6: finished piece 4 at 2016-06-22:23:26:27
- piece handle=75r8qm9k_4_1 tag=1T_SYSTEM_INCR0 comment=API Version 2.0,MMS Version 10.3.0.2
- channel ORA_SBT_TAPE_6: backup set complete, elapsed time: 00:01:50
- channel ORA_SBT_TAPE_8: finished piece 6 at 2016-06-22:23:26:27
- piece handle=75r8qm9k_6_1 tag=1T_SYSTEM_INCR0 comment=API Version 2.0,MMS Version 10.3.0.2
- channel ORA_SBT_TAPE_8: backup set complete, elapsed time: 00:01:49
- channel ORA_SBT_TAPE_3: finished piece 7 at 2016-06-22:23:26:47
- piece handle=75r8qm9k_7_1 tag=1T_SYSTEM_INCR0 comment=API Version 2.0,MMS Version 10.3.0.2
- channel ORA_SBT_TAPE_3: backup set complete, elapsed time: 00:01:44
- Finished backup at 2016-06-22:23:26:47
- RMAN> list backup of tablespace system ;
- List of Backup Sets
- ===================
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 207 Incr 0 605.25M SBT_TAPE 00:02:06 2016-06-22:23:26:42
- List of Datafiles in backup set 207
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 1 0 Incr 2246939 2016-06-22:23:24:36 +DATA/orcl/datafile/system.256.914102913
- Backup Set Copy #1 of backup set 207
- Device Type Elapsed Time Completion Time Compressed Tag
- ----------- ------------ ------------------- ---------- ---
- SBT_TAPE 00:02:06 2016-06-22:23:26:42 NO 1T_SYSTEM_INCR0
- List of Backup Pieces for backup set 207 Copy #1
- BP Key Pc# Status Media Piece Name
- ------- --- ----------- ----------------------- ----------
- 224 1 AVAILABLE station90-000019 75r8qm9k_1_1
- 225 2 AVAILABLE station90-000020 75r8qm9k_2_1
- 228 3 AVAILABLE station90-000019 75r8qm9k_3_1
- 229 4 AVAILABLE station90-000020 75r8qm9k_4_1
- 226 5 AVAILABLE station90-000019 75r8qm9k_5_1
- 230 6 AVAILABLE station90-000019 75r8qm9k_6_1
- 231 7 AVAILABLE station90-000020 75r8qm9k_7_1
- RMAN> validate datafile 1 ;
- Starting validate at 2016-06-22:23:30:37
- released channel: ORA_SBT_TAPE_1
- released channel: ORA_SBT_TAPE_2
- released channel: ORA_SBT_TAPE_3
- released channel: ORA_SBT_TAPE_4
- released channel: ORA_SBT_TAPE_5
- released channel: ORA_SBT_TAPE_6
- released channel: ORA_SBT_TAPE_7
- released channel: ORA_SBT_TAPE_8
- allocated channel: ORA_DISK_1
- channel ORA_DISK_1: SID=81 device type=DISK
- allocated channel: ORA_DISK_2
- channel ORA_DISK_2: SID=194 device type=DISK
- allocated channel: ORA_DISK_3
复制代码 select * from v$block_change_tracking;
alter database disable block change tracking;
alter database enable block change tracking using file '+FRA';
select * from v$restore_point;
- channel ORA_DISK_3: SID=139 device type=DISK
- allocated channel: ORA_DISK_4
- channel ORA_DISK_4: SID=9 device type=DISK
- allocated channel: ORA_DISK_5
- channel ORA_DISK_5: SID=17 device type=DISK
- allocated channel: ORA_DISK_6
- channel ORA_DISK_6: SID=150 device type=DISK
- allocated channel: ORA_DISK_7
- channel ORA_DISK_7: SID=197 device type=DISK
- allocated channel: ORA_DISK_8
- channel ORA_DISK_8: SID=75 device type=DISK
- channel ORA_DISK_1: starting validation of datafile
- channel ORA_DISK_1: specifying datafile(s) for validation
- input datafile file number=00001 name=+DATA/orcl/datafile/system.256.914102913
- channel ORA_DISK_2: starting validation of datafile
- channel ORA_DISK_2: specifying datafile(s) for validation
- including current SPFILE in backup set
- channel ORA_DISK_3: starting validation of datafile
- channel ORA_DISK_3: specifying datafile(s) for validation
- including current control file for validation
- channel ORA_DISK_2: validation complete, elapsed time: 00:00:00
- List of Control File and SPFILE
- ===============================
- File Type Status Blocks Failing Blocks Examined
- ------------ ------ -------------- ---------------
- SPFILE OK 0 2
- channel ORA_DISK_3: validation complete, elapsed time: 00:00:01
- List of Control File and SPFILE
- ===============================
- File Type Status Blocks Failing Blocks Examined
- ------------ ------ -------------- ---------------
- Control File OK 0 614
- channel ORA_DISK_1: validation complete, elapsed time: 00:00:03
- List of Datafiles
- =================
- File Status Marked Corrupt Empty Blocks Blocks Examined High SCN
- ---- ------ -------------- ------------ --------------- ----------
- 1 OK 0 13302 89611 2247313
- File Name: +DATA/orcl/datafile/system.256.914102913
- Block Type Blocks Failing Blocks Processed
- ---------- -------------- ----------------
- Data 0 60322
- Index 0 12401
- Other 0 3575
- Finished validate at 2016-06-22:23:30:54
- RMAN> validate datafile 1 section size 100M ;
- Starting validate at 2016-06-22:23:32:31
- using channel ORA_DISK_1
- using channel ORA_DISK_2
- using channel ORA_DISK_3
- using channel ORA_DISK_4
- using channel ORA_DISK_5
- using channel ORA_DISK_6
- using channel ORA_DISK_7
- using channel ORA_DISK_8
- channel ORA_DISK_1: starting validation of datafile
- channel ORA_DISK_1: specifying datafile(s) for validation
- input datafile file number=00001 name=+DATA/orcl/datafile/system.256.914102913
- validating blocks 1 through 12800
- channel ORA_DISK_2: starting validation of datafile
- channel ORA_DISK_2: specifying datafile(s) for validation
- including current SPFILE in backup set
- channel ORA_DISK_3: starting validation of datafile
- channel ORA_DISK_3: specifying datafile(s) for validation
- including current control file for validation
- channel ORA_DISK_2: validation complete, elapsed time: 00:00:00
- List of Control File and SPFILE
- ===============================
- File Type Status Blocks Failing Blocks Examined
- ------------ ------ -------------- ---------------
- SPFILE OK 0 2
- channel ORA_DISK_2: starting validation of datafile
- channel ORA_DISK_2: specifying datafile(s) for validation
- input datafile file number=00001 name=+DATA/orcl/datafile/system.256.914102913
- validating blocks 12801 through 25600
- channel ORA_DISK_4: starting validation of datafile
- channel ORA_DISK_4: specifying datafile(s) for validation
- input datafile file number=00001 name=+DATA/orcl/datafile/system.256.914102913
- validating blocks 25601 through 38400
- channel ORA_DISK_5: starting validation of datafile
- channel ORA_DISK_5: specifying datafile(s) for validation
- input datafile file number=00001 name=+DATA/orcl/datafile/system.256.914102913
- validating blocks 38401 through 51200
- channel ORA_DISK_6: starting validation of datafile
- channel ORA_DISK_6: specifying datafile(s) for validation
- input datafile file number=00001 name=+DATA/orcl/datafile/system.256.914102913
- validating blocks 51201 through 64000
- channel ORA_DISK_7: starting validation of datafile
- channel ORA_DISK_7: specifying datafile(s) for validation
- input datafile file number=00001 name=+DATA/orcl/datafile/system.256.914102913
- validating blocks 64001 through 76800
- channel ORA_DISK_8: starting validation of datafile
- channel ORA_DISK_8: specifying datafile(s) for validation
- input datafile file number=00001 name=+DATA/orcl/datafile/system.256.914102913
- validating blocks 76801 through 89600
- channel ORA_DISK_1: validation complete, elapsed time: 00:00:03
- channel ORA_DISK_2: validation complete, elapsed time: 00:00:01
- channel ORA_DISK_3: validation complete, elapsed time: 00:00:02
- List of Control File and SPFILE
- ===============================
- File Type Status Blocks Failing Blocks Examined
- ------------ ------ -------------- ---------------
- Control File OK 0 614
- channel ORA_DISK_4: validation complete, elapsed time: 00:00:01
- channel ORA_DISK_5: validation complete, elapsed time: 00:00:01
- channel ORA_DISK_6: validation complete, elapsed time: 00:00:01
- channel ORA_DISK_7: validation complete, elapsed time: 00:00:01
- channel ORA_DISK_8: validation complete, elapsed time: 00:00:01
- List of Datafiles
- =================
- File Status Marked Corrupt Empty Blocks Blocks Examined High SCN
- ---- ------ -------------- ------------ --------------- ----------
- 1 OK 0 13302 89605 2247483
- File Name: +DATA/orcl/datafile/system.256.914102913
- Block Type Blocks Failing Blocks Processed
- ---------- -------------- ----------------
- Data 0 60322
- Index 0 12401
- Other 0 3569
- Finished validate at 2016-06-22:23:32:35
- RMAN>
- user interrupt received
- user interrupt received
- RMAN>
- RMAN>
- RMAN> exit
- Recovery Manager complete.
- [oracle@station90 ~]$ rman target /
- Recovery Manager: Release 11.2.0.1.0 - Production on Wed Jun 22 23:47:44 2016
- Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
- connected to target database: ORCL (DBID=1343950367)
- RMAN> backup tag '9T_USERS_INCR0' incremental level 0 tablespace users keep forever;
- Starting backup at 2016-06-22:23:48:51
- current log archived
- using target database control file instead of recovery catalog
- allocated channel: ORA_SBT_TAPE_1
- channel ORA_SBT_TAPE_1: SID=75 device type=SBT_TAPE
- channel ORA_SBT_TAPE_1: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_2
- channel ORA_SBT_TAPE_2: SID=197 device type=SBT_TAPE
- channel ORA_SBT_TAPE_2: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_3
- channel ORA_SBT_TAPE_3: SID=150 device type=SBT_TAPE
- channel ORA_SBT_TAPE_3: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_4
- channel ORA_SBT_TAPE_4: SID=20 device type=SBT_TAPE
- channel ORA_SBT_TAPE_4: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_5
- channel ORA_SBT_TAPE_5: SID=148 device type=SBT_TAPE
- channel ORA_SBT_TAPE_5: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_6
- channel ORA_SBT_TAPE_6: SID=145 device type=SBT_TAPE
- channel ORA_SBT_TAPE_6: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_7
- channel ORA_SBT_TAPE_7: SID=206 device type=SBT_TAPE
- channel ORA_SBT_TAPE_7: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_8
- channel ORA_SBT_TAPE_8: SID=71 device type=SBT_TAPE
- channel ORA_SBT_TAPE_8: Oracle Secure Backup
- RMAN-00571: ===========================================================
- RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
- RMAN-00571: ===========================================================
- RMAN-03002: failure of backup command at 06/22/2016 23:49:35
- RMAN-06522: KEEP FOREVER option is not supported without the recovery catalog
- RMAN> exit
- Recovery Manager complete.
- [oracle@station90 ~]$ rman target / catalog u90/oracle_4U@rcat
- Recovery Manager: Release 11.2.0.1.0 - Production on Wed Jun 22 23:50:35 2016
- Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
- connected to target database: ORCL (DBID=1343950367)
- RMAN-00571: ===========================================================
- RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
- RMAN-00571: ===========================================================
- RMAN-00554: initialization of internal recovery manager package failed
- RMAN-04004: error from recovery catalog database: ORA-01017: invalid username/password; logon denied
- [oracle@station90 ~]$ . oraenv
- ORACLE_SID = [orcl] ? rcat
- The Oracle base for ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1 is /u01/app/oracle
- [oracle@station90 ~]$ sqlplus /nolog
- SQL*Plus: Release 11.2.0.1.0 Production on Wed Jun 22 23:50:51 2016
- Copyright (c) 1982, 2009, Oracle. All rights reserved.
- SQL> conn / as sysdba
- Connected.
- SQL> create user u90 identified by oracle_4U default tablespace rcat quota unlimited on rcat ;
- User created.
- SQL> grant recovery_catalog_owner to u90;
- Grant succeeded.
- SQL> exit
- Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
- With the Partitioning, OLAP, Data Mining and Real Application Testing options
- [oracle@station90 ~]$ . oraenv
- ORACLE_SID = [rcat] ? orcl
- The Oracle base for ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1 is /u01/app/oracle
- [oracle@station90 ~]$ rman target / catalog u90/oracle_4U@rcat
- Recovery Manager: Release 11.2.0.1.0 - Production on Wed Jun 22 23:51:50 2016
- Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
- connected to target database: ORCL (DBID=1343950367)
- connected to recovery catalog database
- RMAN> create catalog
- ;
- recovery catalog created
- RMAN>
- RMAN-00571: ===========================================================
- RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
- RMAN-00571: ===========================================================
- RMAN-00558: error encountered while parsing input commands
- RMAN-01009: syntax error: found ";": expecting one of: "advise, allocate, alter, backup, @, catalog, change, configure, connect, convert, copy, create, crosscheck, delete, drop, duplicate, exit, flashback, grant, host, import, list, mount, open, print, quit, recover, register, release, repair, replace, report, reset, restore, resync, revoke, run, send, set, show, shutdown, spool, sql, startup, switch, transport, unregister, upgrade, validate, {, "
- RMAN-01007: at line 1 column 1 file: standard input
- RMAN> register database ;
- database registered in recovery catalog
- starting full resync of recovery catalog
- full resync complete
- RMAN> exit
- Recovery Manager complete.
- [oracle@station90 ~]$ rman target / catalog u90/oracle_4U@rcat
- Recovery Manager: Release 11.2.0.1.0 - Production on Wed Jun 22 23:52:29 2016
- Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
- connected to target database: ORCL (DBID=1343950367)
- connected to recovery catalog database
- RMAN> backup tag '9T_USERS_INCR0' incremental level 0 tablespace users keep forever;
- Starting backup at 2016-06-22:23:52:34
- current log archived
- allocated channel: ORA_SBT_TAPE_1
- channel ORA_SBT_TAPE_1: SID=148 device type=SBT_TAPE
- channel ORA_SBT_TAPE_1: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_2
- channel ORA_SBT_TAPE_2: SID=20 device type=SBT_TAPE
- channel ORA_SBT_TAPE_2: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_3
- channel ORA_SBT_TAPE_3: SID=150 device type=SBT_TAPE
- channel ORA_SBT_TAPE_3: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_4
- channel ORA_SBT_TAPE_4: SID=145 device type=SBT_TAPE
- channel ORA_SBT_TAPE_4: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_5
- channel ORA_SBT_TAPE_5: SID=9 device type=SBT_TAPE
- channel ORA_SBT_TAPE_5: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_6
- channel ORA_SBT_TAPE_6: SID=149 device type=SBT_TAPE
- channel ORA_SBT_TAPE_6: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_7
- channel ORA_SBT_TAPE_7: SID=212 device type=SBT_TAPE
- channel ORA_SBT_TAPE_7: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_8
- channel ORA_SBT_TAPE_8: SID=81 device type=SBT_TAPE
- channel ORA_SBT_TAPE_8: Oracle Secure Backup
- backup will never be obsolete
- archived logs required to recover from this backup will be backed up
- channel ORA_SBT_TAPE_1: starting incremental level 0 datafile backup set
- channel ORA_SBT_TAPE_1: specifying datafile(s) in backup set
- input datafile file number=00004 name=+DATA/orcl/datafile/users.259.915231377
- channel ORA_SBT_TAPE_1: starting piece 1 at 2016-06-22:23:53:19
- channel ORA_SBT_TAPE_1: finished piece 1 at 2016-06-22:23:53:44
- piece handle=7qr8qnvf_1_1 tag=9T_USERS_INCR0 comment=API Version 2.0,MMS Version 10.3.0.2
- channel ORA_SBT_TAPE_1: backup set complete, elapsed time: 00:00:25
- using channel ORA_SBT_TAPE_1
- using channel ORA_SBT_TAPE_2
- using channel ORA_SBT_TAPE_3
- using channel ORA_SBT_TAPE_4
- using channel ORA_SBT_TAPE_5
- using channel ORA_SBT_TAPE_6
- using channel ORA_SBT_TAPE_7
- using channel ORA_SBT_TAPE_8
- backup will never be obsolete
- archived logs required to recover from this backup will be backed up
- channel ORA_SBT_TAPE_1: starting full datafile backup set
- channel ORA_SBT_TAPE_1: specifying datafile(s) in backup set
- including current SPFILE in backup set
- channel ORA_SBT_TAPE_1: starting piece 1 at 2016-06-22:23:53:45
- channel ORA_SBT_TAPE_1: finished piece 1 at 2016-06-22:23:54:10
- piece handle=7rr8qo08_1_1 tag=9T_USERS_INCR0 comment=API Version 2.0,MMS Version 10.3.0.2
- channel ORA_SBT_TAPE_1: backup set complete, elapsed time: 00:00:25
- current log archived
- using channel ORA_SBT_TAPE_1
- using channel ORA_SBT_TAPE_2
- using channel ORA_SBT_TAPE_3
- using channel ORA_SBT_TAPE_4
- using channel ORA_SBT_TAPE_5
- using channel ORA_SBT_TAPE_6
- using channel ORA_SBT_TAPE_7
- using channel ORA_SBT_TAPE_8
- backup will never be obsolete
- archived logs required to recover from this backup will be backed up
- channel ORA_SBT_TAPE_1: starting archived log backup set
- channel ORA_SBT_TAPE_1: specifying archived log(s) in backup set
- input archived log thread=1 sequence=149 RECID=391 STAMP=915234850
- channel ORA_SBT_TAPE_1: starting piece 1 at 2016-06-22:23:54:12
- channel ORA_SBT_TAPE_1: finished piece 1 at 2016-06-22:23:54:37
- piece handle=7sr8qo14_1_1 tag=9T_USERS_INCR0 comment=API Version 2.0,MMS Version 10.3.0.2
- channel ORA_SBT_TAPE_1: backup set complete, elapsed time: 00:00:25
- using channel ORA_SBT_TAPE_1
- using channel ORA_SBT_TAPE_2
- using channel ORA_SBT_TAPE_3
- using channel ORA_SBT_TAPE_4
- using channel ORA_SBT_TAPE_5
- using channel ORA_SBT_TAPE_6
- using channel ORA_SBT_TAPE_7
- using channel ORA_SBT_TAPE_8
- backup will never be obsolete
- archived logs required to recover from this backup will be backed up
- channel ORA_SBT_TAPE_1: starting full datafile backup set
- channel ORA_SBT_TAPE_1: specifying datafile(s) in backup set
- including current control file in backup set
- channel ORA_SBT_TAPE_1: starting piece 1 at 2016-06-22:23:54:38
- channel ORA_SBT_TAPE_1: finished piece 1 at 2016-06-22:23:55:03
- piece handle=7tr8qo1t_1_1 tag=9T_USERS_INCR0 comment=API Version 2.0,MMS Version 10.3.0.2
- channel ORA_SBT_TAPE_1: backup set complete, elapsed time: 00:00:25
- Finished backup at 2016-06-22:23:55:03
- RMAN> list backup;
- List of Backup Sets
- ===================
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 661 Incr 0 1.25M SBT_TAPE 00:00:24 2016-06-20:23:56:17
- BP Key: 673 Status: AVAILABLE Compressed: NO Tag: 1ET_USERS_INCR0
- Handle: 6or8lfc9_1_1 Media: station90-000019
- List of Datafiles in backup set 661
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2126701 2016-06-20:23:55:53 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 662 Incr 0 1.25M SBT_TAPE 00:00:24 2016-06-21:00:11:14
- BP Key: 674 Status: UNAVAILABLE Compressed: NO Tag: 2PET_USERS_INCR0
- Handle: 6rr8lg8a_1_1 Media: station90-000019
- List of Datafiles in backup set 662
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2131009 2016-06-21:00:10:50 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 663 Incr 0 1.25M SBT_TAPE 00:00:25 2016-06-22:22:16:55
- BP Key: 675 Status: UNAVAILABLE Compressed: NO Tag: 3DET_USERS_INCR0
- Handle: 6ur8qi9u_1_1 Media: station90-000019
- List of Datafiles in backup set 663
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2237850 2016-06-22:22:16:31 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 664 Incr 1 256.00K SBT_TAPE 00:00:24 2016-06-22:22:52:22
- BP Key: 676 Status: AVAILABLE Compressed: NO Tag: 4T_USERS_INCR1
- Handle: 6vr8qkce_1_1 Media: station90-000019
- List of Datafiles in backup set 664
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 1 Incr 2243125 2016-06-22:22:51:59 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 665 Incr 1 256.00K SBT_TAPE 00:00:22 2016-06-22:22:53:11
- BP Key: 677 Status: AVAILABLE Compressed: NO Tag: 5T_USERS_INCR1
- Handle: 70r8qke1_1_1 Media: station90-000019
- List of Datafiles in backup set 665
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 1 Incr 2243188 2016-06-22:22:52:49 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 666 Incr 1 256.00K SBT_TAPE 00:00:24 2016-06-22:23:07:20
- BP Key: 678 Status: AVAILABLE Compressed: NO Tag: 6T_USERS_INCR1
- Handle: 72r8ql8g_1_1 Media: station90-000019
- List of Datafiles in backup set 666
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 1 Incr 2245398 2016-06-22:23:06:56 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 668 Incr 0 1.02M SBT_TAPE 00:00:00 2016-06-22:23:19:51
- BP Key: 679 Status: AVAILABLE Compressed: YES Tag: 8D_USERS_INCR0
- Handle: 74r8qm0n_1_2 Media: station90-000019
- List of Datafiles in backup set 668
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2246580 2016-06-22:23:19:51 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 669 Incr 0 256.00K SBT_TAPE 00:00:26 2016-06-22:23:25:02
- BP Key: 680 Status: AVAILABLE Compressed: NO Tag: 1T_SYSTEM_INCR0
- Handle: 77r8qm9k_1_1 Media: station90-000020
- SPFILE Included: Modification time: 2016-06-20:21:57:28
- SPFILE db_unique_name: ORCL
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 670 Incr 0 605.25M SBT_TAPE 00:02:06 2016-06-22:23:26:42
- List of Datafiles in backup set 670
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 1 0 Incr 2246939 2016-06-22:23:24:36 +DATA/orcl/datafile/system.256.914102913
- Backup Set Copy #1 of backup set 670
- Device Type Elapsed Time Completion Time Compressed Tag
- ----------- ------------ ------------------- ---------- ---
- SBT_TAPE 00:02:06 2016-06-22:23:26:42 NO 1T_SYSTEM_INCR0
- List of Backup Pieces for backup set 670 Copy #1
- BP Key Pc# Status Media Piece Name
- ------- --- ----------- ----------------------- ----------
- 681 1 AVAILABLE station90-000019 75r8qm9k_1_1
- 682 2 AVAILABLE station90-000020 75r8qm9k_2_1
- 685 3 AVAILABLE station90-000019 75r8qm9k_3_1
- 686 4 AVAILABLE station90-000020 75r8qm9k_4_1
- 683 5 AVAILABLE station90-000019 75r8qm9k_5_1
- 687 6 AVAILABLE station90-000019 75r8qm9k_6_1
- 688 7 AVAILABLE station90-000020 75r8qm9k_7_1
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 671 Incr 0 9.75M SBT_TAPE 00:01:21 2016-06-22:23:25:57
- BP Key: 684 Status: AVAILABLE Compressed: NO Tag: 1T_SYSTEM_INCR0
- Handle: 76r8qm9k_1_1 Media: station90-000020
- Control File Included: Ckp SCN: 2246940 Ckp time: 2016-06-22:23:24:36
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 835 Incr 0 1.50M SBT_TAPE 00:00:24 2016-06-22:23:53:43
- BP Key: 838 Status: AVAILABLE Compressed: NO Tag: 9T_USERS_INCR0
- Handle: 7qr8qnvf_1_1 Media: station90-000019
- Keep: BACKUP_LOGS Until: FOREVER
- List of Datafiles in backup set 835
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2248807 2016-06-22:23:53:19 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 836 Full 256.00K SBT_TAPE 00:00:16 2016-06-22:23:54:00
- BP Key: 839 Status: AVAILABLE Compressed: NO Tag: 9T_USERS_INCR0
- Handle: 7rr8qo08_1_1 Media: station90-000019
- Keep: BACKUP_LOGS Until: FOREVER
- SPFILE Included: Modification time: 2016-06-20:21:57:28
- SPFILE db_unique_name: ORCL
- BS Key Size Device Type Elapsed Time Completion Time
- ------- ---------- ----------- ------------ -------------------
- 907 256.00K SBT_TAPE 00:00:15 2016-06-22:23:54:27
- BP Key: 910 Status: AVAILABLE Compressed: NO Tag: 9T_USERS_INCR0
- Handle: 7sr8qo14_1_1 Media: station90-000019
- Keep: BACKUP_LOGS Until: FOREVER
- List of Archived Logs in backup set 907
- Thrd Seq Low SCN Low Time Next SCN Next Time
- ---- ------- ---------- ------------------- ---------- ---------
- 1 149 2248741 2016-06-22:23:52:34 2248837 2016-06-22:23:54:10
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 908 Full 9.75M SBT_TAPE 00:00:16 2016-06-22:23:54:53
- BP Key: 911 Status: AVAILABLE Compressed: NO Tag: 9T_USERS_INCR0
- Handle: 7tr8qo1t_1_1 Media: station90-000019
- Keep: BACKUP_LOGS Until: FOREVER
- Control File Included: Ckp SCN: 2248924 Ckp time: 2016-06-22:23:54:37
- RMAN> run {
- 2>
- user interrupt received
- allocate channel c1 devic
- RMAN-00571: ===========================================================
- RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
- RMAN-00571: ===========================================================
- RMAN-00558: error encountered while parsing input commands
- RMAN-01009: syntax error: found "identifier": expecting one of: "device, type"
- RMAN-01008: the bad identifier was: devic
- RMAN-01007: at line 2 column 21 file: standard input
- RMAN>
- RMAN>
- RMAN> show all;
- RMAN configuration parameters for database with db_unique_name ORCL are:
- CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 1 DAYS;
- CONFIGURE BACKUP OPTIMIZATION ON;
- CONFIGURE DEFAULT DEVICE TYPE TO 'SBT_TAPE';
- CONFIGURE CONTROLFILE AUTOBACKUP OFF;
- CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; # default
- CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE SBT_TAPE TO '%F'; # default
- CONFIGURE DEVICE TYPE DISK PARALLELISM 8 BACKUP TYPE TO COMPRESSED BACKUPSET;
- CONFIGURE DEVICE TYPE 'SBT_TAPE' PARALLELISM 8 BACKUP TYPE TO BACKUPSET;
- CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
- CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE SBT_TAPE TO 1; # default
- CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
- CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE SBT_TAPE TO 1; # default
- CONFIGURE CHANNEL 1 DEVICE TYPE 'SBT_TAPE' PARMS 'ENV=(OB_MEDIA_FAMILY=station90)';
- CONFIGURE CHANNEL 2 DEVICE TYPE 'SBT_TAPE' PARMS 'ENV=(OB_MEDIA_FAMILY=station90)';
- CONFIGURE CHANNEL 3 DEVICE TYPE 'SBT_TAPE' PARMS 'ENV=(OB_MEDIA_FAMILY=station90)';
- CONFIGURE CHANNEL 4 DEVICE TYPE 'SBT_TAPE' PARMS 'ENV=(OB_MEDIA_FAMILY=station90)';
- CONFIGURE CHANNEL 5 DEVICE TYPE 'SBT_TAPE' PARMS 'ENV=(OB_MEDIA_FAMILY=station90)';
- CONFIGURE CHANNEL 6 DEVICE TYPE 'SBT_TAPE' PARMS 'ENV=(OB_MEDIA_FAMILY=station90)';
- CONFIGURE CHANNEL 7 DEVICE TYPE 'SBT_TAPE' PARMS 'ENV=(OB_MEDIA_FAMILY=station90)';
- CONFIGURE CHANNEL 8 DEVICE TYPE 'SBT_TAPE' PARMS 'ENV=(OB_MEDIA_FAMILY=station90)';
- CONFIGURE MAXSETSIZE TO UNLIMITED; # default
- CONFIGURE ENCRYPTION FOR DATABASE ON;
- CONFIGURE ENCRYPTION ALGORITHM 'AES256';
- CONFIGURE COMPRESSION ALGORITHM 'BASIC' AS OF RELEASE 'DEFAULT' OPTIMIZE FOR LOAD TRUE ; # default
- CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
- CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/u01/app/oracle/product/11.2.0/dbhome_1/dbs/snapcf_orcl.f'; # default
- RMAN> CONFIGURE DEFAULT DEVICE TYPE TO disk;
- old RMAN configuration parameters:
- CONFIGURE DEFAULT DEVICE TYPE TO 'SBT_TAPE';
- new RMAN configuration parameters:
- CONFIGURE DEFAULT DEVICE TYPE TO DISK;
- new RMAN configuration parameters are successfully stored
- RMAN-00571: ===========================================================
- RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
- RMAN-00571: ===========================================================
- RMAN-03002: failure of configure command at 06/22/2016 23:58:37
- ORA-01013: user requested cancel of current operation
- RMAN> CONFIGURE DEFAULT DEVICE TYPE TO disk;
- starting full resync of recovery catalog
- full resync complete
- old RMAN configuration parameters:
- CONFIGURE DEFAULT DEVICE TYPE TO DISK;
- new RMAN configuration parameters:
- CONFIGURE DEFAULT DEVICE TYPE TO DISK;
- new RMAN configuration parameters are successfully stored
- released channel: ORA_SBT_TAPE_1
- RMAN-00571: ===========================================================
- RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
- RMAN-00571: ===========================================================
- RMAN-03002: failure of configure command at 06/22/2016 23:58:47
- ORA-01013: user requested cancel of current operation
- RMAN>
- RMAN>
- RMAN> exit
- Recovery Manager complete.
- [oracle@station90 ~]$
- [oracle@station90 ~]$ rman target / catalog u90/oracle_4U@rcat
- Recovery Manager: Release 11.2.0.1.0 - Production on Wed Jun 22 23:58:51 2016
- Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
- connected to target database: ORCL (DBID=1343950367)
- connected to recovery catalog database
- RMAN> CONFIGURE DEFAULT DEVICE TYPE TO disk;
- old RMAN configuration parameters:
- CONFIGURE DEFAULT DEVICE TYPE TO DISK;
- new RMAN configuration parameters:
- CONFIGURE DEFAULT DEVICE TYPE TO DISK;
- new RMAN configuration parameters are successfully stored
- starting full resync of recovery catalog
- full resync complete
- RMAN> backup tag '10T_USERS_INCR0' incremental level 0 tablespace users keep forever;
- Starting backup at 2016-06-22:23:59:24
- current log archived
- allocated channel: ORA_DISK_1
- channel ORA_DISK_1: SID=17 device type=DISK
- allocated channel: ORA_DISK_2
- channel ORA_DISK_2: SID=145 device type=DISK
- allocated channel: ORA_DISK_3
- channel ORA_DISK_3: SID=194 device type=DISK
- allocated channel: ORA_DISK_4
- channel ORA_DISK_4: SID=9 device type=DISK
- allocated channel: ORA_DISK_5
- channel ORA_DISK_5: SID=81 device type=DISK
- allocated channel: ORA_DISK_6
- channel ORA_DISK_6: SID=149 device type=DISK
- allocated channel: ORA_DISK_7
- channel ORA_DISK_7: SID=203 device type=DISK
- allocated channel: ORA_DISK_8
- channel ORA_DISK_8: SID=20 device type=DISK
- backup will never be obsolete
- archived logs required to recover from this backup will be backed up
- channel ORA_DISK_1: starting compressed incremental level 0 datafile backup set
- channel ORA_DISK_1: specifying datafile(s) in backup set
- input datafile file number=00004 name=+DATA/orcl/datafile/users.259.915231377
- channel ORA_DISK_1: starting piece 1 at 2016-06-22:23:59:27
- RMAN-00571: ===========================================================
- RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
- RMAN-00571: ===========================================================
- RMAN-03002: failure of backup command at 06/22/2016 23:59:28
- ORA-19811: cannot have files in DB_RECOVERY_FILE_DEST with keep attributes
- RMAN> run
- 2> {
- 3> allocate channel c1 device type disk format '/home/oracle/manual_backup/%U.bkp';
- 4> backup tag '10T_USERS_INCR0' incremental level 0 tablespace users keep forever;
- 5> }
- released channel: ORA_DISK_1
- released channel: ORA_DISK_2
- released channel: ORA_DISK_3
- released channel: ORA_DISK_4
- released channel: ORA_DISK_5
- released channel: ORA_DISK_6
- released channel: ORA_DISK_7
- released channel: ORA_DISK_8
- allocated channel: c1
- channel c1: SID=17 device type=DISK
- Starting backup at 2016-06-23:00:00:16
- current log archived
- backup will never be obsolete
- archived logs required to recover from this backup will be backed up
- channel c1: starting compressed incremental level 0 datafile backup set
- channel c1: specifying datafile(s) in backup set
- input datafile file number=00004 name=+DATA/orcl/datafile/users.259.915231377
- channel c1: starting piece 1 at 2016-06-23:00:00:18
- channel c1: finished piece 1 at 2016-06-23:00:00:19
- piece handle=/home/oracle/manual_backup/7vr8qoci_1_1.bkp tag=10T_USERS_INCR0 comment=NONE
- channel c1: backup set complete, elapsed time: 00:00:01
- backup will never be obsolete
- archived logs required to recover from this backup will be backed up
- channel c1: starting compressed full datafile backup set
- channel c1: specifying datafile(s) in backup set
- including current SPFILE in backup set
- channel c1: starting piece 1 at 2016-06-23:00:00:19
- channel c1: finished piece 1 at 2016-06-23:00:00:20
- piece handle=/home/oracle/manual_backup/80r8qocj_1_1.bkp tag=10T_USERS_INCR0 comment=NONE
- channel c1: backup set complete, elapsed time: 00:00:01
- current log archived
- backup will never be obsolete
- archived logs required to recover from this backup will be backed up
- channel c1: starting compressed archived log backup set
- channel c1: specifying archived log(s) in backup set
- input archived log thread=1 sequence=152 RECID=397 STAMP=915235223
- channel c1: starting piece 1 at 2016-06-23:00:00:24
- channel c1: finished piece 1 at 2016-06-23:00:00:25
- piece handle=/home/oracle/manual_backup/81r8qoco_1_1.bkp tag=10T_USERS_INCR0 comment=NONE
- channel c1: backup set complete, elapsed time: 00:00:01
- backup will never be obsolete
- archived logs required to recover from this backup will be backed up
- channel c1: starting compressed full datafile backup set
- channel c1: specifying datafile(s) in backup set
- including current control file in backup set
- channel c1: starting piece 1 at 2016-06-23:00:00:26
- channel c1: finished piece 1 at 2016-06-23:00:00:27
- piece handle=/home/oracle/manual_backup/82r8qocp_1_1.bkp tag=10T_USERS_INCR0 comment=NONE
- channel c1: backup set complete, elapsed time: 00:00:01
- Finished backup at 2016-06-23:00:00:27
- released channel: c1
- RMAN> backup tag '11T_USERS_INCR0' incremental level 0 tablespace users keep until time 'sysdate + 365' restore point rsp2;
- Starting backup at 2016-06-23:00:01:40
- current log archived
- allocated channel: ORA_DISK_1
- channel ORA_DISK_1: SID=17 device type=DISK
- allocated channel: ORA_DISK_2
- channel ORA_DISK_2: SID=145 device type=DISK
- allocated channel: ORA_DISK_3
- channel ORA_DISK_3: SID=194 device type=DISK
- allocated channel: ORA_DISK_4
- channel ORA_DISK_4: SID=9 device type=DISK
- allocated channel: ORA_DISK_5
- channel ORA_DISK_5: SID=81 device type=DISK
- allocated channel: ORA_DISK_6
- channel ORA_DISK_6: SID=149 device type=DISK
- allocated channel: ORA_DISK_7
- channel ORA_DISK_7: SID=203 device type=DISK
- allocated channel: ORA_DISK_8
- channel ORA_DISK_8: SID=20 device type=DISK
- backup will be obsolete on date 2017-06-23:00:01:45
- archived logs required to recover from this backup will be backed up
- channel ORA_DISK_1: starting compressed incremental level 0 datafile backup set
- channel ORA_DISK_1: specifying datafile(s) in backup set
- input datafile file number=00004 name=+DATA/orcl/datafile/users.259.915231377
- channel ORA_DISK_1: starting piece 1 at 2016-06-23:00:01:45
- RMAN-00571: ===========================================================
- RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
- RMAN-00571: ===========================================================
- RMAN-03002: failure of backup command at 06/23/2016 00:01:46
- ORA-19811: cannot have files in DB_RECOVERY_FILE_DEST with keep attributes
- RMAN> exit
- Recovery Manager complete.
- [oracle@station90 ~]$
- [oracle@station90 ~]$ rman target /
- Recovery Manager: Release 11.2.0.1.0 - Production on Thu Jun 23 00:02:03 2016
- Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
- connected to target database: ORCL (DBID=1343950367)
- RMAN> run {
- 2> allocate channel c1 device type disk format '/home/oracle/manual_backup/%U.bkp';
- 3> backup tag '11T_USERS_INCR0' incremental level 0 tablespace users keep until time 'sysdate + 365' restore point rsp2;
- 4> }
- using target database control file instead of recovery catalog
- allocated channel: c1
- channel c1: SID=145 device type=DISK
- Starting backup at 2016-06-23:00:02:41
- current log archived
- backup will be obsolete on date 2017-06-23:00:02:44
- archived logs required to recover from this backup will be backed up
- channel c1: starting compressed incremental level 0 datafile backup set
- channel c1: specifying datafile(s) in backup set
- input datafile file number=00004 name=+DATA/orcl/datafile/users.259.915231377
- channel c1: starting piece 1 at 2016-06-23:00:02:44
- channel c1: finished piece 1 at 2016-06-23:00:02:45
- piece handle=/home/oracle/manual_backup/84r8qoh4_1_1.bkp tag=11T_USERS_INCR0 comment=NONE
- channel c1: backup set complete, elapsed time: 00:00:01
- backup will be obsolete on date 2017-06-23:00:02:45
- archived logs required to recover from this backup will be backed up
- channel c1: starting compressed full datafile backup set
- channel c1: specifying datafile(s) in backup set
- including current SPFILE in backup set
- channel c1: starting piece 1 at 2016-06-23:00:02:45
- channel c1: finished piece 1 at 2016-06-23:00:02:46
- piece handle=/home/oracle/manual_backup/85r8qoh5_1_1.bkp tag=11T_USERS_INCR0 comment=NONE
- channel c1: backup set complete, elapsed time: 00:00:01
- current log archived
- backup will be obsolete on date 2017-06-23:00:02:50
- archived logs required to recover from this backup will be backed up
- channel c1: starting compressed archived log backup set
- channel c1: specifying archived log(s) in backup set
- input archived log thread=1 sequence=155 RECID=403 STAMP=915235369
- channel c1: starting piece 1 at 2016-06-23:00:02:50
- channel c1: finished piece 1 at 2016-06-23:00:02:51
- piece handle=/home/oracle/manual_backup/86r8qoha_1_1.bkp tag=11T_USERS_INCR0 comment=NONE
- channel c1: backup set complete, elapsed time: 00:00:01
- backup will be obsolete on date 2017-06-23:00:02:51
- archived logs required to recover from this backup will be backed up
- channel c1: starting compressed full datafile backup set
- channel c1: specifying datafile(s) in backup set
- including current control file in backup set
- channel c1: starting piece 1 at 2016-06-23:00:02:52
- channel c1: finished piece 1 at 2016-06-23:00:02:53
- piece handle=/home/oracle/manual_backup/87r8qohb_1_1.bkp tag=11T_USERS_INCR0 comment=NONE
- channel c1: backup set complete, elapsed time: 00:00:01
- Finished backup at 2016-06-23:00:02:53
- released channel: c1
- RMAN> list backup ;
- List of Backup Sets
- ===================
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 197 Incr 0 1.25M SBT_TAPE 00:00:24 2016-06-20:23:56:17
- BP Key: 213 Status: AVAILABLE Compressed: NO Tag: 1ET_USERS_INCR0
- Handle: 6or8lfc9_1_1 Media: station90-000019
- List of Datafiles in backup set 197
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2126701 2016-06-20:23:55:53 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 198 Incr 0 1.25M SBT_TAPE 00:00:24 2016-06-21:00:11:14
- BP Key: 214 Status: UNAVAILABLE Compressed: NO Tag: 2PET_USERS_INCR0
- Handle: 6rr8lg8a_1_1 Media: station90-000019
- List of Datafiles in backup set 198
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2131009 2016-06-21:00:10:50 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 199 Incr 0 1.25M SBT_TAPE 00:00:25 2016-06-22:22:16:55
- BP Key: 215 Status: UNAVAILABLE Compressed: NO Tag: 3DET_USERS_INCR0
- Handle: 6ur8qi9u_1_1 Media: station90-000019
- List of Datafiles in backup set 199
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2237850 2016-06-22:22:16:31 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 200 Incr 1 256.00K SBT_TAPE 00:00:24 2016-06-22:22:52:22
- BP Key: 216 Status: AVAILABLE Compressed: NO Tag: 4T_USERS_INCR1
- Handle: 6vr8qkce_1_1 Media: station90-000019
- List of Datafiles in backup set 200
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 1 Incr 2243125 2016-06-22:22:51:59 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 201 Incr 1 256.00K SBT_TAPE 00:00:22 2016-06-22:22:53:11
- BP Key: 217 Status: AVAILABLE Compressed: NO Tag: 5T_USERS_INCR1
- Handle: 70r8qke1_1_1 Media: station90-000019
- List of Datafiles in backup set 201
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 1 Incr 2243188 2016-06-22:22:52:49 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 203 Incr 1 256.00K SBT_TAPE 00:00:24 2016-06-22:23:07:20
- BP Key: 219 Status: AVAILABLE Compressed: NO Tag: 6T_USERS_INCR1
- Handle: 72r8ql8g_1_1 Media: station90-000019
- List of Datafiles in backup set 203
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 1 Incr 2245398 2016-06-22:23:06:56 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 205 Incr 0 1.02M SBT_TAPE 00:00:00 2016-06-22:23:19:51
- BP Key: 222 Status: AVAILABLE Compressed: YES Tag: 8D_USERS_INCR0
- Handle: 74r8qm0n_1_2 Media: station90-000019
- List of Datafiles in backup set 205
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2246580 2016-06-22:23:19:51 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 206 Incr 0 256.00K SBT_TAPE 00:00:26 2016-06-22:23:25:02
- BP Key: 223 Status: AVAILABLE Compressed: NO Tag: 1T_SYSTEM_INCR0
- Handle: 77r8qm9k_1_1 Media: station90-000020
- SPFILE Included: Modification time: 2016-06-20:21:57:28
- SPFILE db_unique_name: ORCL
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 207 Incr 0 605.25M SBT_TAPE 00:02:06 2016-06-22:23:26:42
- List of Datafiles in backup set 207
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 1 0 Incr 2246939 2016-06-22:23:24:36 +DATA/orcl/datafile/system.256.914102913
- Backup Set Copy #1 of backup set 207
- Device Type Elapsed Time Completion Time Compressed Tag
- ----------- ------------ ------------------- ---------- ---
- SBT_TAPE 00:02:06 2016-06-22:23:26:42 NO 1T_SYSTEM_INCR0
- List of Backup Pieces for backup set 207 Copy #1
- BP Key Pc# Status Media Piece Name
- ------- --- ----------- ----------------------- ----------
- 224 1 AVAILABLE station90-000019 75r8qm9k_1_1
- 225 2 AVAILABLE station90-000020 75r8qm9k_2_1
- 228 3 AVAILABLE station90-000019 75r8qm9k_3_1
- 229 4 AVAILABLE station90-000020 75r8qm9k_4_1
- 226 5 AVAILABLE station90-000019 75r8qm9k_5_1
- 230 6 AVAILABLE station90-000019 75r8qm9k_6_1
- 231 7 AVAILABLE station90-000020 75r8qm9k_7_1
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 208 Incr 0 9.75M SBT_TAPE 00:01:21 2016-06-22:23:25:57
- BP Key: 227 Status: AVAILABLE Compressed: NO Tag: 1T_SYSTEM_INCR0
- Handle: 76r8qm9k_1_1 Media: station90-000020
- Control File Included: Ckp SCN: 2246940 Ckp time: 2016-06-22:23:24:36
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 209 Incr 0 1.50M SBT_TAPE 00:00:24 2016-06-22:23:53:43
- BP Key: 232 Status: AVAILABLE Compressed: NO Tag: 9T_USERS_INCR0
- Handle: 7qr8qnvf_1_1 Media: station90-000019
- Keep: BACKUP_LOGS Until: FOREVER
- List of Datafiles in backup set 209
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2248807 2016-06-22:23:53:19 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 210 Full 256.00K SBT_TAPE 00:00:16 2016-06-22:23:54:00
- BP Key: 233 Status: AVAILABLE Compressed: NO Tag: 9T_USERS_INCR0
- Handle: 7rr8qo08_1_1 Media: station90-000019
- Keep: BACKUP_LOGS Until: FOREVER
- SPFILE Included: Modification time: 2016-06-20:21:57:28
- SPFILE db_unique_name: ORCL
- BS Key Size Device Type Elapsed Time Completion Time
- ------- ---------- ----------- ------------ -------------------
- 211 256.00K SBT_TAPE 00:00:15 2016-06-22:23:54:27
- BP Key: 234 Status: AVAILABLE Compressed: NO Tag: 9T_USERS_INCR0
- Handle: 7sr8qo14_1_1 Media: station90-000019
- Keep: BACKUP_LOGS Until: FOREVER
- List of Archived Logs in backup set 211
- Thrd Seq Low SCN Low Time Next SCN Next Time
- ---- ------- ---------- ------------------- ---------- ---------
- 1 149 2248741 2016-06-22:23:52:34 2248837 2016-06-22:23:54:10
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 212 Full 9.75M SBT_TAPE 00:00:16 2016-06-22:23:54:53
- BP Key: 235 Status: AVAILABLE Compressed: NO Tag: 9T_USERS_INCR0
- Handle: 7tr8qo1t_1_1 Media: station90-000019
- Keep: BACKUP_LOGS Until: FOREVER
- Control File Included: Ckp SCN: 2248924 Ckp time: 2016-06-22:23:54:37
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 213 Incr 0 1.02M DISK 00:00:00 2016-06-23:00:00:18
- BP Key: 236 Status: AVAILABLE Compressed: YES Tag: 10T_USERS_INCR0
- Piece Name: /home/oracle/manual_backup/7vr8qoci_1_1.bkp
- Keep: BACKUP_LOGS Until: FOREVER
- List of Datafiles in backup set 213
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2250315 2016-06-23:00:00:18 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 214 Full 80.00K DISK 00:00:00 2016-06-23:00:00:19
- BP Key: 237 Status: AVAILABLE Compressed: YES Tag: 10T_USERS_INCR0
- Piece Name: /home/oracle/manual_backup/80r8qocj_1_1.bkp
- Keep: BACKUP_LOGS Until: FOREVER
- SPFILE Included: Modification time: 2016-06-20:21:57:28
- SPFILE db_unique_name: ORCL
- BS Key Size Device Type Elapsed Time Completion Time
- ------- ---------- ----------- ------------ -------------------
- 215 9.00K DISK 00:00:00 2016-06-23:00:00:24
- BP Key: 238 Status: AVAILABLE Compressed: YES Tag: 10T_USERS_INCR0
- Piece Name: /home/oracle/manual_backup/81r8qoco_1_1.bkp
- Keep: BACKUP_LOGS Until: FOREVER
- List of Archived Logs in backup set 215
- Thrd Seq Low SCN Low Time Next SCN Next Time
- ---- ------- ---------- ------------------- ---------- ---------
- 1 152 2250302 2016-06-23:00:00:17 2250324 2016-06-23:00:00:23
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 216 Full 1.11M DISK 00:00:02 2016-06-23:00:00:27
- BP Key: 239 Status: AVAILABLE Compressed: YES Tag: 10T_USERS_INCR0
- Piece Name: /home/oracle/manual_backup/82r8qocp_1_1.bkp
- Keep: BACKUP_LOGS Until: FOREVER
- Control File Included: Ckp SCN: 2250338 Ckp time: 2016-06-23:00:00:25
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 217 Incr 0 1.02M DISK 00:00:00 2016-06-23:00:02:44
- BP Key: 240 Status: AVAILABLE Compressed: YES Tag: 11T_USERS_INCR0
- Piece Name: /home/oracle/manual_backup/84r8qoh4_1_1.bkp
- Keep: BACKUP_LOGS Until: 2017-06-23:00:02:44
- List of Datafiles in backup set 217
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2250544 2016-06-23:00:02:44 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 218 Full 80.00K DISK 00:00:00 2016-06-23:00:02:45
- BP Key: 241 Status: AVAILABLE Compressed: YES Tag: 11T_USERS_INCR0
- Piece Name: /home/oracle/manual_backup/85r8qoh5_1_1.bkp
- Keep: BACKUP_LOGS Until: 2017-06-23:00:02:45
- SPFILE Included: Modification time: 2016-06-20:21:57:28
- SPFILE db_unique_name: ORCL
- BS Key Size Device Type Elapsed Time Completion Time
- ------- ---------- ----------- ------------ -------------------
- 219 7.50K DISK 00:00:00 2016-06-23:00:02:50
- BP Key: 242 Status: AVAILABLE Compressed: YES Tag: 11T_USERS_INCR0
- Piece Name: /home/oracle/manual_backup/86r8qoha_1_1.bkp
- Keep: BACKUP_LOGS Until: 2017-06-23:00:02:50
- List of Archived Logs in backup set 219
- Thrd Seq Low SCN Low Time Next SCN Next Time
- ---- ------- ---------- ------------------- ---------- ---------
- 1 155 2250539 2016-06-23:00:02:43 2250564 2016-06-23:00:02:49
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 220 Full 1.11M DISK 00:00:01 2016-06-23:00:02:52
- BP Key: 243 Status: AVAILABLE Compressed: YES Tag: 11T_USERS_INCR0
- Piece Name: /home/oracle/manual_backup/87r8qohb_1_1.bkp
- Keep: BACKUP_LOGS Until: 2017-06-23:00:02:51
- Control File Included: Ckp SCN: 2250569 Ckp time: 2016-06-23:00:02:51
- RMAN> change backupset 197 keep until time 'sysdate +60';
- allocated channel: ORA_DISK_1
- channel ORA_DISK_1: SID=145 device type=DISK
- allocated channel: ORA_DISK_2
- channel ORA_DISK_2: SID=149 device type=DISK
- allocated channel: ORA_DISK_3
- channel ORA_DISK_3: SID=20 device type=DISK
- allocated channel: ORA_DISK_4
- channel ORA_DISK_4: SID=194 device type=DISK
- allocated channel: ORA_DISK_5
- channel ORA_DISK_5: SID=9 device type=DISK
- allocated channel: ORA_DISK_6
- channel ORA_DISK_6: SID=86 device type=DISK
- allocated channel: ORA_DISK_7
- channel ORA_DISK_7: SID=150 device type=DISK
- allocated channel: ORA_DISK_8
- channel ORA_DISK_8: SID=198 device type=DISK
- allocated channel: ORA_SBT_TAPE_1
- channel ORA_SBT_TAPE_1: SID=17 device type=SBT_TAPE
- channel ORA_SBT_TAPE_1: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_2
- channel ORA_SBT_TAPE_2: SID=200 device type=SBT_TAPE
- channel ORA_SBT_TAPE_2: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_3
- channel ORA_SBT_TAPE_3: SID=85 device type=SBT_TAPE
- channel ORA_SBT_TAPE_3: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_4
- channel ORA_SBT_TAPE_4: SID=15 device type=SBT_TAPE
- channel ORA_SBT_TAPE_4: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_5
- channel ORA_SBT_TAPE_5: SID=22 device type=SBT_TAPE
- channel ORA_SBT_TAPE_5: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_6
- channel ORA_SBT_TAPE_6: SID=195 device type=SBT_TAPE
- channel ORA_SBT_TAPE_6: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_7
- channel ORA_SBT_TAPE_7: SID=205 device type=SBT_TAPE
- channel ORA_SBT_TAPE_7: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_8
- channel ORA_SBT_TAPE_8: SID=91 device type=SBT_TAPE
- channel ORA_SBT_TAPE_8: Oracle Secure Backup
- keep attributes for the backup are changed
- backup will be obsolete on date 2016-08-22:00:04:40
- backup set key=197 RECID=197 STAMP=915062177
- RMAN> list backup ;
- List of Backup Sets
- ===================
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 197 Incr 0 1.25M SBT_TAPE 00:00:24 2016-06-20:23:56:17
- BP Key: 213 Status: AVAILABLE Compressed: NO Tag: 1ET_USERS_INCR0
- Handle: 6or8lfc9_1_1 Media: station90-000019
- Keep: BACKUP_LOGS Until: 2016-08-22:00:04:40
- List of Datafiles in backup set 197
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2126701 2016-06-20:23:55:53 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 198 Incr 0 1.25M SBT_TAPE 00:00:24 2016-06-21:00:11:14
- BP Key: 214 Status: UNAVAILABLE Compressed: NO Tag: 2PET_USERS_INCR0
- Handle: 6rr8lg8a_1_1 Media: station90-000019
- List of Datafiles in backup set 198
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2131009 2016-06-21:00:10:50 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 199 Incr 0 1.25M SBT_TAPE 00:00:25 2016-06-22:22:16:55
- BP Key: 215 Status: UNAVAILABLE Compressed: NO Tag: 3DET_USERS_INCR0
- Handle: 6ur8qi9u_1_1 Media: station90-000019
- List of Datafiles in backup set 199
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2237850 2016-06-22:22:16:31 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 200 Incr 1 256.00K SBT_TAPE 00:00:24 2016-06-22:22:52:22
- BP Key: 216 Status: AVAILABLE Compressed: NO Tag: 4T_USERS_INCR1
- Handle: 6vr8qkce_1_1 Media: station90-000019
- List of Datafiles in backup set 200
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 1 Incr 2243125 2016-06-22:22:51:59 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 201 Incr 1 256.00K SBT_TAPE 00:00:22 2016-06-22:22:53:11
- BP Key: 217 Status: AVAILABLE Compressed: NO Tag: 5T_USERS_INCR1
- Handle: 70r8qke1_1_1 Media: station90-000019
- List of Datafiles in backup set 201
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 1 Incr 2243188 2016-06-22:22:52:49 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 203 Incr 1 256.00K SBT_TAPE 00:00:24 2016-06-22:23:07:20
- BP Key: 219 Status: AVAILABLE Compressed: NO Tag: 6T_USERS_INCR1
- Handle: 72r8ql8g_1_1 Media: station90-000019
- List of Datafiles in backup set 203
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 1 Incr 2245398 2016-06-22:23:06:56 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 205 Incr 0 1.02M SBT_TAPE 00:00:00 2016-06-22:23:19:51
- BP Key: 222 Status: AVAILABLE Compressed: YES Tag: 8D_USERS_INCR0
- Handle: 74r8qm0n_1_2 Media: station90-000019
- List of Datafiles in backup set 205
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2246580 2016-06-22:23:19:51 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 206 Incr 0 256.00K SBT_TAPE 00:00:26 2016-06-22:23:25:02
- BP Key: 223 Status: AVAILABLE Compressed: NO Tag: 1T_SYSTEM_INCR0
- Handle: 77r8qm9k_1_1 Media: station90-000020
- SPFILE Included: Modification time: 2016-06-20:21:57:28
- SPFILE db_unique_name: ORCL
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 207 Incr 0 605.25M SBT_TAPE 00:02:06 2016-06-22:23:26:42
- List of Datafiles in backup set 207
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 1 0 Incr 2246939 2016-06-22:23:24:36 +DATA/orcl/datafile/system.256.914102913
- Backup Set Copy #1 of backup set 207
- Device Type Elapsed Time Completion Time Compressed Tag
- ----------- ------------ ------------------- ---------- ---
- SBT_TAPE 00:02:06 2016-06-22:23:26:42 NO 1T_SYSTEM_INCR0
- List of Backup Pieces for backup set 207 Copy #1
- BP Key Pc# Status Media Piece Name
- ------- --- ----------- ----------------------- ----------
- 224 1 AVAILABLE station90-000019 75r8qm9k_1_1
- 225 2 AVAILABLE station90-000020 75r8qm9k_2_1
- 228 3 AVAILABLE station90-000019 75r8qm9k_3_1
- 229 4 AVAILABLE station90-000020 75r8qm9k_4_1
- 226 5 AVAILABLE station90-000019 75r8qm9k_5_1
- 230 6 AVAILABLE station90-000019 75r8qm9k_6_1
- 231 7 AVAILABLE station90-000020 75r8qm9k_7_1
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 208 Incr 0 9.75M SBT_TAPE 00:01:21 2016-06-22:23:25:57
- BP Key: 227 Status: AVAILABLE Compressed: NO Tag: 1T_SYSTEM_INCR0
- Handle: 76r8qm9k_1_1 Media: station90-000020
- Control File Included: Ckp SCN: 2246940 Ckp time: 2016-06-22:23:24:36
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 209 Incr 0 1.50M SBT_TAPE 00:00:24 2016-06-22:23:53:43
- BP Key: 232 Status: AVAILABLE Compressed: NO Tag: 9T_USERS_INCR0
- Handle: 7qr8qnvf_1_1 Media: station90-000019
- Keep: BACKUP_LOGS Until: FOREVER
- List of Datafiles in backup set 209
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2248807 2016-06-22:23:53:19 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 210 Full 256.00K SBT_TAPE 00:00:16 2016-06-22:23:54:00
- BP Key: 233 Status: AVAILABLE Compressed: NO Tag: 9T_USERS_INCR0
- Handle: 7rr8qo08_1_1 Media: station90-000019
- Keep: BACKUP_LOGS Until: FOREVER
- SPFILE Included: Modification time: 2016-06-20:21:57:28
- SPFILE db_unique_name: ORCL
- BS Key Size Device Type Elapsed Time Completion Time
- ------- ---------- ----------- ------------ -------------------
- 211 256.00K SBT_TAPE 00:00:15 2016-06-22:23:54:27
- BP Key: 234 Status: AVAILABLE Compressed: NO Tag: 9T_USERS_INCR0
- Handle: 7sr8qo14_1_1 Media: station90-000019
- Keep: BACKUP_LOGS Until: FOREVER
- List of Archived Logs in backup set 211
- Thrd Seq Low SCN Low Time Next SCN Next Time
- ---- ------- ---------- ------------------- ---------- ---------
- 1 149 2248741 2016-06-22:23:52:34 2248837 2016-06-22:23:54:10
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 212 Full 9.75M SBT_TAPE 00:00:16 2016-06-22:23:54:53
- BP Key: 235 Status: AVAILABLE Compressed: NO Tag: 9T_USERS_INCR0
- Handle: 7tr8qo1t_1_1 Media: station90-000019
- Keep: BACKUP_LOGS Until: FOREVER
- Control File Included: Ckp SCN: 2248924 Ckp time: 2016-06-22:23:54:37
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 213 Incr 0 1.02M DISK 00:00:00 2016-06-23:00:00:18
- BP Key: 236 Status: AVAILABLE Compressed: YES Tag: 10T_USERS_INCR0
- Piece Name: /home/oracle/manual_backup/7vr8qoci_1_1.bkp
- Keep: BACKUP_LOGS Until: FOREVER
- List of Datafiles in backup set 213
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2250315 2016-06-23:00:00:18 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 214 Full 80.00K DISK 00:00:00 2016-06-23:00:00:19
- BP Key: 237 Status: AVAILABLE Compressed: YES Tag: 10T_USERS_INCR0
- Piece Name: /home/oracle/manual_backup/80r8qocj_1_1.bkp
- Keep: BACKUP_LOGS Until: FOREVER
- SPFILE Included: Modification time: 2016-06-20:21:57:28
- SPFILE db_unique_name: ORCL
- BS Key Size Device Type Elapsed Time Completion Time
- ------- ---------- ----------- ------------ -------------------
- 215 9.00K DISK 00:00:00 2016-06-23:00:00:24
- BP Key: 238 Status: AVAILABLE Compressed: YES Tag: 10T_USERS_INCR0
- Piece Name: /home/oracle/manual_backup/81r8qoco_1_1.bkp
- Keep: BACKUP_LOGS Until: FOREVER
- List of Archived Logs in backup set 215
- Thrd Seq Low SCN Low Time Next SCN Next Time
- ---- ------- ---------- ------------------- ---------- ---------
- 1 152 2250302 2016-06-23:00:00:17 2250324 2016-06-23:00:00:23
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 216 Full 1.11M DISK 00:00:02 2016-06-23:00:00:27
- BP Key: 239 Status: AVAILABLE Compressed: YES Tag: 10T_USERS_INCR0
- Piece Name: /home/oracle/manual_backup/82r8qocp_1_1.bkp
- Keep: BACKUP_LOGS Until: FOREVER
- Control File Included: Ckp SCN: 2250338 Ckp time: 2016-06-23:00:00:25
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 217 Incr 0 1.02M DISK 00:00:00 2016-06-23:00:02:44
- BP Key: 240 Status: AVAILABLE Compressed: YES Tag: 11T_USERS_INCR0
- Piece Name: /home/oracle/manual_backup/84r8qoh4_1_1.bkp
- Keep: BACKUP_LOGS Until: 2017-06-23:00:02:44
- List of Datafiles in backup set 217
- File LV Type Ckp SCN Ckp Time Name
- ---- -- ---- ---------- ------------------- ----
- 4 0 Incr 2250544 2016-06-23:00:02:44 +DATA/orcl/datafile/users.259.915231377
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 218 Full 80.00K DISK 00:00:00 2016-06-23:00:02:45
- BP Key: 241 Status: AVAILABLE Compressed: YES Tag: 11T_USERS_INCR0
- Piece Name: /home/oracle/manual_backup/85r8qoh5_1_1.bkp
- Keep: BACKUP_LOGS Until: 2017-06-23:00:02:45
- SPFILE Included: Modification time: 2016-06-20:21:57:28
- SPFILE db_unique_name: ORCL
- BS Key Size Device Type Elapsed Time Completion Time
- ------- ---------- ----------- ------------ -------------------
- 219 7.50K DISK 00:00:00 2016-06-23:00:02:50
- BP Key: 242 Status: AVAILABLE Compressed: YES Tag: 11T_USERS_INCR0
- Piece Name: /home/oracle/manual_backup/86r8qoha_1_1.bkp
- Keep: BACKUP_LOGS Until: 2017-06-23:00:02:50
- List of Archived Logs in backup set 219
- Thrd Seq Low SCN Low Time Next SCN Next Time
- ---- ------- ---------- ------------------- ---------- ---------
- 1 155 2250539 2016-06-23:00:02:43 2250564 2016-06-23:00:02:49
- BS Key Type LV Size Device Type Elapsed Time Completion Time
- ------- ---- -- ---------- ----------- ------------ -------------------
- 220 Full 1.11M DISK 00:00:01 2016-06-23:00:02:52
- BP Key: 243 Status: AVAILABLE Compressed: YES Tag: 11T_USERS_INCR0
- Piece Name: /home/oracle/manual_backup/87r8qohb_1_1.bkp
- Keep: BACKUP_LOGS Until: 2017-06-23:00:02:51
- Control File Included: Ckp SCN: 2250569 Ckp time: 2016-06-23:00:02:51
- RMAN> backup recovery files;
- Starting backup at 2016-06-23:00:09:32
- released channel: ORA_SBT_TAPE_1
- released channel: ORA_SBT_TAPE_2
- released channel: ORA_SBT_TAPE_3
- released channel: ORA_SBT_TAPE_4
- released channel: ORA_SBT_TAPE_5
- released channel: ORA_SBT_TAPE_6
- released channel: ORA_SBT_TAPE_7
- released channel: ORA_SBT_TAPE_8
- using channel ORA_DISK_1
- using channel ORA_DISK_2
- using channel ORA_DISK_3
- using channel ORA_DISK_4
- using channel ORA_DISK_5
- using channel ORA_DISK_6
- using channel ORA_DISK_7
- using channel ORA_DISK_8
- specification does not match any datafile copy in the repository
- RMAN-00571: ===========================================================
- RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
- RMAN-00571: ===========================================================
- RMAN-03002: failure of backup command at 06/23/2016 00:09:43
- RMAN-06603: TO DESTINATION option must be specified with RECOVERY AREA, RECOVERY FILES or DB_RECOVERY_FILE_DEST on disk device
- RMAN> show all;
- RMAN configuration parameters for database with db_unique_name ORCL are:
- CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 1 DAYS;
- CONFIGURE BACKUP OPTIMIZATION ON;
- CONFIGURE DEFAULT DEVICE TYPE TO DISK;
- CONFIGURE CONTROLFILE AUTOBACKUP OFF;
- CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; # default
- CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE SBT_TAPE TO '%F'; # default
- CONFIGURE DEVICE TYPE DISK PARALLELISM 8 BACKUP TYPE TO COMPRESSED BACKUPSET;
- CONFIGURE DEVICE TYPE 'SBT_TAPE' PARALLELISM 8 BACKUP TYPE TO BACKUPSET;
- CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
- CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE SBT_TAPE TO 1; # default
- CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
- CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE SBT_TAPE TO 1; # default
- CONFIGURE CHANNEL 1 DEVICE TYPE 'SBT_TAPE' PARMS 'ENV=(OB_MEDIA_FAMILY=station90)';
- CONFIGURE CHANNEL 2 DEVICE TYPE 'SBT_TAPE' PARMS 'ENV=(OB_MEDIA_FAMILY=station90)';
- CONFIGURE CHANNEL 3 DEVICE TYPE 'SBT_TAPE' PARMS 'ENV=(OB_MEDIA_FAMILY=station90)';
- CONFIGURE CHANNEL 4 DEVICE TYPE 'SBT_TAPE' PARMS 'ENV=(OB_MEDIA_FAMILY=station90)';
- CONFIGURE CHANNEL 5 DEVICE TYPE 'SBT_TAPE' PARMS 'ENV=(OB_MEDIA_FAMILY=station90)';
- CONFIGURE CHANNEL 6 DEVICE TYPE 'SBT_TAPE' PARMS 'ENV=(OB_MEDIA_FAMILY=station90)';
- CONFIGURE CHANNEL 7 DEVICE TYPE 'SBT_TAPE' PARMS 'ENV=(OB_MEDIA_FAMILY=station90)';
- CONFIGURE CHANNEL 8 DEVICE TYPE 'SBT_TAPE' PARMS 'ENV=(OB_MEDIA_FAMILY=station90)';
- CONFIGURE MAXSETSIZE TO UNLIMITED; # default
- CONFIGURE ENCRYPTION FOR DATABASE ON;
- CONFIGURE ENCRYPTION ALGORITHM 'AES256';
- CONFIGURE COMPRESSION ALGORITHM 'BASIC' AS OF RELEASE 'DEFAULT' OPTIMIZE FOR LOAD TRUE ; # default
- CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
- CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/u01/app/oracle/product/11.2.0/dbhome_1/dbs/snapcf_orcl.f'; # default
- RMAN> CONFIGURE DEFAULT DEVICE TYPE TO sbt;
- old RMAN configuration parameters:
- CONFIGURE DEFAULT DEVICE TYPE TO DISK;
- new RMAN configuration parameters:
- CONFIGURE DEFAULT DEVICE TYPE TO 'SBT_TAPE';
- new RMAN configuration parameters are successfully stored
- released channel: ORA_DISK_1
- released channel: ORA_DISK_2
- released channel: ORA_DISK_3
- released channel: ORA_DISK_4
- released channel: ORA_DISK_5
- released channel: ORA_DISK_6
- released channel: ORA_DISK_7
- released channel: ORA_DISK_8
- RMAN> backup recovery files;
- Starting backup at 2016-06-23:00:10:13
- allocated channel: ORA_SBT_TAPE_1
- channel ORA_SBT_TAPE_1: SID=145 device type=SBT_TAPE
- channel ORA_SBT_TAPE_1: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_2
- channel ORA_SBT_TAPE_2: SID=149 device type=SBT_TAPE
- channel ORA_SBT_TAPE_2: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_3
- channel ORA_SBT_TAPE_3: SID=20 device type=SBT_TAPE
- channel ORA_SBT_TAPE_3: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_4
- channel ORA_SBT_TAPE_4: SID=194 device type=SBT_TAPE
- channel ORA_SBT_TAPE_4: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_5
- channel ORA_SBT_TAPE_5: SID=9 device type=SBT_TAPE
- channel ORA_SBT_TAPE_5: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_6
- channel ORA_SBT_TAPE_6: SID=86 device type=SBT_TAPE
- channel ORA_SBT_TAPE_6: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_7
- channel ORA_SBT_TAPE_7: SID=150 device type=SBT_TAPE
- channel ORA_SBT_TAPE_7: Oracle Secure Backup
- allocated channel: ORA_SBT_TAPE_8
- channel ORA_SBT_TAPE_8: SID=198 device type=SBT_TAPE
- channel ORA_SBT_TAPE_8: Oracle Secure Backup
- specification does not match any datafile copy in the repository
- channel ORA_SBT_TAPE_1: starting archived log backup set
- channel ORA_SBT_TAPE_1: specifying archived log(s) in backup set
- input archived log thread=1 sequence=112 RECID=317 STAMP=915062314
- input archived log thread=1 sequence=113 RECID=319 STAMP=915062314
- input archived log thread=1 sequence=114 RECID=321 STAMP=915062316
- input archived log thread=1 sequence=115 RECID=323 STAMP=915062316
- input archived log thread=1 sequence=116 RECID=325 STAMP=915062319
- input archived log thread=1 sequence=117 RECID=327 STAMP=915062321
- channel ORA_SBT_TAPE_1: starting piece 1 at 2016-06-23:00:10:56
- channel ORA_SBT_TAPE_2: starting archived log backup set
- channel ORA_SBT_TAPE_2: specifying archived log(s) in backup set
- input archived log thread=1 sequence=118 RECID=329 STAMP=915104382
- input archived log thread=1 sequence=119 RECID=331 STAMP=915110675
- input archived log thread=1 sequence=120 RECID=333 STAMP=915119696
- channel ORA_SBT_TAPE_2: starting piece 1 at 2016-06-23:00:10:56
- channel ORA_SBT_TAPE_3: starting archived log backup set
- channel ORA_SBT_TAPE_3: specifying archived log(s) in backup set
- input archived log thread=1 sequence=121 RECID=335 STAMP=915127492
- input archived log thread=1 sequence=122 RECID=337 STAMP=915141022
- input archived log thread=1 sequence=123 RECID=339 STAMP=915141629
- channel ORA_SBT_TAPE_3: starting piece 1 at 2016-06-23:00:10:56
- channel ORA_SBT_TAPE_4: starting archived log backup set
- channel ORA_SBT_TAPE_4: specifying archived log(s) in backup set
- input archived log thread=1 sequence=124 RECID=341 STAMP=915141644
- input archived log thread=1 sequence=125 RECID=343 STAMP=915143332
- input archived log thread=1 sequence=126 RECID=345 STAMP=915148804
- channel ORA_SBT_TAPE_4: starting piece 1 at 2016-06-23:00:10:56
- channel ORA_SBT_TAPE_5: starting archived log backup set
- channel ORA_SBT_TAPE_5: specifying archived log(s) in backup set
- input archived log thread=1 sequence=127 RECID=347 STAMP=915156125
- input archived log thread=1 sequence=128 RECID=349 STAMP=915193693
- input archived log thread=1 sequence=129 RECID=351 STAMP=915201135
- channel ORA_SBT_TAPE_5: starting piece 1 at 2016-06-23:00:10:57
- channel ORA_SBT_TAPE_6: starting archived log backup set
- channel ORA_SBT_TAPE_6: specifying archived log(s) in backup set
- input archived log thread=1 sequence=130 RECID=353 STAMP=915208934
- input archived log thread=1 sequence=131 RECID=355 STAMP=915215997
- input archived log thread=1 sequence=132 RECID=357 STAMP=915228239
- channel ORA_SBT_TAPE_6: starting piece 1 at 2016-06-23:00:10:57
- channel ORA_SBT_TAPE_7: starting archived log backup set
- channel ORA_SBT_TAPE_7: specifying archived log(s) in backup set
- input archived log thread=1 sequence=133 RECID=359 STAMP=915228270
- input archived log thread=1 sequence=134 RECID=361 STAMP=915229248
- input archived log thread=1 sequence=135 RECID=363 STAMP=915229248
- input archived log thread=1 sequence=136 RECID=365 STAMP=915229251
- input archived log thread=1 sequence=137 RECID=367 STAMP=915229252
- input archived log thread=1 sequence=138 RECID=369 STAMP=915229254
- channel ORA_SBT_TAPE_7: starting piece 1 at 2016-06-23:00:10:57
- channel ORA_SBT_TAPE_8: starting archived log backup set
- channel ORA_SBT_TAPE_8: specifying archived log(s) in backup set
- input archived log thread=1 sequence=139 RECID=371 STAMP=915229255
- input archived log thread=1 sequence=140 RECID=373 STAMP=915230831
- input archived log thread=1 sequence=141 RECID=375 STAMP=915231294
- input archived log thread=1 sequence=142 RECID=377 STAMP=915231294
- input archived log thread=1 sequence=143 RECID=379 STAMP=915231296
- input archived log thread=1 sequence=144 RECID=381 STAMP=915231296
- channel ORA_SBT_TAPE_8: starting piece 1 at 2016-06-23:00:10:57
- channel ORA_SBT_TAPE_1: finished piece 1 at 2016-06-23:00:11:32
- piece handle=88r8qp0g_1_1 tag=TAG20160623T001055 comment=API Version 2.0,MMS Version 10.3.0.2
- channel ORA_SBT_TAPE_1: backup set complete, elapsed time: 00:00:36
- channel ORA_SBT_TAPE_1: starting archived log backup set
- channel ORA_SBT_TAPE_1: specifying archived log(s) in backup set
- input archived log thread=1 sequence=145 RECID=383 STAMP=915231299
- input archived log thread=1 sequence=146 RECID=385 STAMP=915231300
- input archived log thread=1 sequence=147 RECID=387 STAMP=915234531
- input archived log thread=1 sequence=148 RECID=389 STAMP=915234754
- input archived log thread=1 sequence=149 RECID=391 STAMP=915234850
- input archived log thread=1 sequence=150 RECID=393 STAMP=915235164
- channel ORA_SBT_TAPE_1: starting piece 1 at 2016-06-23:00:11:32
- channel ORA_SBT_TAPE_2: finished piece 1 at 2016-06-23:00:11:32
- piece handle=89r8qp0g_1_1 tag=TAG20160623T001055 comment=API Version 2.0,MMS Version 10.3.0.2
- channel ORA_SBT_TAPE_2: backup set complete, elapsed time: 00:00:36
- channel ORA_SBT_TAPE_2: starting archived log backup set
- channel ORA_SBT_TAPE_2: specifying archived log(s) in backup set
- input archived log thread=1 sequence=151 RECID=395 STAMP=915235217
- input archived log thread=1 sequence=152 RECID=397 STAMP=915235223
- input archived log thread=1 sequence=153 RECID=399 STAMP=915235303
- input archived log thread=1 sequence=154 RECID=401 STAMP=915235364
- input archived log thread=1 sequence=155 RECID=403 STAMP=915235369
- channel ORA_SBT_TAPE_2: starting piece 1 at 2016-06-23:00:11:32
- channel ORA_SBT_TAPE_3: finished piece 1 at 2016-06-23:00:11:57
- piece handle=8ar8qp0g_1_1 tag=TAG20160623T001055 comment=API Version 2.0,MMS Version 10.3.0.2
- channel ORA_SBT_TAPE_3: backup set complete, elapsed time: 00:01:01
- channel ORA_SBT_TAPE_4: finished piece 1 at 2016-06-23:00:11:58
- piece handle=8br8qp0g_1_1 tag=TAG20160623T001055 comment=API Version 2.0,MMS Version 10.3.0.2
- channel ORA_SBT_TAPE_4: backup set complete, elapsed time: 00:01:02
- channel ORA_SBT_TAPE_3: input backup set: count=255, stamp=915235218, piece=1
- channel ORA_SBT_TAPE_3: starting piece 1 at 2016-06-23:00:11:59
- channel ORA_SBT_TAPE_3: backup piece /home/oracle/manual_backup/7vr8qoci_1_1.bkp
- channel ORA_SBT_TAPE_4: input backup set: count=256, stamp=915235219, piece=1
- channel ORA_SBT_TAPE_4: starting piece 1 at 2016-06-23:00:11:59
- channel ORA_SBT_TAPE_4: backup piece /home/oracle/manual_backup/80r8qocj_1_1.bkp
- channel ORA_SBT_TAPE_7: finished piece 1 at 2016-06-23:00:12:24
- piece handle=8er8qp0h_1_1 tag=TAG20160623T001055 comment=API Version 2.0,MMS Version 10.3.0.2
- channel ORA_SBT_TAPE_7: backup set complete, elapsed time: 00:01:27
- channel ORA_SBT_TAPE_7: input backup set: count=257, stamp=915235224, piece=1
- channel ORA_SBT_TAPE_7: starting piece 1 at 2016-06-23:00:12:24
- channel ORA_SBT_TAPE_7: backup piece /home/oracle/manual_backup/81r8qoco_1_1.bkp
- channel ORA_SBT_TAPE_8: finished piece 1 at 2016-06-23:00:12:24
- piece handle=8fr8qp0h_1_1 tag=TAG20160623T001055 comment=API Version 2.0,MMS Version 10.3.0.2
- channel ORA_SBT_TAPE_8: backup set complete, elapsed time: 00:01:27
- channel ORA_SBT_TAPE_8: input backup set: count=258, stamp=915235225, piece=1
- channel ORA_SBT_TAPE_8: starting piece 1 at 2016-06-23:00:12:24
- channel ORA_SBT_TAPE_8: backup piece /home/oracle/manual_backup/82r8qocp_1_1.bkp
- channel ORA_SBT_TAPE_5: finished piece 1 at 2016-06-23:00:12:39
- piece handle=8cr8qp0g_1_1 tag=TAG20160623T001055 comment=API Version 2.0,MMS Version 10.3.0.2
- channel ORA_SBT_TAPE_5: backup set complete, elapsed time: 00:01:42
- channel ORA_SBT_TAPE_5: input backup set: count=260, stamp=915235364, piece=1
- channel ORA_SBT_TAPE_5: starting piece 1 at 2016-06-23:00:12:39
- channel ORA_SBT_TAPE_5: backup piece /home/oracle/manual_backup/84r8qoh4_1_1.bkp
- channel ORA_SBT_TAPE_6: finished piece 1 at 2016-06-23:00:12:46
- piece handle=8dr8qp0h_1_1 tag=TAG20160623T001055 comment=API Version 2.0,MMS Version 10.3.0.2
- channel ORA_SBT_TAPE_6: backup set complete, elapsed time: 00:01:49
- channel ORA_SBT_TAPE_6: input backup set: count=261, stamp=915235365, piece=1
- channel ORA_SBT_TAPE_6: starting piece 1 at 2016-06-23:00:12:46
- channel ORA_SBT_TAPE_6: backup piece /home/oracle/manual_backup/85r8qoh5_1_1.bkp
- channel ORA_SBT_TAPE_1: finished piece 1 at 2016-06-23:00:13:01
- piece handle=8gr8qp1k_1_1 tag=TAG20160623T001055 comment=API Version 2.0,MMS Version 10.3.0.2
- channel ORA_SBT_TAPE_1: backup set complete, elapsed time: 00:01:29
- channel ORA_SBT_TAPE_1: input backup set: count=262, stamp=915235370, piece=1
- channel ORA_SBT_TAPE_1: starting piece 1 at 2016-06-23:00:13:01
- channel ORA_SBT_TAPE_1: backup piece /home/oracle/manual_backup/86r8qoha_1_1.bkp
- channel ORA_SBT_TAPE_2: finished piece 1 at 2016-06-23:00:13:01
- piece handle=8hr8qp1k_1_1 tag=TAG20160623T001055 comment=API Version 2.0,MMS Version 10.3.0.2
- channel ORA_SBT_TAPE_2: backup set complete, elapsed time: 00:01:29
- channel ORA_SBT_TAPE_2: input backup set: count=263, stamp=915235371, piece=1
- channel ORA_SBT_TAPE_2: starting piece 1 at 2016-06-23:00:13:01
- channel ORA_SBT_TAPE_2: backup piece /home/oracle/manual_backup/87r8qohb_1_1.bkp
- piece handle=7vr8qoci_1_2 comment=API Version 2.0,MMS Version 10.3.0.2
- channel ORA_SBT_TAPE_3: finished piece 1 at 2016-06-23:00:13:26
- channel ORA_SBT_TAPE_3: backup piece complete, elapsed time: 00:01:27
- piece handle=80r8qocj_1_2 comment=API Version 2.0,MMS Version 10.3.0.2
- channel ORA_SBT_TAPE_4: finished piece 1 at 2016-06-23:00:13:26
- channel ORA_SBT_TAPE_4: backup piece complete, elapsed time: 00:01:27
- piece handle=81r8qoco_1_2 comment=API Version 2.0,MMS Version 10.3.0.2
- channel ORA_SBT_TAPE_7: finished piece 1 at 2016-06-23:00:13:36
- channel ORA_SBT_TAPE_7: backup piece complete, elapsed time: 00:01:12
- piece handle=82r8qocp_1_2 comment=API Version 2.0,MMS Version 10.3.0.2
- channel ORA_SBT_TAPE_8: finished piece 1 at 2016-06-23:00:13:46
- channel ORA_SBT_TAPE_8: backup piece complete, elapsed time: 00:01:22
- piece handle=85r8qoh5_1_2 comment=API Version 2.0,MMS Version 10.3.0.2
- channel ORA_SBT_TAPE_6: finished piece 1 at 2016-06-23:00:13:56
- channel ORA_SBT_TAPE_6: backup piece complete, elapsed time: 00:01:10
- piece handle=84r8qoh4_1_2 comment=API Version 2.0,MMS Version 10.3.0.2
- channel ORA_SBT_TAPE_5: finished piece 1 at 2016-06-23:00:14:06
- channel ORA_SBT_TAPE_5: backup piece complete, elapsed time: 00:01:27
- piece handle=86r8qoha_1_2 comment=API Version 2.0,MMS Version 10.3.0.2
- channel ORA_SBT_TAPE_1: finished piece 1 at 2016-06-23:00:14:26
- channel ORA_SBT_TAPE_1: backup piece complete, elapsed time: 00:01:25
- piece handle=87r8qohb_1_2 comment=API Version 2.0,MMS Version 10.3.0.2
- channel ORA_SBT_TAPE_2: finished piece 1 at 2016-06-23:00:14:26
- channel ORA_SBT_TAPE_2: backup piece complete, elapsed time: 00:01:25
- Finished backup at 2016-06-23:00:14:26
- RMAN> backup recovery files;
- Starting backup at 2016-06-23:00:14:32
- using channel ORA_SBT_TAPE_1
- using channel ORA_SBT_TAPE_2
- using channel ORA_SBT_TAPE_3
- using channel ORA_SBT_TAPE_4
- using channel ORA_SBT_TAPE_5
- using channel ORA_SBT_TAPE_6
- using channel ORA_SBT_TAPE_7
- using channel ORA_SBT_TAPE_8
- specification does not match any datafile copy in the repository
- skipping archived log file +FRA/orcl/archivelog/2016_06_20/thread_1_seq_112.334.915062313; already backed up 1 time(s)
- skipping archived log file /home/oracle/archivelog/1_112_913410354.dbf; already backed up 1 time(s)
- skipping archived log file +FRA/orcl/archivelog/2016_06_20/thread_1_seq_113.328.915062315; already backed up 1 time(s)
- skipping archived log file /home/oracle/archivelog/1_113_913410354.dbf; already backed up 1 time(s)
- skipping archived log file +FRA/orcl/archivelog/2016_06_20/thread_1_seq_114.305.915062315; already backed up 1 time(s)
- skipping archived log file /home/oracle/archivelog/1_114_913410354.dbf; already backed up 1 time(s)
- skipping archived log file +FRA/orcl/archivelog/2016_06_20/thread_1_seq_115.341.915062317; already backed up 1 time(s)
- skipping archived log file /home/oracle/archivelog/1_115_913410354.dbf; already backed up 1 time(s)
- skipping archived log file +FRA/orcl/archivelog/2016_06_20/thread_1_seq_116.308.915062319; already backed up 1 time(s)
- skipping archived log file /home/oracle/archivelog/1_116_913410354.dbf; already backed up 1 time(s)
- skipping archived log file +FRA/orcl/archivelog/2016_06_20/thread_1_seq_117.314.915062321; already backed up 1 time(s)
- skipping archived log file /home/oracle/archivelog/1_117_913410354.dbf; already backed up 1 time(s)
- skipping archived log file +FRA/orcl/archivelog/2016_06_21/thread_1_seq_118.311.915104383; already backed up 1 time(s)
- skipping archived log file /home/oracle/archivelog/1_118_913410354.dbf; already backed up 1 time(s)
- skipping archived log file +FRA/orcl/archivelog/2016_06_21/thread_1_seq_119.309.915110675; already backed up 1 time(s)
- skipping archived log file /home/oracle/archivelog/1_119_913410354.dbf; already backed up 1 time(s)
- skipping archived log file +FRA/orcl/archivelog/2016_06_21/thread_1_seq_120.310.915119695; already backed up 1 time(s)
- skipping archived log file /home/oracle/archivelog/1_120_913410354.dbf; already backed up 1 time(s)
- skipping archived log file +FRA/orcl/archivelog/2016_06_21/thread_1_seq_121.268.915127491; already backed up 1 time(s)
- skipping archived log file /home/oracle/archivelog/1_121_913410354.dbf; already backed up 1 time(s)
- skipping archived log file +FRA/orcl/archivelog/2016_06_21/thread_1_seq_122.316.915141023; already backed up 1 time(s)
- skipping archived log file /home/oracle/archivelog/1_122_913410354.dbf; already backed up 1 time(s)
- skipping archived log file +FRA/orcl/archivelog/2016_06_21/thread_1_seq_123.306.915141629; already backed up 1 time(s)
- skipping archived log file /home/oracle/archivelog/1_123_913410354.dbf; already backed up 1 time(s)
- skipping archived log file +FRA/orcl/archivelog/2016_06_21/thread_1_seq_124.300.915141645; already backed up 1 time(s)
- skipping archived log file /home/oracle/archivelog/1_124_913410354.dbf; already backed up 1 time(s)
- skipping archived log file +FRA/orcl/archivelog/2016_06_21/thread_1_seq_125.303.915143331; already backed up 1 time(s)
- skipping archived log file /home/oracle/archivelog/1_125_913410354.dbf; already backed up 1 time(s)
- skipping archived log file +FRA/orcl/archivelog/2016_06_22/thread_1_seq_126.301.915148803; already backed up 1 time(s)
- skipping archived log file /home/oracle/archivelog/1_126_913410354.dbf; already backed up 1 time(s)
- skipping archived log file +FRA/orcl/archivelog/2016_06_22/thread_1_seq_127.318.915156125; already backed up 1 time(s)
- skipping archived log file /home/oracle/archivelog/1_127_913410354.dbf; already backed up 1 time(s)
- skipping archived log file +FRA/orcl/archivelog/2016_06_22/thread_1_seq_128.331.915193693; already backed up 1 time(s)
- skipping archived log file /home/oracle/archivelog/1_128_913410354.dbf; already backed up 1 time(s)
- skipping archived log file +FRA/orcl/archivelog/2016_06_22/thread_1_seq_129.326.915201135; already backed up 1 time(s)
- skipping archived log file /home/oracle/archivelog/1_129_913410354.dbf; already backed up 1 time(s)
- skipping archived log file +FRA/orcl/archivelog/2016_06_22/thread_1_seq_130.332.915208933; already backed up 1 time(s)
- skipping archived log file /home/oracle/archivelog/1_130_913410354.dbf; already backed up 1 time(s)
- skipping archived log file +FRA/orcl/archivelog/2016_06_22/thread_1_seq_131.333.915215997; already backed up 1 time(s)
- skipping archived log file /home/oracle/archivelog/1_131_913410354.dbf; already backed up 1 time(s)
- skipping archived log file +FRA/orcl/archivelog/2016_06_22/thread_1_seq_132.313.915228239; already backed up 1 time(s)
- skipping archived log file /home/oracle/archivelog/1_132_913410354.dbf; already backed up 1 time(s)
- skipping archived log file +FRA/orcl/archivelog/2016_06_22/thread_1_seq_133.323.915228269; already backed up 1 time(s)
- skipping archived log file /home/oracle/archivelog/1_133_913410354.dbf; already backed up 1 time(s)
- skipping archived log file +FRA/orcl/archivelog/2016_06_22/thread_1_seq_134.325.915229249; already backed up 1 time(s)
- skipping archived log file /home/oracle/archivelog/1_134_913410354.dbf; already backed up 1 time(s)
- skipping archived log file +FRA/orcl/archivelog/2016_06_22/thread_1_seq_135.324.915229249; already backed up 1 time(s)
- skipping archived log file /home/oracle/archivelog/1_135_913410354.dbf; already backed up 1 time(s)
- skipping archived log file +FRA/orcl/archivelog/2016_06_22/thread_1_seq_136.327.915229251; already backed up 1 time(s)
- skipping archived log file /home/oracle/archivelog/1_136_913410354.dbf; already backed up 1 time(s)
- skipping archived log file +FRA/orcl/archivelog/2016_06_22/thread_1_seq_137.279.915229253; already backed up 1 time(s)
- skipping archived log file /home/oracle/archivelog/1_137_913410354.dbf; already backed up 1 time(s)
- skipping archived log file +FRA/orcl/archivelog/2016_06_22/thread_1_seq_138.298.915229255; already backed up 1 time(s)
- skipping archived log file /home/oracle/archivelog/1_138_913410354.dbf; already backed up 1 time(s)
- skipping archived log file +FRA/orcl/archivelog/2016_06_22/thread_1_seq_139.267.915229255; already backed up 1 time(s)
- skipping archived log file /home/oracle/archivelog/1_139_913410354.dbf; already backed up 1 time(s)
- skipping archived log file +FRA/orcl/archivelog/2016_06_22/thread_1_seq_140.287.915230831; already backed up 1 time(s)
- skipping archived log file /home/oracle/archivelog/1_140_913410354.dbf; already backed up 1 time(s)
- skipping archived log file +FRA/orcl/archivelog/2016_06_22/thread_1_seq_141.269.915231295; already backed up 1 time(s)
- skipping archived log file /home/oracle/archivelog/1_141_913410354.dbf; already backed up 1 time(s)
- skipping archived log file +FRA/orcl/archivelog/2016_06_22/thread_1_seq_142.317.915231295; already backed up 1 time(s)
- skipping archived log file /home/oracle/archivelog/1_142_913410354.dbf; already backed up 1 time(s)
- skipping archived log file +FRA/orcl/archivelog/2016_06_22/thread_1_seq_143.319.915231297; already backed up 1 time(s)
- skipping archived log file /home/oracle/archivelog/1_143_913410354.dbf; already backed up 1 time(s)
- skipping archived log file +FRA/orcl/archivelog/2016_06_22/thread_1_seq_144.320.915231297; already backed up 1 time(s)
- skipping archived log file /home/oracle/archivelog/1_144_913410354.dbf; already backed up 1 time(s)
- skipping archived log file +FRA/orcl/archivelog/2016_06_22/thread_1_seq_145.321.915231299; already backed up 1 time(s)
- skipping archived log file /home/oracle/archivelog/1_145_913410354.dbf; already backed up 1 time(s)
- skipping archived log file +FRA/orcl/archivelog/2016_06_22/thread_1_seq_146.322.915231299; already backed up 1 time(s)
- skipping archived log file /home/oracle/archivelog/1_146_913410354.dbf; already backed up 1 time(s)
- skipping archived log file +FRA/orcl/archivelog/2016_06_22/thread_1_seq_147.291.915234531; already backed up 1 time(s)
- skipping archived log file /home/oracle/archivelog/1_147_913410354.dbf; already backed up 1 time(s)
- skipping archived log file +FRA/orcl/archivelog/2016_06_22/thread_1_seq_148.295.915234755; already backed up 1 time(s)
- skipping archived log file /home/oracle/archivelog/1_148_913410354.dbf; already backed up 1 time(s)
- skipping archived log file +FRA/orcl/archivelog/2016_06_22/thread_1_seq_149.280.915234851; already backed up 1 time(s)
- skipping archived log file /home/oracle/archivelog/1_149_913410354.dbf; already backed up 1 time(s)
- skipping archived log file +FRA/orcl/archivelog/2016_06_22/thread_1_seq_150.290.915235165; already backed up 1 time(s)
- skipping archived log file /home/oracle/archivelog/1_150_913410354.dbf; already backed up 1 time(s)
- skipping archived log file +FRA/orcl/archivelog/2016_06_23/thread_1_seq_151.293.915235217; already backed up 1 time(s)
- skipping archived log file /home/oracle/archivelog/1_151_913410354.dbf; already backed up 1 time(s)
- skipping archived log file +FRA/orcl/archivelog/2016_06_23/thread_1_seq_152.289.915235223; already backed up 1 time(s)
- skipping archived log file /home/oracle/archivelog/1_152_913410354.dbf; already backed up 1 time(s)
- skipping archived log file +FRA/orcl/archivelog/2016_06_23/thread_1_seq_153.292.915235303; already backed up 1 time(s)
- skipping archived log file /home/oracle/archivelog/1_153_913410354.dbf; already backed up 1 time(s)
- skipping archived log file +FRA/orcl/archivelog/2016_06_23/thread_1_seq_154.288.915235363; already backed up 1 time(s)
- skipping archived log file /home/oracle/archivelog/1_154_913410354.dbf; already backed up 1 time(s)
- skipping archived log file +FRA/orcl/archivelog/2016_06_23/thread_1_seq_155.286.915235369; already backed up 1 time(s)
- skipping archived log file /home/oracle/archivelog/1_155_913410354.dbf; already backed up 1 time(s)
- channel ORA_SBT_TAPE_1: input backup set: count=255, stamp=915235218, piece=1
- channel ORA_SBT_TAPE_1: starting piece 1 at 2016-06-23:00:14:33
- channel ORA_SBT_TAPE_1: backup piece /home/oracle/manual_backup/7vr8qoci_1_1.bkp
- channel ORA_SBT_TAPE_2: input backup set: count=256, stamp=915235219, piece=1
- channel ORA_SBT_TAPE_2: starting piece 1 at 2016-06-23:00:14:33
- channel ORA_SBT_TAPE_2: backup piece /home/oracle/manual_backup/80r8qocj_1_1.bkp
- channel ORA_SBT_TAPE_3: input backup set: count=257, stamp=915235224, piece=1
- channel ORA_SBT_TAPE_3: starting piece 1 at 2016-06-23:00:14:34
- channel ORA_SBT_TAPE_3: backup piece /home/oracle/manual_backup/81r8qoco_1_1.bkp
- channel ORA_SBT_TAPE_4: input backup set: count=258, stamp=915235225, piece=1
- channel ORA_SBT_TAPE_4: starting piece 1 at 2016-06-23:00:14:34
- channel ORA_SBT_TAPE_4: backup piece /home/oracle/manual_backup/82r8qocp_1_1.bkp
- channel ORA_SBT_TAPE_5: input backup set: count=260, stamp=915235364, piece=1
- channel ORA_SBT_TAPE_5: starting piece 1 at 2016-06-23:00:14:34
- channel ORA_SBT_TAPE_5: backup piece /home/oracle/manual_backup/84r8qoh4_1_1.bkp
- channel ORA_SBT_TAPE_6: input backup set: count=261, stamp=915235365, piece=1
- channel ORA_SBT_TAPE_6: starting piece 1 at 2016-06-23:00:14:34
- channel ORA_SBT_TAPE_6: backup piece /home/oracle/manual_backup/85r8qoh5_1_1.bkp
- channel ORA_SBT_TAPE_7: input backup set: count=262, stamp=915235370, piece=1
- channel ORA_SBT_TAPE_7: starting piece 1 at 2016-06-23:00:14:34
- channel ORA_SBT_TAPE_7: backup piece /home/oracle/manual_backup/86r8qoha_1_1.bkp
- channel ORA_SBT_TAPE_8: input backup set: count=263, stamp=915235371, piece=1
- channel ORA_SBT_TAPE_8: starting piece 1 at 2016-06-23:00:14:34
- channel ORA_SBT_TAPE_8: backup piece /home/oracle/manual_backup/87r8qohb_1_1.bkp
- piece handle=82r8qocp_1_3 comment=API Version 2.0,MMS Version 10.3.0.2
- channel ORA_SBT_TAPE_4: finished piece 1 at 2016-06-23:00:14:56
- channel ORA_SBT_TAPE_4: backup piece complete, elapsed time: 00:00:22
- piece handle=85r8qoh5_1_3 comment=API Version 2.0,MMS Version 10.3.0.2
- channel ORA_SBT_TAPE_6: finished piece 1 at 2016-06-23:00:14:56
- channel ORA_SBT_TAPE_6: backup piece complete, elapsed time: 00:00:22
- piece handle=87r8qohb_1_3 comment=API Version 2.0,MMS Version 10.3.0.2
- channel ORA_SBT_TAPE_8: finished piece 1 at 2016-06-23:00:15:06
- channel ORA_SBT_TAPE_8: backup piece complete, elapsed time: 00:00:32
- piece handle=7vr8qoci_1_3 comment=API Version 2.0,MMS Version 10.3.0.2
- channel ORA_SBT_TAPE_1: finished piece 1 at 2016-06-23:00:15:16
- channel ORA_SBT_TAPE_1: backup piece complete, elapsed time: 00:00:43
- piece handle=86r8qoha_1_3 comment=API Version 2.0,MMS Version 10.3.0.2
- channel ORA_SBT_TAPE_7: finished piece 1 at 2016-06-23:00:15:26
- channel ORA_SBT_TAPE_7: backup piece complete, elapsed time: 00:00:52
- piece handle=81r8qoco_1_3 comment=API Version 2.0,MMS Version 10.3.0.2
- channel ORA_SBT_TAPE_3: finished piece 1 at 2016-06-23:00:15:36
- channel ORA_SBT_TAPE_3: backup piece complete, elapsed time: 00:01:03
- piece handle=84r8qoh4_1_3 comment=API Version 2.0,MMS Version 10.3.0.2
- channel ORA_SBT_TAPE_5: finished piece 1 at 2016-06-23:00:15:46
- channel ORA_SBT_TAPE_5: backup piece complete, elapsed time: 00:01:12
- piece handle=80r8qocj_1_3 comment=API Version 2.0,MMS Version 10.3.0.2
- channel ORA_SBT_TAPE_2: finished piece 1 at 2016-06-23:00:15:56
- channel ORA_SBT_TAPE_2: backup piece complete, elapsed time: 00:01:23
- Finished backup at 2016-06-23:00:15:56
- RMAN>
复制代码
|
|