ORA-01940 Cannot drop user that is currently connected after STARTUP RESTRICT [message #452288] |
Wed, 21 April 2010 02:18 |
Frank
Messages: 7901 Registered: March 2000
|
Senior Member |
|
|
Part of the rebuild process of our development environment is dropping and recreating the database user the AppServer uses to connect.
Since the application server is configured to reconnect as soon as a connection drops, I thought I'd shutdown the database and restart it in restricted mode.
However, yesterday I still ran into an "ORA-01940: cannot drop a user that is currently connected" error.
The only thing I can think of is that at startup, the database starts rolling forward & back any unfinished transactions.
Could that be the issue?
(and no, the user does not have restricted session privs )
|
|
|
|
|
|
|
|