Oracle 11g rman备份相关

1.验证备份是否可以被成功还原,完全还原确定需应用哪些备份集和归档日志。

RMAN> restore database preview;
Starting restore at 07-OCT-15
using target database control file instead of recovery catalog
allocated channel: ORA_DISK_1
channel ORA_DISK_1: SID=202 device type=DISK
allocated channel: ORA_DISK_2
channel ORA_DISK_2: SID=138 device type=DISK
List of Backup Sets
===================
BS Key  Type LV Size       Device Type Elapsed Time Completion Time
------- ---- -- ---------- ----------- ------------ ---------------
57      Incr 0  363.33M    DISK        00:01:26     05-OCT-15      
  List of Datafiles in backup set 57
  File LV Type Ckp SCN    Ckp Time  Name
  ---- -- ---- ---------- --------- ----
  1    0  Incr 3687271    05-OCT-15 +DATA/phub/datafile/system.271.891340857
  2    0  Incr 3687271    05-OCT-15 +DATA/phub/datafile/sysaux.272.891340857
  4    0  Incr 3687271    05-OCT-15 +DATA/phub/datafile/users.269.891340843
  7    0  Incr 3687271    05-OCT-15 +DATA/phub/datafile/idx01.dbf
  Backup Set Copy #1 of backup set 57
  Device Type Elapsed Time Completion Time Compressed Tag
  ----------- ------------ --------------- ---------- ---
  DISK        00:01:26     05-OCT-15       YES        DB0
    List of Backup Pieces for backup set 57 Copy #1
    BP Key  Pc# Status      Piece Name
    ------- --- ----------- ----------
    64      1   AVAILABLE   /home/oracle/backup/data_51qiv187_1_1.bak
    65      2   AVAILABLE   /home/oracle/backup/data_51qiv187_2_1.bak
    66      3   AVAILABLE   /home/oracle/backup/data_51qiv187_3_1.bak
    67      4   AVAILABLE   /home/oracle/backup/data_51qiv187_4_1.bak
BS Key  Type LV Size       Device Type Elapsed Time Completion Time
------- ---- -- ---------- ----------- ------------ ---------------
55      Incr 0  215.65M    DISK        00:01:06     05-OCT-15      
  List of Datafiles in backup set 55
  File LV Type Ckp SCN    Ckp Time  Name
  ---- -- ---- ---------- --------- ----
  3    0  Incr 3687269    05-OCT-15 +DATA/phub/datafile/undotbs1.260.891340857
  5    0  Incr 3687269    05-OCT-15 +DATA/phub/datafile/example.287.891340843
  6    0  Incr 3687269    05-OCT-15 +DATA/phub/datafile/llc01.dbf
  Backup Set Copy #1 of backup set 55
  Device Type Elapsed Time Completion Time Compressed Tag
  ----------- ------------ --------------- ---------- ---
  DISK        00:01:06     05-OCT-15       YES        DB0
    List of Backup Pieces for backup set 55 Copy #1
    BP Key  Pc# Status      Piece Name
    ------- --- ----------- ----------
    60      1   AVAILABLE   /home/oracle/backup/data_50qiv187_1_1.bak
    61      2   AVAILABLE   /home/oracle/backup/data_50qiv187_2_1.bak
    62      3   AVAILABLE   /home/oracle/backup/data_50qiv187_3_1.bak
using channel ORA_DISK_1
using channel ORA_DISK_2
List of Archived Log Copies for database with db_unique_name PHUB
=====================================================================
Key     Thrd Seq     S Low Time 
------- ---- ------- - ---------
552     1    276     A 05-OCT-15
        Name: +DATA/phub/archivelog/2015_10_05/thread_1_seq_276.374.892332021
554     1    277     A 05-OCT-15
        Name: +DATA/phub/archivelog/2015_10_06/thread_1_seq_277.372.892352657
556     1    278     A 06-OCT-15
        Name: +DATA/phub/archivelog/2015_10_06/thread_1_seq_278.370.892370685
