Posts Tagged ‘sequences’

getting multiple values from sequences

2008-03-20 13:07:52 CET | 9 Comments | Tags: , , , ,

there are this situations where you need (or you think you need) to get multiple values from sequence.

for example - you’re importing lots of data: some objects, some objects which relate to base objects, and so on.

of course you can do it all with simple inserts, and currval, but it would be rather slow:

- MORE -