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: Gogala, Mladen <Mladen.Gogala_at_aetn.com>
Date: Thu, 12 Aug 2004 17:02:24 -0400
Message-ID: <30462D80AA52E74698512ADCC4F7EAA31223964B@exchange.aetvn.com>


Well, you can also create a login trigger which will look into the "module" column of V$SESSION and raise an exception if that column has a value of "Toad" or "SQL*Plus". That would be much more effective then PRODUCT_USER_PROFILE.

--
Mladen Gogala
Oracle DBA
email:mladeng_at_aetvn.com
Ext: 9787



> -----Original Message-----
> From: Bobak, Mark [mailto:Mark.Bobak_at_il.proquest.com]
> Sent: Thursday, August 12, 2004 4:55 PM
> To: oracle-l_at_freelists.org
> Subject: RE: PUP table
>
>
> 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).
---------------------------------------------------------------- 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:58:19 CDT

Original text of this message

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