JavaScript: How do you draw beautiful terms?>>
Issued by:
SQL}}DROP USER USER1 CASCADE
ERROR: ORA-01940: cannot drop a user that is currently connected
from the user currently connected to data libraries, so it cannot be 21024;
Found:
1, search for the user’s session process,
SQL] (SELECT SID,SERIAL# FROM V$SESSION WHERE USERNAME=’USER1′;
SID SERIAL#
——————
24 25341
2, end all sessions of the user
SQL ALTER SYSTEM KILL SESSION ‘24,25341’;
System altered.
3, subsequently 21024;, user
SQL] (DROP USER USER1 CASCADE);
Similar Posts:
- ORA-01940: cannot drop a user that is currently connected [How to Solve]
- ORA-00054:resource busy and acquire with NOWAIT specified or timeout expired
- The solution of JPS process information unavailable
- [Solved] Windows ADB devices port is occupied error: cannot connect to daemon
- PING[ARC2]: Heartbeat failed to connect to standby ‘gqtzdb_dg’. Error is 16047
- [Solved] MYSQL Error: this authentication plugin is not supported
- [Solved] Postgres Error: template1 is being accessed by other users
- [Solved] org.apache.jasper.JasperException: An exception occurred processing JSP page /WEB-INF/views/
- EL1007E: Property or field ‘xxx’ cannot be found on null
- [Solved] Pycharm Error: TypeError: init() missing 1 required positional argument: ‘on_delete’