ORA-01153: an incompatible media recovery is active
954935Aug 17 2012 — edited Aug 17 2012hello,
the phsical standby is created (11.1.0.7), usng real time apply.
go to standby database :
SQL> select flashback_on from v$database;
FLASHBACK_ON
------------------
NO
SQL> alter database flashback on;
alter database flashback on
*
ERROR at line 1:
ORA-01153: an incompatible media recovery is active
question here:
1. if I can use flashback in a standby database?
2. if yes, how can I turn it on?
thank you
951932