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: Error in a very simple Function

Re: Error in a very simple Function

From: William Robertson <williamr2019_at_googlemail.com>
Date: 16 May 2007 22:42:49 -0700
Message-ID: <1179380569.148021.207520@k79g2000hse.googlegroups.com>


On May 16, 3:20 pm, Claudiodom <cla..._at_gmail.com> wrote:
> FUNCTION CriaTabela RETURN VARCHAR IS
> BEGIN
> CREATE VIEW T_LOTCDA_TEMP AS SELECT * FROM T_LOTCDA;
>
> RETURN 'NOTHING';
> END;
>
> This funct its inside a package, and its giving an error near 'CREATE'
> and i'm not understanting witch error should this be...
>
> can someone help me ??

PL/SQL has no "CREATE" keyword. Received on Thu May 17 2007 - 00:42:49 CDT

Original text of this message

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