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

Home -> Community -> Usenet -> c.d.o.server -> Re: recovering data

Re: recovering data

From: xueyang <xueyangy_at_singnet.com.sg>
Date: Fri, 17 Jan 2003 10:08:03 +0800
Message-ID: <b07ntm$q7l$1@reader01.singnet.com.sg>


you can't recover the database to a previous date unless you have a older full backup and all the archive log files after that full backup. So if you accidentally dropped or truncated a table, and you want to recover it:

Method 1:
import the table from the latest export file which include the table,

Method2:
incomplete recovery( you need a full backup which was backup before you dropped the table and all the archive logfiles after that full backup)

Method3:
Reload the data into the table manually.

"Antonio Da Silva" <news_at_nioto.com.NoSpamMerci> wrote in message news:b07be0$b8s$1_at_news-reader10.wanadoo.fr...
> Hi,
>
> I just remove all content from a table in an Oracle 9i server,
>
> after many tries to restore it with the redologs, I can
> get it back,
>
> I use :
> --
> sql> connect internal
> sql> shutdown
> sql> startup mount
> sql> recover database until ='16-JAN-2003:00:00:00'
> sql> alter database resetlogs
> ---
> No error are displayed, and
> oracle says that recovery is done, but my table is always empty,
> did I miss something ?
>
> Thanks
>
>
> Tonio
>
Received on Thu Jan 16 2003 - 20:08:03 CST

Original text of this message

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