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-01554: transaction concurrency limit reached reason

user286179Jul 26 2011 — edited Jul 26 2011
Hi Team,

I am getting below error

ORA-01554: transaction concurrency limit reached reason:no undo segment found with available slot params:0, 0

Google hit says : Action: Shutdown the system, modify the INIT.ORA parameters transactions, rollback_segments or rollback_segments_required, then startup again._


I am on 11gR2 with oracle enterprise linux. My init.ora parameters are like below

SQL> show parameter undo;

NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
undo_management string AUTO
undo_retention integer 900
undo_tablespace string UNDOTBS4
SQL> show parameter rollback;

NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
fast_start_parallel_rollback string LOW
rollback_segments string
transactions_per_rollback_segment integer 5
SQL> show parameter transaction;

NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
transactions integer 8289
transactions_per_rollback_segment integer 5


Any suggestion to avoid that error , without bouncing the database?
Please Advice

Thanks

Edited by: user12096071 on Jul 26, 2011 3:14 PM
This post has been answered by Hemant K Chitale on Jul 26 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 23 2011
Added on Jul 26 2011
4 comments
11,203 views