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@(protected)
[mailto:oracle-l-bounce@(protected)]On Behalf Of Ehresmann, David
Sent: Thursday, August 12, 2004 4:29 PM
To: 'oracle-l@(protected) '
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.