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

Orcl ApexJun 19 2018 — edited Jun 22 2018

Hi All,

I have a ROWID and I want to find row in table using the rowid but it's not giving me anything.

SELECT *

FROM ont.oe_order_lines_all a

JOIN (

    SELECT TO_CHAR ('AAAKHvAA0AAN38+AAB') rid

    FROM dual

) b ON b.rid   = a.rowid;

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 20 2018
Added on Jun 19 2018
45 comments
1,306 views