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

Error in a very simple Function

From: Claudiodom <cladom_at_gmail.com>
Date: 16 May 2007 07:20:43 -0700
Message-ID: <1179325243.661553.261100@o5g2000hsb.googlegroups.com>


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 ?? Received on Wed May 16 2007 - 09:20:43 CDT

Original text of this message

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