Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Read Only User
Not good. What would stop mladen from altering his session to 'read wirte'
after he's connected?
Hi, in that case you can change the trigger
CREATE TRIGGER FON.SADFASDF
AFTER
LOGON
ON DATABASE
.
WHEN USER='MLADEN' THEN DROP USER MLADEN;
.
/
:)
-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org]On Behalf Of Juan Carlos Reyes
Pacheco
Sent: Thursday, December 16, 2004 12:36 PM
To: oracle-l_at_freelists.org
Subject: Re: Read Only User
Hi I search some solution and found this
, Maybe this trigger could help in some cases,
why don't you test.
:)
Juan Carlos Reyes Pacheco
OCP
-------Original Message-------
From: jkstill_at_gmail.com
Date: 12/16/04 15:28:19
To: charlottejanehammond_at_yahoo.com
Cc: ORACLE-L
Subject: Re: Read Only User
This is something that should be handled by the application software.
If this database is ever audited, it will fail the audit by doing this.
The only read only accounts that are acceptable are generally for DBA's and app administrators, and for developers that need to see production data from outside the applicatoin.
Jared
On Thu, 16 Dec 2004 06:51:25 -0800 (PST), Charlotte Hammond <charlottejanehammond_at_yahoo.com> wrote:
> Hi all, > > I've been asked to shoehorn a user with "read only" access into a databasewhich wasn't designed to accommodate that. >
> > Any easier ideas? (9.2 btw) > > Thanks > - Charlotte > > --------------------------------- > Do you Yahoo!? > Jazz up your holiday email with celebrity designs. Learn more. > > -- > http://www.freelists.org/webpage/oracle-l >
-- Jared Still Certifiable Oracle DBA and Part Time Perl Evangelist -- http://www.freelists.org/webpage/oracle-l -- http://www.freelists.org/webpage/oracle-l This electronic message transmission is a PRIVATE communication which contains information which may be confidential or privileged. The information is intended to be for the use of the individual or entity named above. If you are not the intended recipient, please be aware that any disclosure, copying, distribution or use of the contents of this information is prohibited. Please notify the sender of the delivery error by replying to this message, or notify us by telephone (877-633-2436, ext. 0), and then delete it from your system. -- http://www.freelists.org/webpage/oracle-lReceived on Thu Dec 16 2004 - 14:29:30 CST
![]() |
![]() |