Creating ORACLE sequence
515549Jul 3 2006 — edited Jul 3 2006Hi,
I have a variable called ID. Now I want to insert values into a talble which has this ID field. I have intialised this variable to 1. I want to create an oracle sequence for this field(ID) so that I can use ID.nextval in my insert statement in order to populate this field.
How can I do it.
Thanks in advance