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: Create Table in PL/SQL

Re: Create Table in PL/SQL

From: Karlis Ogsts <ogsts_at_cclu.lv>
Date: 1997/12/20
Message-ID: <349ba32c.1675238@proxy.konts.lv>#1/1

>ORA-06550: line 3, column 1:
>PLS-00103: Encountered the symbol "CREATE" when expecting one of the
>following:
>
> begin declare exit for goto if loop mod null pragma raise
> return select update while <an identifier>
> <a double-quoted delimited-identifier> <a bind variable> <<
> close current delete fetch lock insert open rollback
> savepoint set sql commit <a single-quoted SQL string>

You should use dynamic SQL (DBMS_SQL package)

Karlis Ogsts
Konts Ltd.
ogsts_at_cclu.lv
http://www.konts.lv Received on Sat Dec 20 1997 - 00:00:00 CST

Original text of this message

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