Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: URGENT: need help by point in time recovery

Re: URGENT: need help by point in time recovery

From: <DBarbour_at_austin.isd.tenet.edu>
Date: Wed, 13 Feb 2002 13:14:11 -0800
Message-ID: <F001.0040EADF.20020213131447@fatcity.com>

Don't do #1 or #5. Make sure you don't restore redo logs in #2. Step #4 - Startup Mount
Step #6 -

                                                                                       
             
                                                                   recover database 
until time      
                                                                   
'YYYY-MM-DD:HH:MI:SS'using       
                                                                   backup controlfile; 
             
                                                                                       
             
                                                                   THEN                
             
                                                                                       
             
                                                                   alter database open 
resetlogs;   
                                                                                       
             




David A. Barbour
Oracle DBA, OCP
AISD
512-414-1002

                                                                                       
                            
                    v.schoen_at_inpla                                                     
                            
                    n.de                 To:     Multiple recipients of list ORACLE-L 
<ORACLE-L_at_fatcity.com>       
                    Sent by:             cc:                                           
                            
                    root_at_fatcity.c       Subject:     URGENT: need help by point in 
time recovery                  
                    om                                                                 
                            
                                                                                       
                            
                                                                                       
                            
                    02/13/2002                                                         
                            
                    02:32 PM                                                           
                            
                    Please respond                                                     
                            
                    to ORACLE-L                                                        
                            
                                                                                       
                            
                                                                                       
                            




Hi list,

I have a urgent problem. One of our developers has deleted all rows of a table on production database (database of a customer from us). We have a nightly cold backup and database is running in archivelog mode. On same server we have a test instance which has same structure as prod instance, only the folders are others. What I like to do is:

  1. go to production and backup controlfile to trace
  2. copy the cold backup (production) from last night into this test instance folders (datafiles, controlfiles...)
  3. copy archive logs of production to archive log folders from test
  4. startup testinstance nomaount
  5. create new controlfile with backuped controlfile from trace
  6. recover database until 'yyyy-dd-mm hh:........
  7. export deleted table and import it in production database

My question is, if I make a clone of a database from a nightly cold backup, can I recover the database with newer archivelogs. Or is there any other method to get my data back (I don't have a actual export of database)?

TIA Volker Schoen
E-Mail: v.schoen_at_inplan.de
http://www.inplan.de

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author:
  INET: DBarbour_at_austin.isd.tenet.edu

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Wed Feb 13 2002 - 15:14:11 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US