Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: ORA-06502 PL/SQL Error
I've also seen this message if you are trying to use (check, compare,
search...) a
non-initialized array table or a non-initialized record
within an array.
ie -
if (array(1).record1 = NULL) then
...
end if;
if the array and/or the record are not initialized then the result, if I
remember right was a 6502 error.
Good luck, DJ
-**** Posted from Supernews, Discussions Start Here(tm) ****- http://www.supernews.com/ - Host to the the World's Discussions & Usenet Received on Fri Oct 30 1998 - 15:35:45 CST
![]() |
![]() |