Error when I want to drop a stored procedure
From: LS <Luise.Schuster_at_gp.materna.de>
Date: Thu, 22 Aug 2002 09:35:47 +0200
Message-ID: <ak2487$qg6$1_at_penthesilea.materna.de>
Date: Thu, 22 Aug 2002 09:35:47 +0200
Message-ID: <ak2487$qg6$1_at_penthesilea.materna.de>
Hello,
when I want to drop a procedure I recieve:
(on Oracle 8.1.5 on Novell)
SQL> drop procedure LSINCR;
drop procedure LSINCR
*
FEHLER in Zeile 1: --this means: error in line 1
ORA-00604: error occurred at recursive SQL level 1
ORA-00942: table or view does not exist
The Stored Procedure is o.k. I need it for some temporary work. I could execute it without problems.
Thanks in advance for any answers to this newsgroup.
(I know ORA-006xx are most of them problems for the Oracle Support...)
Luise Received on Thu Aug 22 2002 - 09:35:47 CEST