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

Home -> Community -> Usenet -> c.d.o.tools -> DELETE ident_arr PL/SQL table

DELETE ident_arr PL/SQL table

From: Mac Flores IV <macflores_at_northwestern.edu>
Date: 18 May 2001 16:27:55 GMT
Message-ID: <slrn9gajca.g35.macflores@suzuki.wmitc.nwu.edu>

I'm getting an error when I try to delete an entry from a PL/SQL table:

"PLS-00363: expression 'FT_CORRECT' cannot be used as an  assignment target"

The relevant code is as follows:

PROCEDURE my_procedure( ft_correct IN owa_util.ident_arr ) IS
BEGIN
.
.
.

	ft_correct.DELETE( ft_correct.LAST );

.
.

END; What seems to be wrong in this snippet . . .? Any suggestions/help/solutions greatly appreciated. Received on Fri May 18 2001 - 11:27:55 CDT

Original text of this message

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