zoukankan      html  css  js  c++  java
  • ORA01102: cannot mount database in EXCLUSIVE mode

    SQL> startup
    ORACLE instance started.
    Total System Global Area 1224736768 bytes
    Fixed Size                  2020384 bytes
    Variable Size             318770144 bytes
    Database Buffers          889192448 bytes
    Redo Buffers               14753792 bytes
    ORA-01102: cannot mount database in EXCLUSIVE mode

    cd $ORACLE_HOME/dbs --发现一lk$SID文件

    fuser -u lkPD
    lkCAPITALV:            368(oracle)   370(oracle)   372(oracle)   374(oracle)   376(oracle)   378(oracle)   380(oracle)   382(oracle)   384(oracle)   386(oracle)   388(oracle)   397(oracle)  1472(oracle)  1557(oracle)  8852(oracle)
    fuser -k lkPD
    再次启动Oracle就好了

  • 相关阅读:
    Docker多主机互联
    数据结构
    广度优先算法走出迷宫
    golang反射
    waitGroup的使用
    golang中的mutex锁
    goroutine和channel
    如何优雅的关闭Golang Channel?
    使用context关闭协程以及协程中的协程
    golang对不同系统的编译
  • 原文地址:https://www.cnblogs.com/buro79xxd/p/1682593.html
Copyright © 2011-2022 走看看