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!

ORA-01555 Snapshot too old, rollback segment too small after flashback tab

797985Nov 12 2010 — edited Nov 12 2010
Hello

Further to an update on a table in database, I realize that I have done an error and I want to come back in the state of table before this operation.

For this I use 'Flashback table' as this command :

flashback table 'table_name' to timestamp to_timestamp('2010-11-08 08:00:00 AM','YYYY-MM-DD HH:MI:SS PM')

and I get this error :

ORA-01555 :Snapshot Too Old rollback segment N° x , "_SYSSMU9$", too small

What I can do to not have this problem ? can I avoid it ?

Please helps .

Regards

Edited by: 794982 on 12 nov. 2010 05:05

Edited by: 794982 on 12 nov. 2010 05:05

Edited by: 794982 on 12 nov. 2010 05:06
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 10 2010
Added on Nov 12 2010
11 comments
2,275 views