rowid data type
126857Jan 31 2007 — edited Feb 1 2007Hi 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