557     1    279     A 06-OCT-15
        Name: +DATA/phub/archivelog/2015_10_06/thread_1_seq_279.368.892385187
559     1    280     A 06-OCT-15
        Name: +DATA/phub/archivelog/2015_10_06/thread_1_seq_280.365.892385193
562     1    281     A 06-OCT-15
        Name: +DATA/phub/archivelog/2015_10_06/thread_1_seq_281.285.892411985
564     1    282     A 06-OCT-15
        Name: +DATA/phub/archivelog/2015_10_07/thread_1_seq_282.290.892428501
566     1    283     A 07-OCT-15
        Name: +DATA/phub/archivelog/2015_10_07/thread_1_seq_283.300.892458049
Media recovery start SCN is 3687269
Recovery must be done beyond SCN 3687271 to clear datafile fuzziness
Finished restore at 07-OCT-15

2.检查用于恢复数据库的的最新备份集,以确认备份是否完整,检查恢复所需要的数据文件副本和归档日志备份集。

RMAN> restore database validate;
Starting restore at 07-OCT-15
using channel ORA_DISK_1
using channel ORA_DISK_2
channel ORA_DISK_1: starting validation of datafile backup set
channel ORA_DISK_2: starting validation of datafile backup set
channel ORA_DISK_1: reading from backup piece /home/oracle/backup/data_50qiv187_1_1.bak
channel ORA_DISK_2: reading from backup piece /home/oracle/backup/data_51qiv187_1_1.bak
channel ORA_DISK_1: piece handle=/home/oracle/backup/data_50qiv187_1_1.bak tag=DB0
channel ORA_DISK_1: restored backup piece 1
channel ORA_DISK_1: reading from backup piece /home/oracle/backup/data_50qiv187_2_1.bak
channel ORA_DISK_2: piece handle=/home/oracle/backup/data_51qiv187_1_1.bak tag=DB0
channel ORA_DISK_2: restored backup piece 1
channel ORA_DISK_2: reading from backup piece /home/oracle/backup/data_51qiv187_2_1.bak
channel ORA_DISK_2: piece handle=/home/oracle/backup/data_51qiv187_2_1.bak tag=DB0
channel ORA_DISK_2: restored backup piece 2
channel ORA_DISK_2: reading from backup piece /home/oracle/backup/data_51qiv187_3_1.bak
channel ORA_DISK_1: piece handle=/home/oracle/backup/data_50qiv187_2_1.bak tag=DB0
channel ORA_DISK_1: restored backup piece 2
channel ORA_DISK_1: reading from backup piece /home/oracle/backup/data_50qiv187_3_1.bak
channel ORA_DISK_2: piece handle=/home/oracle/backup/data_51qiv187_3_1.bak tag=DB0
channel ORA_DISK_2: restored backup piece 3
channel ORA_DISK_2: reading from backup piece /home/oracle/backup/data_51qiv187_4_1.bak
channel ORA_DISK_1: piece handle=/home/oracle/backup/data_50qiv187_3_1.bak tag=DB0
channel ORA_DISK_1: restored backup piece 3
channel ORA_DISK_1: validation complete, elapsed time: 00:01:03
channel ORA_DISK_2: piece handle=/home/oracle/backup/data_51qiv187_4_1.bak tag=DB0
channel ORA_DISK_2: restored backup piece 4
channel ORA_DISK_2: validation complete, elapsed time: 00:01:12
Finished restore at 07-OCT-15

3.校验数据文件的是否存在坏块:

