Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> <table>.Delete do not work why ?
My best regards to all!
Please help in some problem:
I have folowing declaration in PL/SQL
DECLARE
TYPE num_array IS TABLE OF ....
numList num_array;
BEGIN
....
numList.DELETE;
PLS-00201: identifier 'NUMLIST.DELETE' must be declared
Why ?
Thaks for all answers Received on Tue May 27 1997 - 00:00:00 CDT
![]() |
![]() |