正在连接的用户不能删除,除非是确实要删除的话,否则请谨慎操作,操作步骤如下

1、select sid,serial#,username from v$session where user='USERNAME';
2、alter system kill session 'sid,serial#';
3、drop user username cascade;

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-29
  • 2022-12-23
  • 2021-07-04
  • 2021-10-19
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-04
  • 2021-09-23
  • 2021-09-21
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案