Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> help: Pup security restricting does not seem to work
I followed oracle instructions on oracle sqlplus-security-disabling
sql*plus,sql,and pl/sql commands
SQL> insert into product_user_profile
2 values ('SQL*PLUS','USER1','SELECT',null,null,'DISABLE',null,null);
1 row created.
SQL> commit;
Commit complete.
SQL> insert into product_user_profile
2 values ('SQL*PLUS','USER1','CONNECT',null,null,'DISABLE',null,null);
1 row created.
SQL> commit;
Commit complete.
as system
but I still can connect to USER1, and select on tables, what I did was wrong?
-- Sent by dbadba62 from hotmail in area com This is a spam protected message. Please answer with reference header. Posted via http://www.usenet-replayer.com/cgi/content/newReceived on Thu Feb 14 2002 - 12:19:21 CST
![]() |
![]() |