Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Keeping Spec and Body Separate
"Miggins" <mtproc_at_yahoo.co.uk> wrote in message
news:1145524211.630704.116360_at_i39g2000cwa.googlegroups.com...
: Hi,
:
: Can anybody give me a list of pros and cons for keeping package specs
: and bodies separate.
:
: TIA
:
the spec should be more stable than the body -- ie, it should generally not change during maintenance
revising and recompiling the body does not invalidate dependencies
unnecessaryily recompiling the spec will invalidate dependencies
++ mcs Received on Thu Apr 20 2006 - 06:18:53 CDT