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 data type

126857Jan 31 2007 — edited Feb 1 2007
Hi All,

I pass rowid from select stmt to update stmt in plsql, so update is quicker. There is bunch of if else statements before update is issued.

Question is I declared v_rowid to be varchar2 and it gives me numeric error. Should I declare it as rowid data type ? Do I have to worry about the size ?

Thanks for any help

Vissu
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 1 2007
Added on Jan 31 2007
8 comments
631 views