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: PUP table

RE: PUP table

From: Bobak, Mark <Mark.Bobak_at_il.proquest.com>
Date: Thu, 12 Aug 2004 16:55:07 -0400
Message-ID: <4C9B6FDA0B06FE4DAF5918BBF0AD82CF09660D0B@bosmail00.bos.il.pqe>


David,

As you discovered, PRODUCT_USER_PROFILE only limits people using = SQL*Plus as the client tool. TOAD does not look at or care about the = contents of the PRODUCT_USER_PROFILE table. If you want to restrict = non-SQL*Plus users from certain activities, you'll have to revoke = privleges and roles from the user(s).

-Mark

-----Original Message-----

From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org]On Behalf Of Ehresmann, David Sent: Thursday, August 12, 2004 4:29 PM
To: 'oracle-l_at_freelists.org'
Subject: PUP table

I am trying to disable DML thru applications like TOAD, etc.. . The = below
statements I
have inserted into the PUP table and still can SELECT as the userid in = TOAD.
I have tested this
in SQL*PLUS and it worked. I could restrict SELECT from Joe in = SQL*PLUS. INSERT INTO PRODUCT_USER_PROFILE
      VALUES ('TOAD', 'JOE', 'SELECT', NULL, NULL, 'DISABLED', NULL, = NULL);
     =20
INSERT INTO PRODUCT_USER_PROFILE
      VALUES ('TOAD.exe', 'JOE', 'SELECT', NULL, NULL, 'DISABLED', NULL, NULL); I have inserted these rows as the system user and committed. Why can I still select thru TOAD?

thanks,

David Ehresmann =20



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html

-----------------------------------------------------------------
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to: oracle-l-request_at_freelists.org
put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
Received on Thu Aug 12 2004 - 15:50:50 CDT

Original text of this message

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