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

Home -> Community -> Usenet -> c.d.o.misc -> PL/SQL Nested Table inside a SQL statement

PL/SQL Nested Table inside a SQL statement

From: Mirko <mirkocarlini_at_yahoo.co.uk>
Date: 9 Oct 2003 10:01:54 -0700
Message-ID: <91c9533c.0310090901.a856986@posting.google.com>


Hi,
I have a PL/SQL procedure (inside a package) with the following SQL code:

  INSERT INTO set_day_substore_r_k

            (day_id, ...)
  SELECT e.day_id,...
  FROM
  e,
  TABLE(datetimes_required) dtr,

ORA-22905: cannot access rows from a non-nested table item
ORA-06512: at "M.PACKAGENAME", line 842
ORA-06512: at line 1

Line 842 is the BEGIN of the procedure.

Any ideas?
THANK YOU,
Mirko PLEASE REPLY TO: mirko.carlini_at_libero.it Received on Thu Oct 09 2003 - 12:01:54 CDT

Original text of this message

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