原文:簡單解決“ORA-27100: shared memory realm already exists”的問題

折騰Oracle時,出現了 ORA : shared memory realm already exists 的問題。上網查問題根源,乃是 位機SGA及PGA不能大於 . G之故。 SGA的設置在SPFILEORCL.ORA里面,但該文件是一個二進制文件,不好隨便編輯。 網上給的解決辦法是用一個 正常的 PFILE啟動Oracle,然后重新生成SPFILE,操作頗繁瑣。其實SGA過大的問題也不難解 ...

2012-03-16 16:38 0 3179 推薦指數:

查看詳情

處理錯誤:ORA-27101: shared memory realm does not exist 解決方案

今天在連接ORACLE做測試的時候,出現錯誤:ORA-27101: shared memory realm does not exist 錯誤原因:可能是ORACLE數據庫意外被關閉 解決方法:cmd下,執行以下命令,啟動數據庫   1、sqlplus /nolog 登陸數據庫 ...

Tue Mar 14 19:00:00 CST 2017 3 36436
ORA-27101: shared memory realm does not exist

登陸SQLPlus時出現:ORA-01034:ORACLE not avaiableORA-27101 : shared memory realm does not existProcess ID:0Session ID:0 Serial Number:0解決 ...

Tue Oct 16 20:41:00 CST 2012 0 3182
ORA-01034: ORACLE not available ORA-27101: shared memory realm does not exist

Oracle 設置默認數據庫 如果我們的服務器上或者電腦上安裝了多個數據庫,當我們使用sqlplus時如果為指定數據庫時登錄到的是哪一個數據庫呢?今天遇到了一個老問題ORA-01034: ORACLE not available ORA-27101: shared memory ...

Mon Sep 14 02:52:00 CST 2015 0 2017
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM