Skip to Main Content

SQL & PL/SQL

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!

Oracle Latch Contention when jobs are running in parallel using DBMS_SCHEDULER.

2753817Sep 30 2015 — edited Oct 1 2015

Hi Folks

We are frequently coming across oracle latch contention issues when the application related to procedure is running in parallel using DBMS_SCHEDULER.

I did an extensive research to find an option to avoid it, but there are more option for DBAs to fix it.

Being a Oracle developer, I would like to know what are the best practices, possible ways and suggestions to make changes to the program to handle the latch contention.

From what I read using bind variables and sharing the cursor are the option I have in hand to try.

Any more suggestion is highly appreciated. Thanks !!

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 29 2015
Added on Sep 30 2015
4 comments
271 views