Here's my problem :
1 - I read a file and split a certain range in each row to extract a code.(done)
2 - I need To create a sequence for the extracted code, so I can get next value for each.
3- I need to be sure that each "nextvalue" would be unique because of the Load Balancing on two weblogic
4 - I'm using Oracle so I can't just use an auto incremente
Given all this all I can do in Database side is to create the table wich will contain all sequences, then auto increment the needed column. Maybe I got it wrong.
If you can help, thank you a lot