Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: PL/SQL Help
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
![]() |
![]() |