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 -> create table in side a pl/sql sub program

create table in side a pl/sql sub program

From: Nandakumar <N.Kumar_at_rocketmail.com>
Date: Tue, 09 Nov 1999 23:54:27 GMT
Message-ID: <80ac7i$oek$1@nnrp1.deja.com>


hi

what is wrong with the foll. snippet of code?

begin
 create table xxx_test (v1 number) ;
end;

any clue??

Thanks
--
Nandakumar

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Tue Nov 09 1999 - 17:54:27 CST

Original text of this message

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