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: EXECUTE IMMEDIATE + BULK COLLECT without knowing in advance the number of columns fetched ?

Re: EXECUTE IMMEDIATE + BULK COLLECT without knowing in advance the number of columns fetched ?

From: William Robertson <williamr2019_at_googlemail.com>
Date: Sat, 15 Sep 2007 23:21:58 -0700
Message-ID: <1189923718.127757.206690@n39g2000hsh.googlegroups.com>


On Sep 14, 1:45 pm, codadilupo <codadil..._at_operamail.com> wrote:
> DA Morgan wrote:
> > Your question was about EXECUTE IMMEDIATE and BULK COLLECT.
>
> Perhaps I did't explained me too well. My question was: how can I code a
> SELECT statement using EXECUTE IMMEDIATE ... BULK COLLECT INTO if I
> don't know in advance the number of columns to fetch? (I can only assume
> they are all NUMBERs). I noticed the code you posted: perhaps it is me,
> but I'm not able to see the relationship with my issue.
>
> Thank you. Kind regards,
>
> --
> CdL

Have a look at this article on method 4 dynamic SQL in PL/SQL: http://www.oracle-developer.net/display.php?id=422 Received on Sun Sep 16 2007 - 01:21:58 CDT

Original text of this message

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