RE: Privileges by session
- From: "Jackie Brock" <J.Brock@xxxxxxxxxxxxx>
- To: "Blanchard, William" <wblanchard@xxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 7 Jan 2010 13:43:29 -0700
You could assign a read-only role based on the session info. :-)
-Jackie
Jackie D. Brock
Database Specialist - Systems Evaluation
CableLabs(r)
858 Coal Creek Circle
Louisville, CO 80027
Email: j.brock@xxxxxxxxxxxxx <mailto:j.brock@xxxxxxxxxxxxx>
303-661-3347
________________________________
From: Blanchard, William
[mailto:wblanchard@xxxxxxxxxxxxxxxxxxxx]
Sent: Thursday, January 07, 2010 1:42 PM
To: Jackie Brock
Cc: oracle-l@xxxxxxxxxxxxx
Subject: RE: Privileges by session
I thought about just restricting to IP address and restricting
logons via a trigger but I need to allow the developers read access for
troubleshooting production issues.
WGB
________________________________
From: Jackie Brock [mailto:J.Brock@xxxxxxxxxxxxx]
Sent: Thursday, January 07, 2010 2:29 PM
To: Blanchard, William
Subject: RE: Privileges by session
I've set up login triggers to prevent logins based on the OS
username before - it worked very well, but it does assume that they
aren't using a central account. I'm not sure you want to allow someone
to log in to an application from a central account, anyway? You could
also restrict based on IP - any of the information that's stored in the
session variables. Heck - you could even restrict it based on the
program being used - I've done that as well. :-)
HTH!
-Jackie
Jackie D. Brock
Database Specialist - Systems Evaluation
CableLabs(r)
858 Coal Creek Circle
Louisville, CO 80027
Email: j.brock@xxxxxxxxxxxxx <mailto:j.brock@xxxxxxxxxxxxx>
303-661-3347
________________________________
From: oracle-l-bounce@xxxxxxxxxxxxx
[mailto:oracle-l-bounce@xxxxxxxxxxxxx] On Behalf Of Blanchard, William
Sent: Thursday, January 07, 2010 1:22 PM
To: oracle-l@xxxxxxxxxxxxx
Subject: Privileges by session
Greetings,
I have convinced management to allow me to grant
read-only access to the developers. The problem is that they know the
application passwords and have been using those passwords to circumvent
my controls. Is there a way via a trigger, role, etc to change
individual sessions privileges so they have read only (select)
permissions? The easiest way would be to change the permissions on the
applications but that's not an option.
Thank you,
WGB
-
This email and any information, files, or materials
transmitted with it
are confidential and are solely for the use of the
intended recipient.
If you have received this email in error, please delete
it and notify
the sender.
Other related posts:
- » Privileges by session - Blanchard, William
- » Re: Privileges by session - lyallbarbour
- » RE: Privileges by session - Blanchard, William
- » RE: Privileges by session - Jackie Brock
- » RE: Privileges by session - Blanchard, William
- » RE: Privileges by session - Christopher Boyle
- » RE: Privileges by session - Blanchard, William
- » RE: Privileges by session - Blanchard, William
- » RE: Privileges by session - Blanchard, William
- » RE: Privileges by session - Jackie Brock
- » Re: Privileges by session - Kellyn Pedersen
- » RE: Privileges by session - Blanchard, William
- » RE: Privileges by session - Blanchard, William
- » Re: Privileges by session - Jared Still
- » RE: Privileges by session - Blanchard, William
- » Re: Privileges by session - Michael Fontana
- » RE: Privileges by session - Blanchard, William
- » Re: Privileges by session - Jared Still
- » RE: Privileges by session - Blanchard, William
- » Re: Privileges by session - Andre van Winssen
- » RE: Privileges by session - Barun, Vlado
- » Re: Privileges by session - Jared Still
- » Re: Privileges by session - Robert Freeman
- » RE: Privileges by session - Andre van Winssen
- » Re: Privileges by session - Joan Hsieh
- » Re: Privileges by session - Thomas A. La Porte
- » Re: Privileges by session - Michael Fontana
- » Re: Privileges by session - Martin Berger
- » RE: Privileges by session - Upendra N
- » Re: Privileges by session - Martin Bach
- » Re: Privileges by session - Pete Finnigan
- » Re: Privileges by session - Peter Hitchman
- » RE: Privileges by session - Joel.Patterson
- » RE: Privileges by session - Barun, Vlado
- » Re: Privileges by session - Kellyn Pedersen
- » RE: Privileges by session - GovindanK
- » Re: Privileges by session - Pete Finnigan
- » Re: Privileges by session - Yechiel Adar
- » Re: Privileges by session - Jared Still
- » Re: Privileges by session - Yechiel Adar
- » RE: Privileges by session - D'Hooge Freek
- » RE: Privileges by session - Jackie Brock