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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: developers privileges in TEST

Re: developers privileges in TEST

From: Jared Still <jkstill_at_gmail.com>
Date: Thu, 1 Feb 2007 16:21:40 -0800
Message-ID: <bf46380702011621g7aac73dai83e62f07881b946d@mail.gmail.com>


We have a 4 tier model where possible.

DEV - where the developers work
QAS - quality assurance - users will test changes here
PRD - obvious.

A very few folks will get SELECT access on tables. Never do they get DML access.

The 4th tier? That is TST

TST is where we can destroy things. Patches are first tested on TST systems. New procedures are tested their.

There could conceivably be a 5th tier, the DBA tier.

This is where DBA's and Developers can have free reign to try anything without worrying about adversely impacting anyone's work.

The difference between TST and DBA is that TST is a clone of a production system, while DBA can be just about anything.

DBA is where you practice with BBED. ;)

Jared

On 2/1/07, Dennis Williams <oracledba.williams_at_gmail.com> wrote:
>
> Jeff,
>
> I think it depends on your site's operational model.
> - Some sites implement a three-tier model,
> - dev, developer's playground
> - test, recent clone of production. No developer access.
> Production change scripts are executed here to verify they are ready to run
> on production
> - prod, only approved changes are made.
>
> In this model, developers only have access on development.
>
> Sometimes the game is different for a new data warehouse project that has
> few developers.
>
> Dennis Williams
>

-- 
Jared Still
Certifiable Oracle DBA and Part Time Perl Evangelist

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Feb 01 2007 - 18:21:40 CST

Original text of this message

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