今天一台Linux伺服器擴充了一下記憶體,達到4G,開發的人自己修改了一下SGA結果資料庫無法啟動了.啟動不了時,出的錯誤是這個樣子的:[Oracle@neirong oracle]$ sqlplus "/ as sysdba"SQL*Plus: Release 9.2.0.4.0 - Production on Fri Nov 25 15:43:26 2005Copyright (c) 1982, 2002, Oracle Corporation. All rights
按MySQL二進位包中的INSTALL-BINARY說明安裝,在RedHat Linux是會出現問題的,其它發行版沒有測試,論壇裡有很多人在尋找解決辦法,我以前也有錯誤的回答,在此進行更正。 shell> groupadd mysql shell> useradd -g mysql mysql shell> cd /usr/local shell> gunzip < /PATH/TO/MYSQL-VERSION-OS.tar.gz | tar xvf -
mysqlslap 是從mysql 5.1.4版開始帶的一個mysql測試載入器。 [root@ www.bkjia.com ~]# mysqlslap --help mysqlslap Ver 1.0 Distrib 5.5.31, for Linux (x86_64) Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights
自己總結和整理下:1.檢查註冊表,HKey_LocalMachineSoftwareOracle下面的Oracle_Home,若不對,修改成正確的;2.卸載ODP for .Net (或者卸載ODT for .Net, ODT中包含ODP, ODT 是VS.Net的一個整合外掛程式,用於串連和瀏覽oracle資料庫,並且提供對oracle資料庫的拖拽操作,類似VS.Net對於SQL Server的資源管理員);3.如果ODT for .Net的目錄依然存在,刪除或者重新命名此目錄;然後重起系統,
最近的資料匯入(IMP)時碰到了ORA-01187 ORA-01110 錯誤,由於這個資料庫是使用熱備恢複過來的,且恢複也是成功的,因為資料庫能夠成功open,那到底是哪裡有遺漏呢?如你有類似的問題,不妨往下看。1、故障現象IMP-00003: Oracle error 1187 encounteredORA-01187: cannot read from file 202 because it failed verification testsORA-01110: data file 202:
遇到ORA-01172、ORA-01151錯誤,詢問得知儲存出現故障導致資料庫無法啟動。資料庫版本:10.2.0.1.0[Oracle@hhserverfs ~]$ sqlplus /nologSQL*Plus: Release 10.2.0.1.0 - Production on Sat Jun 8 11:46:38 2013Copyright (c) 1982, 2005, Oracle. All rights reserved.SQL> conn /as