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 -> Dynamic sql failure

Dynamic sql failure

From: <william_hulse_at_hotmail.com>
Date: 29 Jul 2005 10:20:53 -0700
Message-ID: <1122657653.531479.205590@g44g2000cwa.googlegroups.com>


Hi all

The following:

begin
  execute immediate 'create table c (col1 number,col2 varchar2(30))';   insert into c
  values (123,'data');
end;

fails with:

ORA-06550: line 3, column 15:
PL/SQL: ORA-00942: table or view does not exist ORA-06550: line 3, column 3:
PL/SQL: SQL Statement ignored

Even though commenting out the insert enables the table creation

Any ideas would be great

Cheers

Will Received on Fri Jul 29 2005 - 12:20:53 CDT

Original text of this message

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