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 -> Re: Issue with creating tables

Re: Issue with creating tables

From: <laszlo_spamhole_at_freemail.hu>
Date: 24 May 2005 05:41:50 -0700
Message-ID: <1116938510.240475.261140@z14g2000cwz.googlegroups.com>

Carlos wrote:
> You can SELECT FROM the tables created on the fly with another
EXECUTE
> IMMEDIATE 'SELECT...'. (They must exist when the select is executed).
>
> hth.

Thanks... I figured this would work, but since I need to do a lot of stuff with the selected data (and don't really feel like funneling my entire code through EXECUTE IMMEDIATE), this probably isn't the best solution.

> Carlos.

Laszlo Received on Tue May 24 2005 - 07:41:50 CDT

Original text of this message

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