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 15:42:30 -0700
Message-ID: <1119134550.534828.317780@f14g2000cwb.googlegroups.com>


I want to prevent UserA to connect to databaseX, so I used userAdmin to connect to databaseX, and userAdmin issued set role none;
Role set.
commit;

If userA has to issue these 3 commands to prevent itself from connection, it's odd.

So after userAdmin issued the 3 command above, UserA can still connect to database.

What else is missing?
Or this indeed a bug in Oracle 10g? Received on Sat Jun 18 2005 - 17:42:30 CDT

Original text of this message

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