Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Pb with statement drop table in stored procedure
Hi,
Someone could tel me how can i do to compile this proc :
CREATE OR REPLACE PROCEDURE BO.CREER_F0902 AS
i number;
BEGIN
i:=i+1; drop table bo.f0902;
END; Thank's Received on Thu Apr 12 2001 - 10:02:39 CDT
![]() |
![]() |