Skip to Main Content

Oracle Database Discussions

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!

ESTIMATED_FLASHBACK_SIZE

happy10319Mar 24 2010 — edited Mar 29 2010
Hi,
on 10g R2 on win 2003 server ,


in V$FLASHBACK_DATABASE_STAT table , ESTIMATED_FLASHBACK_SIZE is byte ? Mega bytes or else ?

I have this
SQL> select * from V$FLASHBACK_DATABASE_STAT;

BEGIN_TI END_TIME FLASHBACK_DATA    DB_DATA  REDO_DATA ESTIMATED_FLASHBACK_SIZE
-------- -------- -------------- ---------- ---------- ------------------------
24/03/10 24/03/10        2842624    1417216     718336                        87654987
Does it mean that I should have at least 87654987 on disk for db_recovery_file_dest ?

Thank you.
This post has been answered by Prathmesh B on Mar 24 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 26 2010
Added on Mar 24 2010
7 comments
2,677 views