Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Maximum fetch in a cursor
The value error could be due to your fetch of a rowid (a binary value) into
v_row (declared as varchar2(50)) or the fetch of web_date (i guess it is
date datatype) into v_web_date (varchar2).
Check web_date or try declaring v_row as rowid datatype or urowid datatype
and execute.
Good luck
John Chiu Received on Wed Sep 29 1999 - 13:45:59 CDT
![]() |
![]() |