Hi

I created a user named SSI_ACX with some objects (tables, views, ...). Later on I connected with SYS user and tried:
DROP USER SSI_ACX CASCADE
but I got the error:
ORA-01940: cannot drop a user that is currently connected.
Of course first thing was to check this, but there is no connection with this user; SELECT * FROM v$session WHERE username='SSI_ACX' returns no rows.
Next thing I tried was to connect with this user to the database, but I got ORA-01017: invalid username/password; logon denied!!!!
I can see the user (if I connect to the database with another user) and even it's objects. I even tried ALTER USER SSI_ACX IDENTIFIED BY ... and it worked, but there is no way I can connect or drop the user.
Does anyone know what is the problem here? I shoul really drop this user very quickly...

For info, I am using Oracle 10.2.