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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Are packages evil?

Re: Are packages evil?

From: DA Morgan <damorgan_at_x.washington.edu>
Date: Thu, 20 Jan 2005 15:00:39 -0800
Message-ID: <41f14403$1_1@127.0.0.1>


Heinz Zastrau wrote:

> Hello,
>
> I start with a new project and want to uses packages, but are packages
> evil?
>
> What is happend when many clients use routines of the package and I
> want to change one (not used at the moment) and get a compile error?
> Are all client calls against this package fail? If yes, then I think
> packages are not useable in living (growing) application. :-(
>
> What are your opinions?

Packages are wonderful if used correctly. From what I understand from your post you are doing things in Production you have no buiness doing no matter what type of object you use.

BTW: The same behavior occurs with any stored code: Functions, Procedures, Operators, etc. You can't recompile them when locked.

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace 'x' with 'u' to respond)
Received on Thu Jan 20 2005 - 17:00:39 CST

Original text of this message

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