Question

I need to insert a new row with a new rowID. Does oracle do this automatically or is there something i need to use. I know with sequences you can do mysequence.nextVal or something similar. Is there anything like this for rowID?

Was it helpful?

Solution

Oracle handles rowid automatically. RowId Info and more RowId Info

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top