PL/SQL (MOSC)

MOSC Banner

Using table of references to the sequences instead of table rows for generating sequeneces avoiding

edited Jun 22, 2012 12:52AM in PL/SQL (MOSC) 8 commentsAnswered
Hello,
Would like to replace the generating next  sequence value mehcanism implented with storing current values in tables with sequences.
But since the number of categories to be sequenced is bigger that would demands a lot of sequences and decision-retrieving logic that would decide for the right sequence
( dynamic sql to choose the right sequence name in select ...into ...from dual ).

Should I consider any special resource exception for use of
 greater number of seuquences, possible ddl locks during dynamic pl/sql ?

Grateful  for any idea, reference or experience,

Regards Ivan

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