Someone can help me explain how do I increase the rollback area in an Oracle 9.2.0.5?
ORA-01555
-
- Rank: Estagiário Júnior
- Posts: 2
- Joined: Thu, 24 Feb 2005 7:40 am
- Location: Recife - Pernambuco
Grato,
Juarez
Juarez
ORA-01555 snapshot too old: rollback segment number string with name "string"
too small
Cause: Rollback records needed by a reader for consistent read are overwritten
by other writers.
Action: If in Automatic Undo Management mode, increase the setting of
UNDO_RETENTION. Otherwise, use larger rollback segments.
UNDO_RETENTION
if I am not mistaken the default is 900 seconds.You can set it in the startup parameter
UNDO_RETENTION = 10
or manually
ALTER SYSTEM SET UNDO_RETENTION = 5;
[] 's
Ahhhh if you need to change the rollback segment,
I think that's it aí
[] 's: Wink :
ALTER ROLLBACK SEGMENT NOME_DO_SEGMENTO
STORAGE (MAXEXTENTS NOVO_VALOR_DO_SEGMENTO);
[] 's: Wink :
-
- Information
-
Who is online
Users browsing this forum: No registered users and 1 guest