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 -> <table>.Delete do not work why ?

<table>.Delete do not work why ?

From: Bors <bors_at_park.ru>
Date: 1997/05/27
Message-ID: <01bc6a92$de9cf8d0$643fd1c3@bors>#1/1

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

Original text of this message

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