auto-increment identity column through procedure in oracle 10g on windows
NehaRKMar 16 2013 — edited Mar 18 2013Hi,
I need identity primary key which should be auto increment before while inserting data into table.
for this i had use sequence and then trigger to increment it.
but now i need to increment it in Procedure, while my procedure is having code to insert data in same table which has primary key