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: Developer access in test database

RE: Developer access in test database

From: Mercadante, Thomas F <NDATFM_at_labor.state.ny.us>
Date: Fri, 12 Apr 2002 05:33:24 -0800
Message-ID: <F001.00443111.20020412053324@fatcity.com>


Jeff,  

Developers should only have access to stuff they need. This does not include SYS stuff. Basically, do you want to be restoring the development database just because somebody was playing with something? Further, who will be blamed for the developers not being able to do their job while you are restoring the db - the developer who screwed it up, or you?  

I'm all for giving developers tons of privs in the dev database - up to a point. You need to protect yourself from them ruining your day.  

To answer your question, I grant s,i,u,d to the schema tables directly to the user to that they can create stored procs if need be. I then migrate stored procs to the dev schema as need be.  

Hope this helps

Tom Mercadante
Oracle Certified Professional

-----Original Message-----
Sent: Friday, April 12, 2002 8:38 AM
To: Multiple recipients of list ORACLE-L

In our test databases, I have always granted select,insert,update,delete any table to the developers.  

While yesterday, one updated a "sys" table.  

Be non-production, I always felt if it is destroyed can always be recreated.  

What table privileges do you grant in "test".  

Jeffrey Beckstrom
Database Administrator
Greater Cleveland Regional Transit Authority 1240 W. 6th Street
Cleveland, Ohio 44113
(216) 781-4204

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Mercadante, Thomas F
  INET: NDATFM_at_labor.state.ny.us

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L

(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).
Received on Fri Apr 12 2002 - 08:33:24 CDT

Original text of this message

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