Linux下安裝了Oracle10g後重新啟動的問題

來源:互聯網
上載者:User
             Linux下安裝了Oracle10g後重新啟動的問題

在Fedora8下安裝了Oracle10g之後,當再次重啟電腦以後!使用"sqlplus system/mileschen"登入系統出現下面的錯誤資訊:
ERROR:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux Error: 2: No such file or directory

解決步驟如下:
用"oracle"使用者登入到系統後,輸入如下命令:
(1)[oracle@localhost ~]$ sqlplus /nolog
 SQL*Plus: Release 10.2.0.1.0 - Production on Fri Dec 26
 06:52:41   2008
 Copyright (c) 1982, 2005, Oracle.  All rights reserved.
 SQL>
(2)SQL>connect / as sysdba
 Connected to an idle instance.
(3)SQL>startup
 Total System Global Area  268435456 bytes
 Fixed Size                  1218892 bytes
 Variable Size              75499188 bytes
 Database Buffers          188743680 bytes
 Redo Buffers                2973696 bytes
 Database mounted.
 Database opened.

這樣代表資料庫常式已經啟動了,然後輸入下面命令登入使用者
(4)[oracle@localhost ~]$ sqlplus system/mileschen
 SQL*Plus: Release 10.2.0.1.0 - Production on Fri Dec 26 06:55:48 
 2008
 copyright (c) 1982, 2005, Oracle.  All rights reserved.
 Connected to:
 Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 -  
 Production
 With the Partitioning, OLAP and Data Mining options
SQL>

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.