ORA-01545: rollback segment 'string' specified not available



ORA-01545: rollback segment 'string' specified not available..

Answer / guest

Cause: Either: 1) An attempt was made to bring a rollback
segment online that is unavailable during startup; for
example, the rollback segment is in an offline tablespace.
2) An attempt was made to bring a rollback segment online
that is already online. This is because the rollback segment
is specified twice in the ROLLBACK_SEGMENTS parameter in the
initialization parameter file or the rollback segment is
already online by another instance. 3) An attempt was made
to drop a rollback segment that is currently online. 4) An
attempt was made to alter a rollback segment that is
currently online to use unlimited extents. 5) An attempt was
made to online a rollback segment that is corrupted. This is
because the rollback is specified in
_corrupted_rollback_segments parameter in initialization
parameter file.

Action: Either: 1) Make the rollback segment available; for
example, bring an offline tablespace online. 2) Remove the
name from the ROLLBACK_SEGMENTS parameter if the name is a
duplicate or if another instance has already acquired the
rollback segment. 3) Bring the rollback segment offline
first. This may involve waiting for the active transactions
to finish, or, if the rollback segment needs recovery,
discover which errors are holding up the rolling back of the
transactions and take appropriate actions. 4) Same as 3). 5)
Remove the name from the _corrupted_rollback_segments parameter.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-01114: IO error writing block to file string (block # string)

1 Answers  


NCR-04007: NCRR: Invalid object handle

1 Answers  


IMG-02005: 2FF05 - incorrect color specification

1 Answers  


ORA-31115: XDB configuration error: string

1 Answers  


PCC-00061: Error at line number, column number. PLS-number: string

1 Answers  


TNS-12639: Authentication service negotiation failed

1 Answers  


ORA-24505: cannot change character set id on the handle

1 Answers  


ORA-07495: spwat: lm_wait failed.

1 Answers  


QSM-00763: the owner string is invalid while validating user-defined workload string.string

1 Answers  


IMP-00070: Lob definitions in dump file are inconsistent with database.

0 Answers  


ORA-36804: (XSTBLFUNC02) The OLAP_TABLE function encountered an error while parsing the LIMITMAP.

1 Answers  


ORA-39708: component 'string' not a string component

1 Answers  


Categories