Niladri Biswas posted 2 Years ago
Hi,
We cannot use "IDENTITY" for generating sequential numbers in Oracle as we do in Sql server. We have to do so by using Sequence.
Steps
a) First create a sequence
b) Create the table
c)Insert record into the table (created at step b) using sequence...