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: Preventing compilations......

Re: Preventing compilations......

From: Connor McDonald <connor_mcdonald_at_yahoo.com>
Date: Wed, 01 Mar 2006 21:15:28 +0800
Message-ID: <44059E70.7905@yahoo.com>


Miggins wrote:
>
> Hi,
>
> Am wondering if there is a way of preventing the compilation of
> packages in a schema. We have source control inb the form of source
> safe but this does not prevent people compiling different versions
> against the database.
>
> Is it possible for a developer to "lock" a package and prevent other
> developers making changes?
>
> Thanks

I haven't checked whether this would work, but look at a DDL trigger at database level to catch 'alter' and/or 'create' and raise an error if appropriate

hth

-- 
Connor McDonald
Co-author: "Mastering Oracle PL/SQL - Practical Solutions"
Co-author: "Oracle Insight - Tales of the OakTable"

web: http://www.oracledba.co.uk
web: http://www.oaktable.net
email: connor_mcdonald_at_yahoo.com


"Semper in excremento, sole profundum qui variat."

------------------------------------------------------------
Received on Wed Mar 01 2006 - 07:15:28 CST

Original text of this message

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