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

  • From: "Juan Carlos Reyes Pacheco" <juancarlosreyesp@xxxxxxxxx>
  • To: "Oracle Freelists.org" <Oracle-L@xxxxxxxxxxxxx>
  • Date: Fri, 11 Aug 2006 15:39:50 -0400

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] [] [] []

Other related posts: