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!

Oracle 11g Total Recall: alter table Schema.table no flashback archive.Hang

65484Aug 18 2009 — edited Mar 10 2010
alter table Schema.table no flashback archive...Hangs

This command will run but Oracle is taking a very long time to actually remove the table
from Total Recall or even it hangs for 4-5 days.
You can query dba_flashback_archive_tables and it will still the table is there


When we tried to re-issue the ALTER TABLE command to disable flashback archive,

we got ORA-55602: The table "Schema.Table" is not enabled for
Flashback Archive.


If you try to re-enable the table for Total Recall you get an error

ORA-55624: The table "string"."string" cannot be enabled for Flashback Archive at this point
Cause: An attempt was made to enable Flashback Archive again on a table which was just disabled.
Action: Try again later.

Again suggesting that a process is falling behind and just needs to catch up.

I Guess FlashBack Database Archive (FBDA) process is slow writing to the system tables....
and if thats not finished we cant disable the recall...Can we make this process fast

Have anyone encountered this before....


Thanks in Advance
Gagan
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 1 2010
Added on Aug 18 2009
10 comments
3,745 views