Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: ORA-06502 PL/SQL Error

Re: ORA-06502 PL/SQL Error

From: <dc-johnson_at_home.com>
Date: Fri, 30 Oct 1998 13:35:45 -0800
Message-ID: <axq_1.3780$IE2.6727584@WReNphoon1>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US