Friday 25 May 2012

Is it possible to drop the package body without dropping the package specification? | PL SQL

Yes, it is possible to drop the package body without dropping the package specification using the DROP PACKAGE BODY command.