In SQL Server it requires certain option to be ON to insert value in ID
column – SET IDENTITY_INSERT table ON
.
Could someone help me with the Oracle equivalent? Or will Oracle allow ID value to be inserted by default?
What should we replace SET IDENTITY_INSERT table ON/OFF
with in Oracle?