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: backup & recovery

Re: backup & recovery

From: Martin Haltmayer <Martin.Haltmayer_at_0800-einwahl.de>
Date: 2000/06/03
Message-ID: <39392476.5A4CCF7B@0800-einwahl.de>#1/1

Yes, you can loose data even if did not use "nologging" operations.

Do the following:

alter system switch logfile;
<do some transactions that are committed but not yet flushed to disk by DBWR. You can achieve this by setting your logging options so high that no data is flushed before a redo log switch. >
shutdown abort

Then physically remove all members of the group of the current redo log.

There is no way to replay the lost current redo log's entries.

Martin

zameer2_at_my-deja.com wrote:
>
> Hi,
>
> In archive log mode is there any chance that you might loss committed
> data ?
>
> Thanks for your feedback.
>
> Zameer
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Sat Jun 03 2000 - 00:00:00 CDT

Original text of this message

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