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 -> Dropping/Creating Stored Procedures

Dropping/Creating Stored Procedures

From: <ejrchurch_at_my-deja.com>
Date: Fri, 28 Jan 2000 17:03:52 GMT
Message-ID: <86si5j$dir$1@nnrp1.deja.com>


I am unable to drop some stored procedures in my schema. Previously, I was able to drop and create stored procedures freely. My system privileges have not changed. For a stored procedure "proc", the statement "DROP PROCEDURE proc" fails to drop the procedure. The drop statement does not raise an exception, but nor does it complete; I am forced to cancel the transaction. These facts lead me to believe that Oracle perceives the procedure is still in execution, which it is not. I am using Oracle 7.3.4. Any ideas why this is occurring?

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Fri Jan 28 2000 - 11:03:52 CST

Original text of this message

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