DBAsupport.com Forums - Powered by vBulletin
Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: Hot backup in 8i

  1. #1
    Join Date
    Feb 2009
    Posts
    49

    Hot backup in 8i

    Hi all,

    I have couple of doubts regarding backup...

    1) Is there any hot backup concept in oracle 8i. if yes then there also we are using same command alter tablespace begin/end backup or any other command...?

    2) Is there any incremental hot backup concept without using RMAN in any version...I got this ques during one intw and interviewer told it is there

    if it is not there then how we will take backup of a DB having 1TB if backup is scheduled every day...?

    Thanks,
    tmg

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    1) yes rman and alter tablespace commands
    2) yes - using the alter tablespace command

    reading the manuals would haave, of course, answered all your questions

  3. #3
    Join Date
    Feb 2009
    Posts
    49
    Hi davey23uk,

    I didnt got it....Can u pls explain...

  4. #4
    Join Date
    Nov 2000
    Location
    Pittsburgh, PA
    Posts
    4,166
    Here is some information on how to backup an Oracle database.

    http://www.orafaq.com/wiki/Oracle_da...d_Recovery_FAQ

  5. #5
    Join Date
    Feb 2009
    Posts
    49
    Can any one answere for this question

    2) Is there any incremental hot backup concept without using RMAN in any version...I got this ques during one intw and interviewer told it is there

    if any please explain.....

    if it is not there then how we will take backup of a DB having 1TB if backup is scheduled every day...?

  6. #6
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    Quote Originally Posted by tmgsam View Post
    Can any one answere for this question

    2) Is there any incremental hot backup concept without using RMAN in any version...I got this ques during one intw and interviewer told it is there

    if any please explain.....

    if it is not there then how we will take backup of a DB having 1TB if backup is scheduled every day...?

    whay have you just asked the same question again while ignoring the answers give to you?

    the answer is YES, see above

  7. #7
    Join Date
    Feb 2009
    Posts
    49
    ok now here comes ...if incremental hot backup concept is there withot RMAN can u pls give me some link which will explain incremental hot backup without RMAN or can u pls explain with a samll example. Above given link is just some FAQ.

    I want t know in detail incremental hot backup concept without RMAN

  8. #8
    Join Date
    Mar 2007
    Location
    Ft. Lauderdale, FL
    Posts
    3,555
    Quote Originally Posted by tmgsam View Post
    I want t know in detail incremental hot backup concept without RMAN
    Do you know what an incremental backup is?
    If yes, please describe it in just one paragraph.
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.

  9. #9
    Join Date
    Feb 2009
    Posts
    49
    yes sure. I have a DB with size 100gb . I took full backup and today after the transaction peak time the db size is 120gb.Instead of taking complte 120gb we can go for 20 gb that is incremental backup as per my knowledge.Now this can be done with RMAN but I wannt to know how we will do this withot RMAN and those commands.

  10. #10
    Join Date
    Mar 2007
    Location
    Ft. Lauderdale, FL
    Posts
    3,555
    Wrong. An incremental backup would analyze each datablock in every single datafile and backup only the data blocks that have changed since the last backup.

    Correct. You can do it with RMAN.
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.

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