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: Flashback to restore point on Oracle standard edition 10.2?

Re: Flashback to restore point on Oracle standard edition 10.2?

From: Juan Carlos Reyes Pacheco <juancarlosreyesp_at_gmail.com>
Date: Fri, 11 Aug 2006 15:39:50 -0400
Message-ID: <cd4305c10608111239i635ce6e1g7af1d8e15bab038@mail.gmail.com>


Be carefull because I'm starting to suspect this is a bug because I can't set it off even after deleting restore points SQL> alter database flashback off;

Base de datos modificada.

SQL> select flashback_on from v$database;

FLASHBACK_ON



RESTORE POINT ONLY And got a nice error when trying to run rman

RMAN> RUN{

2> ALLOCATE CHANNEL d1 DEVICE TYPE disk;
3> RECOVER DATABASE;
4> }

canal asignado: d1
canal d1: sid=99 devtype=DISK

Iniciando recover en 11/08/06
canal liberado: d1

RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: fallo del comando recover en 08/11/2006 15:27:13 RMAN-00600: internal error, arguments [4014] [1] [] [] []

--

http://www.freelists.org/webpage/oracle-l Received on Fri Aug 11 2006 - 14:39:50 CDT

Original text of this message

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