Auto increment the primary key
514521Sep 20 2006 — edited Sep 20 2006Is there a way in oracle to set up auto increment e.g., the primary key of a table (number(4)) - start at one, increment by one - during the creation of the schema as some of the other databases do?
I am trying to get away from using "Nextval" (whatever) from within a java application. I am uploading images (blob) and don't always know how many images exist.
Thanks