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

Home -> Community -> Mailing Lists -> Oracle-L -> package body without a header ?!

package body without a header ?!

From: Boivin, Patrice J <BoivinP_at_mar.dfo-mpo.gc.ca>
Date: Thu, 31 Jan 2002 09:55:46 -0800
Message-ID: <F001.00402498.20020131094053@fatcity.com>

We just migrated a database, and as part of our validation we noticed that we had a package body in one schema with no package header.

This is the case both in the old db and in the new one, exp / imp faithfully recreated the decapitated package body in the new db.

Change Manager did not report it as a problem, since the situation is the same in both databases.

DROP PACKAGE drops both the header and the package body. DROP PACKAGE BODY drops just the package body.

I don't think there is a DROP PACKAGE HEADER command.

Would anyone know how someone could drop just the header of a package, but not the body?

Perhaps via objects privileges (?).

This is weird.

Regards,
Patrice Boivin
Systems Analyst (Oracle Certified DBA)

Systems Admin & Operations | Admin. et Exploit. des systèmes
Technology Services        | Services technologiques
Informatics Branch         | Direction de l'informatique 
Maritimes Region, DFO      | Région des Maritimes, MPO

E-Mail: boivinp_at_mar.dfo-mpo.gc.ca
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Boivin, Patrice J
  INET: BoivinP_at_mar.dfo-mpo.gc.ca

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists

--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Thu Jan 31 2002 - 11:55:46 CST

Original text of this message

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