zoukankan      html  css  js  c++  java
  • drop user ora-604 ora-54

    SQL> drop user EFMIS_87_LK cascade;
    drop user EFMIS_87_LK cascade
    *
    ERROR at line 1:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00054: resource busy and acquire with NOWAIT specified or timeout expired

    SQL*Plus: Release 11.2.0.4.0 Production on Wed Nov 30 17:03:42 2016

    Copyright (c) 1982, 2013, Oracle.  All rights reserved.


    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
    With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
    Data Mining and Real Application Testing options

    SQL> drop user EFMIS_87_LK cascade;
    drop user EFMIS_87_LK cascade
    *
    ERROR at line 1:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00054: resource busy and acquire with NOWAIT specified or timeout expired


    SQL> exit

    重新执行drop user操作即可。

  • 相关阅读:
    link和@import区别
    常用的正则表达式
    virtual dom
    git常用命令
    系统管理与进程命令
    Shell 命令
    软件安装命令
    vim 详解
    网络命令
    帮助与用户管理命令
  • 原文地址:https://www.cnblogs.com/wcwen1990/p/6660418.html
Copyright © 2011-2022 走看看