Copy of Oracle FAQ | ORACLE RECOVERY without DUL |
![]() |
![]() |
![]() |
Index >
ORACLE Server Parameters >
rollback_segments
rollback_segmentsOracle 10.0.1:
Oracle 9.2.0:
Oracle 8.1.7:
Oracle 8.0.6:
Oracle 7.3.4:
Related Error Messages:ORA-01545: rollback segment '%s' specified not available
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. ORA-01552: cannot use system rollback segment for non-system tablespace '%s'
Action: Create one or more private/public segment(s), shutdown and then startup again. May need to modify the INIT.ORA parameter rollback_segments to acquire private rollback segment. If this is a clone database being used for tablspace point in time recovery then this operation is not allowed. If the non-system tablespace has AUTO segment space management, then create an undo tablespace. ORA-01554: out of transaction slots in transaction tables
Action: Shutdown the system, modify the INIT.ORA parameters transactions, rollback_segments or rollback_segments_required, then startup again
This parameter is documented in the Oracle Server Reference Guide. Search for more info about [ rollback_segments ] on the Oracle FAQ.
|
![]() |
![]() | |