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 -> MGR-00072 package compilation error

MGR-00072 package compilation error

From: Christophe SIERRA <referentiel-m_at_dial.oleane.com>
Date: 1998/01/29
Message-ID: <01bd2cd3$e6b90a50$831402c2@CESAR>#1/1

I try to create a package, but a warning message is displayed : "MGR-00072 : warning : package created with compilation errors".

The package is very simple : it is empty!!

create package blob as

    procedure go(arg number);
end;

create package body blob as

    procedure go(arg number) is
    begin
    end;
end;

Does someone know what can cause this compilation error ? And about this code "MGR-00072" : I can't find precisions about it! What does it means?

Thanks!
Christophe SIERRA Received on Thu Jan 29 1998 - 00:00:00 CST

Original text of this message

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