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 -> Re: The user can still connect even after CREATE SESSION privilege is revoked

Re: The user can still connect even after CREATE SESSION privilege is revoked

From: IANAL_VISTA <IANAL_Vista_at_hotmail.com>
Date: Sat, 18 Jun 2005 22:19:08 GMT
Message-ID: <Xns96799BD5BA3ASunnySD@68.6.19.6>


lanegroups_at_go.com wrote in
news:1119130150.630120.30420_at_g43g2000cwa.googlegroups.com:

> I also did REVOKE CONNECT from user. But the user still can connect.
>
> I verified the user has no rows or no privilege by issuing the
> following 2 queries
> SELECT * FROM sys.dba_role_privs where GRANTEE='XYZ';
> SELECT * FROM sys.dba_role_privs where GRANTEE='XYZ';
> Both of them return 0 row.
>
> Still, the user can connect to the database.
>
> What else is missing?
>
> Thanks.
>
>

set role none;

Role set.

commit; Received on Sat Jun 18 2005 - 17:19:08 CDT

Original text of this message

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