Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.oracle -> create table in a procedure

create table in a procedure

From: DottingTheNet <dottingthenet_at_hotmail.com>
Date: 8 Apr 2004 21:19:40 -0700
Message-ID: <11bf8d5a.0404082019.6fbd8738@posting.google.com>

help plz!!
when i try to cretae a table in a procedure like

create procedure blah
is
begin
create table.....
.....
end;

i get error PLS-00103 stating that it encountered CREATE when expecting everything else..

thnx!! Received on Thu Apr 08 2004 - 23:19:40 CDT

Original text of this message

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