image copy and the difference between the backup set

1, at up to disk prior to storage, backup set can use the oracle's own compression algorithm of the binary data files and archive log compression, and image copy will not do.
2, backup set will not be included free block, if one has never been written into the data block, then in rman, we will ignore these empty block, and the image copy is not, so the use of backup set is usually faster than the image copy and a smaller space.
3, incremental backup backup set can achieve, can not achieve image copy.
4, if you rman to tape drive installed, you can backup directly to tape backup set, but can not directly image copy backup to tape.
5, both of which can dump rman, but not the operating system level backup set to generate and dump.
6, rman can detect whether or not the 2 damage (corruption), through the operating system image copy backup instrument for the time and can not check corruption.
  • del.icio.us
  • StumbleUpon
  • Digg
  • TwitThis
  • Mixx
  • Technorati
  • Facebook
  • NewsVine
  • Reddit
  • Google
  • LinkedIn
  • YahooMyWeb
Tags:

Related Posts of image copy and the difference between the backup set

  • image copy and backup set the difference between

    1, at up to disk prior to storage, backup set can use the oracle's own compression algorithm of the binary data files and archive log compression, and image copy will not do. 2, backup set will not be included free block, if one has never been wr ...

  • oracle How does it work (zt) - Comparison of image

    [CU Forum Private collection] I believe we saw this article on how Oracle has a knowledge of the image! From ----" Oracle backup and recovery " -------------------------------------------------- --------------------------------------------- ...

  • Copy to change the instance name to use RMAN

    Copy target database (non-archived) to the test1 database. (Same machine) rn On the same server, copy the backup, make sure the operating system to deal with another instance of an ORACLE or auxiliary instance, and have enough memory and disk space. ...

  • Block media recovery

    rn rn Block media recovery (BLOCKRECOVER command) rnrnrnrn rn 1) indicates the latest RMAN backup sets from a file or image copy to restore and recover a specified block of data: RMAN> blockrecover datafile 7 block 5; 2) BLOCKRECOVER command can a ...

  • RAC environment, the database backup (1)

    rn RAC environment, backup, recovery and general database backup, recovery is some difference. rn rn rn This difference mainly reflected in the particularity of the RAC environment. rn According to Oracle's RAC environment, different, RMAN backup ...

  • ORACLE user-defined backup and recovery notes

    Source: Net sea cockle-pickers Backup type Backup Method Example Data file Operating system command or tools C: COPY datafile1.ora datafile.bak Archived redo log files Operating system command or tools C: COPY log_01_23.arc log_01_23.bak Control file ...

  • Conventional. Increments. Differential backup and the advantages and disadvantages of the difference (change)

    Differential backup and incremental backup, the backup only the data changes. However, the former backup is "the cumulative (cumulative)" - and a file since the last full backup as long as after, and was updated, then the next to do a diffe ...

  • rman incremental backups

    Including two kinds of incremental backup level: 0,1. 0 incremental backup and full backup of the difference is: The backup has never strategies for incremental backups. 0 incremental backup as a backup parent incremental backup, An incremental backu ...

  • Copy user data between the copy from

    Copy data between users SQL> copy from user1 to user2 create table2 using select * from table1; SQL> copy from scott / tiger to hr create dept using select * from dept; SP2-0519: FROM string missing Oracle Net @ database description SQL> cop ...

  • Users to copy data copy from

    Copy data between users SQL> copy from user1 to user2 create table2 using select * from table1; SQL> copy from scott / tiger to hr create dept using select * from dept; SP2-0519: FROM string missing Oracle Net @ database description SQL> cop ...

Leave a Reply

Recent
Recent Entries
Tag Cloud
Random Entries
Latest Comments