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: stored procedure: dinamically create / insert / drop table

Re: stored procedure: dinamically create / insert / drop table

From: Frank van Bortel <fvanbortel_at_netscape.net>
Date: Thu, 20 May 2004 14:08:23 +0200
Message-ID: <c8i6sd$o5v$1@news1.tilbu1.nb.home.nl>


Jon wrote:

> Hi,
>
> during a procedure execution I want to dinamically create a table and insert
> rows in this table.
>
> execute immediate 'create table X1...';
> insert into X1;
>
> when trying to compile the procedure the problem is that X1 table does not
> exist so I have to use dynamic SQL to do the INSERT . Is there any way to
> avoid this problem?
>
> thanks,
>
>

What are you trying to do anyway? Why do you have a need to create a table 'on the fly'?
Platform/versions?

-- 

Regards,
Frank van Bortel
Received on Thu May 20 2004 - 07:08:23 CDT

Original text of this message

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