|
|
|
|
|
|
|
|
| Re: HOW TO STORE ROWID DATA BY USING ROWID DATA TYPE? [message #643604 is a reply to message #643596] |
Tue, 13 October 2015 07:28   |
cookiemonster
Messages: 13975 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
To be clear - it's not at all safe to do that as rowids can change over time.
The won't change for the duration of a transaction - WHERE CURRENT OF with cursors wouldn't work otherwise - so you can use them within a transaction but you certainly shouldn't hold onto them past that.
|
|
|
|
|
|
|
|