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

Thread: backup recover

  1. #1
    Join Date
    Jan 2000
    Location
    san jose
    Posts
    149
    time t:
    make a consistent whole database backup.

    time t+1:
    add a new tablespace named tb1
    add a new tablespace named tb2
    drop tablespace users

    time t+2
    drop tablespace tb1.

    time t+3
    disaster.
    can i use current control file to perform point-in-time
    recover to time t+1?

  2. #2
    Join Date
    Dec 2000
    Location
    Ljubljana, Slovenia
    Posts
    4,439
    No, you have to use backup controlfile in this case.

    For incomplete recovery you can use the current controlfile only if there has been no changes in the physycal database structure between the time you are performing PIT recovery to and present. In your case, the database structure must not have been changed between t+1 and now if you want to use current controlfile.
    Jurij Modic
    ASCII a stupid question, get a stupid ANSI
    24 hours in a day .... 24 beer in a case .... coincidence?

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