PL/SQL (MOSC)

MOSC Banner

How to reduce concurrency on a sequence

edited May 4, 2016 2:17PM in PL/SQL (MOSC) 16 commentsAnswered

We have many sessions running at the same time. (at least around 50 sessions)

They are all getting the nextval on the same sequence. (each session is getting around 10,000 sequence ids)

This is causing high concurrency issues on the sequence. 

Is there a good way to do this to reduce concurrency?

We are currently running Oracle Version: 11.2.0.3.0

We will be moving to Oracle 12C in the next 3 months.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center