Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Truncate in stored procedure

Truncate in stored procedure

From: <andrewf_at_jaredgroup.com>
Date: Tue, 29 Dec 1998 20:21:06 GMT
Message-ID: <76bdjh$7bs$1@nnrp1.dejanews.com>


I was creating a simple procedure,

Create procedure p_truncate
as
begin
  truncate table employee;
end;

and got compilation error. It seems the pl/sql does not recognize the Truncate syntax. Should I change some configure parms or other solutions?

-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Tue Dec 29 1998 - 14:21:06 CST

Original text of this message

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