DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: Differential backup at O/s level

  1. #1
    Join Date
    Aug 2000
    Location
    Chicago IL
    Posts
    586

    Differential backup at O/s level

    Can somebody give me an idea what the differences is between incremental db level and diffrental backup o/s level??

    Jigar
    "High Salaries = Happiness = Project Success."

  2. #2
    Join Date
    Apr 2002
    Location
    Shenzhen, China
    Posts
    327
    Incremental DB backup is at data block level. Different OS backup is at file level.

    Please correct me if I am wrong.
    Oracle Certified Master - September, 2003, the Second OCM in China
    *** LOOKING for PART TIME JOB***
    Data Warehouse & Business Intelligence Expert
    MCSE, CCNA, SCJP, SCSA from 1998

  3. #3
    Join Date
    Sep 2001
    Location
    Düsseldorf, Germany.
    Posts
    588

    Re: Differential backup at O/s level

    Originally posted by jlakhani
    diffrental backup o/s level??
    There is no differential backup at O/S level..

    Incremental or differential incremental backups can be done by using RMAN, which is a block level backup... check "Recovery Manager User's Guide" for more info..

    You can do only full O/S level backup which is backup of physical datafile backup at OS level.

    Sameer

  4. #4
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    well if you are talking about incremental Oracle database backup then there is no way you can do it at OS level, tools like Veritas, Omniback which performs incremental OS backups do them at file level which is useless for Oracle because Oracle files are always checkpointed

    if you are talking about some SAN snapshot mechanism I believe you can do it at OS level (at least I was told so by Compaq several months ago)

    if you are talking about incremental data blocks then RMAN is the only way

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width