DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: considerations to reset undo retention, your opinion

  1. #1
    Join Date
    Jan 2006
    Posts
    39

    considerations to reset undo retention, your opinion

    I have run a long PL/SQL DML statement in oracle 9i. It come across ORA-01555 snapshot too old error. Since I use Oracle automatic undo mode for undo tablespace. I plan to reset undo retention parameter to overcome this bottleneck. The original undo retention is 900 sec. I calculated optimal undo retention based on my undo size, db_block_size and undo_block_per_sec. End up, I got optimal undo retention number is 18571 sec. This is equal to 5 hours. If I set this new parameter for roll back segment in undo tablespace, what would be the impacts? Please tell me your ideas. Thanks.

  2. #2
    Join Date
    Nov 2000
    Location
    Pittsburgh, PA
    Posts
    4,166
    You should change your code so that it runs faster, and does not process accross commits. Using pl/sql collections should help.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width