具體內容如下
PL/SQL Developer 處
登錄時
終端處
登錄時
ERROR:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Process ID: 0
Session ID: 0 Serial number: 0
解決方法是執行以下命令
sqlplus /nolog
conn / as sysdba
startup
過程如下
C:\Documents and Settings\Administrator>sqlplus /nologSQL*Plus: Release 10.2.0.1.0 - Production on 星期六 8月 12 23:06:09 2023Copyright (c) 1982, 2005, Oracle. ?All rights reserved.SQL> conn / as sysdba
已連接到空閑例程。
SQL> startup
ORACLE 例程已經啟動。Total System Global Area ?612368384 bytes
Fixed Size ? ? ? ? ? ? ? ? ?1250452 bytes
Variable Size ? ? ? ? ? ? 176163692 bytes
Database Buffers ? ? ? ? ?432013312 bytes
Redo Buffers ? ? ? ? ? ? ? ?2940928 bytes
數據庫裝載完畢。
數據庫已經打開。
SQL>
?再連接數據庫就好了