Java Mailing List Archive

http://www.dba.5341.com/

Home » Home (12/2007) » oracle l »

RE: ORA-01940: cannot drop a user that is currently connected

Spears, Brian

2006-07-05

Replies:

RE: ORA-01940: cannot drop a user that is currently connected

 Does the process show up in V$session. (Most people have scripts joining v$session and v$process to show sessions that will not show sessions because the show will only show sessions with process and you can miss some in other states.) Sometime app/web servers constantly relog in after being killed making it hard to drop the user. In those cases I shutdown /startup restrict, drop the user then take off the restricted session.

©2008 dba.5341.com - Jax Systems, LLC, U.S.A.