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

Home -> Community -> Usenet -> c.d.o.server -> Re: Mutiple Developers developing one PL/SQL Package

Re: Mutiple Developers developing one PL/SQL Package

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: 2000/03/02
Message-ID: <951998823.4202.0.pluto.d4ee154e@news.demon.nl>#1/1

Use TOAD (www.toadsoft.com) in conjunction with visual source safe or sql*navigator with it's own team programming facilities. (www.quests.com)

Hth,

Sybrand Bakker, Oracle DBA

<jlipner_at_my-deja.com> wrote in message news:89k9qm$eq9$1_at_nnrp1.deja.com...
> Looking for any advice on how to handle multiple developers (5-20)
> working simultaneously on a single PL/SQL package? The reason we want
> each package to be big is to enable the building of highly functional
> components, with all methods (procs and functions) able to reference
> and modify modular level variables.
>
> Clearly if we had highly granular packages, we could use standard
> library management and each developer would check out what he's working
> on (at the "scripts that create the package and package body" level).
>
> How can more one developer work on big_package.proc_a while another
> works on big_package.function_a while another tweaks
> big_package.customer_cursor? Any ideas/sharing of experiences would be
> most appreciated.
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
>
Received on Thu Mar 02 2000 - 00:00:00 CST

Original text of this message

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