RMAN> backup check logical validate database;
Starting backup at 07-OCT-15
using channel ORA_DISK_1
using channel ORA_DISK_2
channel ORA_DISK_1: starting full datafile backup set
channel ORA_DISK_1: specifying datafile(s) in backup set
input datafile file number=00006 name=+DATA/phub/datafile/llc01.dbf
input datafile file number=00005 name=+DATA/phub/datafile/example.287.891340843
input datafile file number=00003 name=+DATA/phub/datafile/undotbs1.260.891340857
channel ORA_DISK_2: starting full datafile backup set
channel ORA_DISK_2: specifying datafile(s) in backup set
input datafile file number=00007 name=+DATA/phub/datafile/idx01.dbf
input datafile file number=00002 name=+DATA/phub/datafile/sysaux.272.891340857
input datafile file number=00001 name=+DATA/phub/datafile/system.271.891340857
input datafile file number=00004 name=+DATA/phub/datafile/users.269.891340843
channel ORA_DISK_2: backup set complete, elapsed time: 00:00:55
List of Datafiles
=================
File Status Marked Corrupt Empty Blocks Blocks Examined High SCN
---- ------ -------------- ------------ --------------- ----------
1    OK     0              14660        98639           3880208   
  File Name: +DATA/phub/datafile/system.271.891340857
  Block Type Blocks Failing Blocks Processed
  ---------- -------------- ----------------
  Data       0              65879           
  Index      0              13480           
  Other      0              4541            
File Status Marked Corrupt Empty Blocks Blocks Examined High SCN
---- ------ -------------- ------------ --------------- ----------
2    OK     0              23933        120381          3880206   
  File Name: +DATA/phub/datafile/sysaux.272.891340857
  Block Type Blocks Failing Blocks Processed
  ---------- -------------- ----------------
  Data       0              35531           
  Index      0              30258           
  Other      0              30598           
File Status Marked Corrupt Empty Blocks Blocks Examined High SCN
---- ------ -------------- ------------ --------------- ----------
4    OK     0              4478         87390           3006034   
  File Name: +DATA/phub/datafile/users.269.891340843
  Block Type Blocks Failing Blocks Processed
  ---------- -------------- ----------------
  Data       0              81242           
  Index      0              730             
  Other      0              910             
File Status Marked Corrupt Empty Blocks Blocks Examined High SCN
---- ------ -------------- ------------ --------------- ----------
7    OK     0              98073        131072          3010614   
  File Name: +DATA/phub/datafile/idx01.dbf
  Block Type Blocks Failing Blocks Processed
  ---------- -------------- ----------------
  Data       0              0               
  Index      0              32360           
  Other      0              639             
channel ORA_DISK_2: starting full datafile backup set
channel ORA_DISK_2: specifying datafile(s) in backup set
including current control file in backup set
channel ORA_DISK_2: backup set complete, elapsed time: 00:00:01
List of Control File and SPFILE
===============================
File Type    Status Blocks Failing Blocks Examined
------------ ------ -------------- ---------------
Control File OK     0              646             
channel ORA_DISK_1: backup set complete, elapsed time: 00:00:59
List of Datafiles
=================
File Status Marked Corrupt Empty Blocks Blocks Examined High SCN
---- ------ -------------- ------------ --------------- ----------
3    OK     0              1            18560           3880208   
  File Name: +DATA/phub/datafile/undotbs1.260.891340857
  Block Type Blocks Failing Blocks Processed
  ---------- -------------- ----------------
  Data       0              0               
  Index      0              0               
  Other      0              18559           
File Status Marked Corrupt Empty Blocks Blocks Examined High SCN
---- ------ -------------- ------------ --------------- ----------
5    OK     2192           31371        44325           3819558   
  File Name: +DATA/phub/datafile/example.287.891340843
  Block Type Blocks Failing Blocks Processed
  ---------- -------------- ----------------
  Data       0              4394            
  Index      0              1149            
  Other      0              7406            
File Status Marked Corrupt Empty Blocks Blocks Examined High SCN
---- ------ -------------- ------------ --------------- ----------
6    OK     0              166327       393216          3015852   
  File Name: +DATA/phub/datafile/llc01.dbf
  Block Type Blocks Failing Blocks Processed
  ---------- -------------- ----------------
  Data       0              192240          
  Index      0              32080           
  Other      0              2569            
Finished backup at 07-OCT-15

4.校验单个数据文件:

