Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-01153: an incompatible media recovery is active

954935Aug 17 2012 — edited Aug 17 2012
hello,

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
This post has been answered by Shivananda Rao on Aug 17 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 14 2012
Added on Aug 17 2012
5 comments
5,044 views