If you are using Trusted Oracle7 in DBMS MAC mode, your DBMS label must match the cluster's creation label or you must satisfy one of the following criteria:
schema
is the schema containing the procedure. If you omit schema, Oracle7 assumes the procedure is in your own schema.
procedure
is the name of the procedure to be dropped.
For information on how Oracle7 maintains dependencies among schema objects, including remote objects, see the "Dependencies Among Schema Objects" chapter of Oracle7 Server Concepts.
You can only use this command to drop a stand-alone procedure. To remove a procedure that is part of a package, use one of the following methods:
The following statement drops the procedure TRANSFER owned by the user KERNER:
DROP PROCEDURE kerner.transfer
When you drop the TRANSFER procedure, Oracle7 invalidates all objects that depend upon TRANSFER.