實(shí)際過程中有時(shí)我們會碰到這樣的問題,當(dāng)你用startup試圖啟動數(shù)據(jù)庫時(shí)會碰到ORA-01102的報(bào)錯(cuò)。我們可以在Unix下切換到Oracle的用戶,執(zhí)行一下oerr ora 1102便會看到有關(guān)1102的簡短的描述,如下:
rp2$[/home/ora2]oerr ora 1102
01102, 00000, "cannot mount database in EXCLUSIVE mode"
// *Cause: Some other instance has the database mounted exclusive or shared.
// *Action: Shutdown other instance or mount in a compatible mode