1

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?

auwall
  • 743
  • 2
  • 8
  • 9

1 Answers1

2

Oracle handles rowid automatically. RowId Info and more RowId Info

Zach Green
  • 3,421
  • 4
  • 29
  • 32