Team development with SQL Developer
950269Oct 30 2012 — edited Oct 30 2012hi,
I would like to ask for advise to anybody doing team base PL/SQL development using SQL Developer. We've currently writing our stored procedures as standalone, and we're trying to move them inside a package( to make it modular ).
Our concern though since many developers are going modifying the stored procedures and since package body is laid out as a single view of all the codes there's a great chance that a stored procedure will get overwritten by the devs; This is not a problem with standalone storedproc.
Any advise how you're able to work around(work with) this?
Thanks
notes:
SQL Developer v3.1.0.7 (Build Main-07.42)
Oracle 11g r2
Windows 7 64b