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

Home -> Community -> Usenet -> c.d.o.tools -> Pb with statement drop table in stored procedure

Pb with statement drop table in stored procedure

From: Pierre HIRTH <p.hirth_at_sbm.mc>
Date: Thu, 12 Apr 2001 17:02:39 +0200
Message-ID: <9b4g3d$ljt$1@news5.isdnet.net>

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

Original text of this message

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