Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ROWID Returning NULL

743240Sep 21 2010 — edited Oct 3 2010
I am surprised while got NULL (Not No Rows Returned) value in Selecting ROWID ... how it is possible and why ...
can any one help me out?
eg.,

select ROWID --into l_row
from <table>
where <cond1>
and <cond2 >

I required this rowid to use it in an UPDATE statement.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 31 2010
Added on Sep 21 2010
6 comments
3,125 views