Re: packages - one file or separate

  • From: Norman Dunbar <oracle@xxxxxxxxxxxxxxx>
  • To: oracle-l@xxxxxxxxxxxxx
  • Date: Wed, 13 Sep 2017 16:08:07 +0100

Hi Jeff,

On 13/09/17 16:00, Jeff Chirco wrote:

We put all our database code in files and use a source control. We’ve always stored our package header and body in a single file. We use PL/SQL Developer and it handles that packages in a single file and opens the header and body in nice separate tabs.
> SNIP

I use separate files for headers and bodies for the simple reason that I can run the body script if nothing changed in the package, and that way, I won't invalidate anything that calls my packages.

If I always run the package script, or, if everything was in a single file, then the package would always be changed, so invalidations would occur. Not necessarily a major problem, unless they were in use at the time.

I've not used PL/SQL Developer so I can't say whether or not it always runs both, even if shown on separate editor tabs. I use Toad and always save my source for packages as separate files.


HTH

Cheers,
Norm.

--
Norman Dunbar
Dunbar IT Consultants Ltd

Registered address:
27a Lidget Hill
Pudsey
West Yorkshire
United Kingdom
LS28 7LG

Company Number: 05132767
--
//www.freelists.org/webpage/oracle-l


Other related posts: