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: <lanegroups_at_go.com>
Date: 18 Jun 2005 14:29:10 -0700
Message-ID: <1119130150.630120.30420@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. Received on Sat Jun 18 2005 - 16:29:10 CDT

Original text of this message

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