PUP table 2004-08-12 - By Ehresmann, David
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);
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
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
To unsubscribe send email to: oracle-l-request@(protected)
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
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
|
|