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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Development environment

Re: Development environment

From: Andy Hassall <andy_at_andyh.co.uk>
Date: Thu, 27 Jan 2005 23:13:08 +0000
Message-ID: <v3tiv0p6epglk8409fp1tc14tg3spvmhbo@4ax.com>


On Wed, 26 Jan 2005 20:29:02 -0500, "Oradba Linux" <techiey2k3_at_comcast.net> wrote:

>How to really use the alter session set current_schema='APPUSERID' in a devl
>env for a set of 20+ developers ?

 Fairly ambiguous question, but making a number of assumptions:

 ... then one approach is with an AFTER LOGON trigger on each of their user accounts.

 If they have write access and are actively developing the APIs to create/modify data, then shouldn't they have their own separate application data schema/schemata to mess with? In which case the after logon trigger may still apply, but would alter session to point to a separate schema per developer rather than a central development schema.

-- 
Andy Hassall / <andy@andyh.co.uk> / <http://www.andyh.co.uk>
<http://www.andyhsoftware.co.uk/space> Space: disk usage analysis tool
Received on Thu Jan 27 2005 - 17:13:08 CST

Original text of this message

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