Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Flashback query and ORA-01555, rollback segs
9.2.0.5 EntEd AIX5L
We are using rollback segments due to the fact that our compatible parameter is still set to 8.1.0
On to the problem.
A user calls and ooops, they've updated 2000 records that shouldn't
have been updated. I get a call wanting me to recover/restore that
table from last night's backup from tape. I don't want to so I tell
them try to use a flashback query.
I ran the query and it returns the first portion 50% of the rows but
then gives me an ORA-01555: snapshot too old: rollback segment number
121 with name "RBS204" too small.
Is that due to the fact that her update or another transaction aged out
the portion of the data that is giving this, or is due to the RBS204
rollback seg not being large enough to give me all the data that is
being returned?
Is there something I can do to get it back, short of restore from tape? Received on Thu Dec 07 2006 - 11:52:36 CST