Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Error in a very simple Function
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
![]() |
![]() |