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: <andrewst_at_onetel.com>
Date: 24 May 2005 05:14:25 -0700
Message-ID: <1116936865.638699.50830@g47g2000cwa.googlegroups.com>


laszlo_spamhole_at_freemail.hu wrote:
> Hi. I'm relatively new to plSQL, and I have a bit of a problem. I'd
> like to make a package with one procedure creating some tables, and
> another procedure SELECTing from them.
>
> Is this even possible? My problem is that (as far as I know), plSQL
> only allows creating tables through EXECUTE IMMEDIATE. And if the
table
> creator procedure uses EXECUTE IMMEDIATE to create the tables, the
> other procedures can't see that the tables exist, and the whole thing
> refuses to compile, giving a "Table or view does not exist" error.
>
> Any help with this one?

What is it you are trying to achieve, really? In all probability, creating tables via EXECUTE IMMEDIATE is not the correct solution. Mayeb you want a GLOBAL TEMPORARY table? Received on Tue May 24 2005 - 07:14:25 CDT

Original text of this message

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