Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> help: Pup security restricting does not seem to work

help: Pup security restricting does not seem to work

From: Mike F <u518615722_at_spawnkill.ip-mobilphone.net>
Date: Thu, 14 Feb 2002 18:19:21 GMT
Message-ID: <l.1013710762.1866363525@[64.94.198.252]>


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/new
Received on Thu Feb 14 2002 - 12:19:21 CST

Original text of this message

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