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: PL/SQL Help

Re: PL/SQL Help

From: Sybrand Bakker <postmaster_at_sybrandb.demon.nl>
Date: Thu, 20 Jan 2000 16:26:31 +0100
Message-ID: <948382100.8871.0.pluto.d4ee154e@news.demon.nl>


DDL is only supported through using the dbms_sql package (v7) or execute_immediate (v8)

Hth,

--
Sybrand Bakker, Oracle DBA
Tom Deseamus <tdeseamus_at_digital-hire.com> wrote in message news:JIFh4.502$Xs.11727_at_news4.mia...
> How come I cannot run this in a PL/SQL procedure
>
> CREATE TABLE STORERANK(ENAME VARCHAR2(25),RANKNO NUMBER(5));
>
> The compiler has a problem with the CREATE word.
>
> Thanks,
>
>
Received on Thu Jan 20 2000 - 09:26:31 CST

Original text of this message

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