+ 1
Is their any other way of auto_increment in oracle other than sequence
2 Respostas
0
Not in versions before Oracle 12 - you would need a sequence and a trigger.
Oracle 12 introduces an IDENTITY column type to which will auto increment when now rows are added.
0
you can use INCREMENT constraint