RMAN> backup check logical validate datafile 1;
Starting backup at 07-OCT-15
using channel ORA_DISK_1
using channel ORA_DISK_2
channel ORA_DISK_1: starting full datafile backup set
channel ORA_DISK_1: specifying datafile(s) in backup set
input datafile file number=00001 name=+DATA/phub/datafile/system.271.891340857
channel ORA_DISK_2: starting full datafile backup set
channel ORA_DISK_2: specifying datafile(s) in backup set
including current control file in backup set
channel ORA_DISK_2: backup set complete, elapsed time: 00:00:01
List of Control File and SPFILE
===============================
File Type    Status Blocks Failing Blocks Examined
------------ ------ -------------- ---------------
Control File OK     0              646             
channel ORA_DISK_1: backup set complete, elapsed time: 00:00:07
List of Datafiles
=================
File Status Marked Corrupt Empty Blocks Blocks Examined High SCN
---- ------ -------------- ------------ --------------- ----------
1    OK     0              14660        98639           3880343   
  File Name: +DATA/phub/datafile/system.271.891340857
  Block Type Blocks Failing Blocks Processed
  ---------- -------------- ----------------
  Data       0              65879           
  Index      0              13480           
  Other      0              4541            
Finished backup at 07-OCT-15

5.备份进度查询:

select case
         when opname like ‘%aggregate%‘ then
          ‘total‘
         else
          opname
       end opname,
       trunc(sofar * 100 / totalwork, 2) || ‘%‘ progress,
       units
  from v$session_longops
 where opname like ‘RMAN%‘
   and totalwork > sofar;
OPNAME     PROGRESS       UNITS
------------------------------------------------------------ ----------------------------------------- --------------------------------
RMAN: incremental datafile backup     62.28%       Blocks
total     0%        Blocks
RMAN: incremental datafile backup     75.47%       Blocks

6.恢复进度查询:

SELECT sid,
       serial#,
       CONTEXT,
       sofar,
       totalwork,
       round(sofar / totalwork * 100, 2) "% Complete"
  FROM v$session_longops
 WHERE opname LIKE ‘RMAN:%‘
      AND opname NOT LIKE ‘RMAN: aggregate%‘;
       SID    SERIAL# CONTEXT      SOFAR  TOTALWORK % Complete
---------- ---------- ---------- ---------- ---------- ----------
 8    5       1     329181437312    75.27
       192   31       1     281220456096    61.66

恢复完成:

SELECT sid,
       serial#,
       CONTEXT,
       sofar,
       totalwork,
       round(sofar / totalwork * 100, 2) "% Complete"
  FROM v$session_longops
 WHERE opname LIKE ‘RMAN:%‘
  9     AND opname NOT LIKE ‘RMAN: aggregate%‘;
       SID    SERIAL# CONTEXT      SOFAR  TOTALWORK % Complete
---------- ---------- ---------- ---------- ---------- ----------
 8    5       1     437312437312      100
       192   31       1     456096456096      100

简单备份脚本:

run
{
allocate channel C1 device type disk maxpiecesize=51200M;
allocate channel C2 device type disk maxpiecesize=51200M;
sql ‘alter system switch logfile‘;
crosscheck archivelog all;
delete noprompt expired archivelog all;
delete noprompt archivelog until time ‘sysdate-15‘;
backup incremental level=0 tag=‘db0‘ as compressed backupset database include current
controlfile format ‘/back/level0/df_%U.bak‘;
release channel C1;
release channel C2;
crosscheck backup;
delete noprompt obsolete;
delete noprompt expired backup;
}
时间: 2024-10-11 07:08:27

Oracle 11g rman备份相关的相关文章

利用SHELL脚本来验证Oracle数据库RMAN备份集的有效性

利用SHELL脚本来验证Oracle数据库RMAN备份集的有效性 作者:赵全文  网名:guestart 我们生产环境的Oracle数据库都做了RMAN备份,是采用了一周的RMAN备份保留策略:除了使用RMAN备份以外,我们还使用了爱数(Eisoo)备份软件来进行备份,可以说是做到了有备无患.可是,如果有一天,Oracle数据库由于主机层面硬件原因或是数据库层面的原因不能对外提供高可用服务的时候,假设数据丢了一大部分,我们只有用RMAN备份来进行恢复,再如果发现,RMAN备份失效了,那就往地缝里

Oracle 11G RMAN 单实例异机恢复

数据备份当然是为数据恢复准备,新环境的oracle一直在进行备份,但都没有测试验证备份的有效性,所以本次测试的重要性不言而喻了!以下为WIN平台下RMAN异机恢复实例. 源库 目标库 操作系统 WIN SVR 2008 R2 WIN SVR 2008 R2 主机名 Ora ORATEST IP 192.168.18.20 192.168.18.25 数据库版本 11.2.0.1.0 11.2.0.1.0 存储方式 单实例 单实例 ORACLE_HOME D:\app\Administrator\

Oracle 12c RMAN备份文档

创建备份目录,查看剩余空间 [[email protected] ~]$ df -h df: '/home/oratest/.gvfs': Permission denied Filesystem Size Used Avail Use% Mounted on /dev/mapper/centos-root 450G 27G 423G 6% / devtmpfs 5.8G 0 5.8G 0% /dev tmpfs 5.8G 2.9G 3.0G 50% /dev/shm tmpfs 5.8G 34

oracle数据库rman备份计划及恢复

1.rman完全恢复的前提条件:历史的datafile,controlfile和spfile备份,加上完整的archivelog和完好的redolog. 2.rman备份脚本: a.RMAN 0级备份命令: run{ allocate channel c1 type disk; allocate channel c2 type disk; allocate channel c3 type disk; backup incremental level 0 tag 'level0' format "

Oracle之RMAN备份及还原

RMAN可以进行增量备份:数据库,表空间,数据文件 只有使用过的block可以被备份成backup set 表空间与数据文件对应关系:dba_data_files / v$datafile_header 在noarchivelog模式下,可以使用RMAN备份read-only和offline的表空间 ORACLE RMAN停机备份: 备份 RMAN连接上ORACLE,WINDOWS下在命令模式下 RMAN TARGET / 连接本地数据库用的是本地认证模式.RMAN连接数据库必须在dedicat

Oracle 11g 在备份导出时缺少表的问题

ORACLE 11G中有个新特性,当表无数据时,不分配segment,以节省空间. 解决方法: 1)insert一行,再rollback就产生segment了 该方法是在在空表中插入数据,再删除,则产生segment.导出时则可导出空表. 2)设置deferred_segment_creation参数 SQL> show parameter deferred_segment_creation NAME TYPE VALUE ------------------------------------

oracle 11g 基于备份的rman duplicate

基于备份的rman duplicate 命令来创建standby database 前提条件: 保证原库数据库的备份,归档对于standby 端是完全可见的, 这里假设原库和目标端数据文件,日志文件等所有文件存放结构完全相同: 配置主库,备库静态监听,主库处于归档模式,和force logging 1.对主数据库进行必要的更改. a. 启用 force logging. b. 如果没有密码文件,则创建密码文件. c. 创建备用 redo 日志. d. 修改参数文件,使其适用于 Dataguard

oracle 11g RMAN:Active Database Duplication for standby database 创建dg 命令解读

基于生产的duplicate 复制,如果事先没有手动配置pfile(设定内存,进程,dg相关配置参数,数据库相关路径参数)则会出现各种参数无法转换的问题: 因为duplicate 会从生产自动拷贝pfile,控制文件,密码文件过来,如果主库和备库环境不一样(数据库软件路径,数据文件存储路径) 如果没在duplicate的命令中完整指定新环境备库的各种参数涉及路径,及转换参数,就会默认使用从主库拷贝过来的spfile中的参数设置(会忽略oracle 自定义的的缺省配置:比如adr 缺省会放在ORA

Oracle 11g 利用备份复制数据库

测试在同一机器不同数据库实例复制数据库 1.环境 Target DB: IP:10.131.119.114 HOSTNAME:openstack-node1.example.com ORACLE_SID:orcl11g Auxiliary DB: IP:10.131.119.114 HOSTNAME:openstack-node1.example.com ORACLE_SID:aux 2.创建Auxiliary DB 参数文件 [[email protected] dbs]$ cat inita