ORA-01078 & LRM-00109錯誤解決方法
透過startup命令啟動資料庫時報錯,詳細如下:
SQL> startup
ORA-01078: failure in processing system parameters
LRM-00109: could not open parameter file '/oracle/product/10.0.3/gjwgdb/dbs/initgjwgdb.ora'
解決辦法是:
$cd /oracle/admin/gjwgdb/pfile
cp init.ora /oracle/product/10.0.3/gjwgdb/dbs/initgjwgdb.ora
然後
$sqlplus / as sysdba
SQL>startup;
......
Database mounted.
Database opened.
如果啟動有問題
SQL> startup
ORA-01078: failure in processing system parameters
LRM-00109: could not open parameter file '/oracle/product/10.0.3/gjwgdb/dbs/initgjwgdb.ora'
錯誤很明確,就是當資料庫在啟動時,預設讀取pfile引數檔案時報錯了,此時我進入該目錄一看,pfile檔案真的是沒有被建立。
解決辦法是:
$cd /oracle/admin/gjwgdb/pfile
cp init.ora /oracle/product/10.0.3/gjwgdb/dbs/initgjwgdb.ora
然後
$sqlplus / as sysdba
SQL>startup;
......
Database mounted.
Database opened.
如果啟動有問題
1.透過pfile重新建立spfile.ora
startup nomount pfile='parameter file path'
就可以了,不過不要忘記
create spfile from pfile
就可以了,不過不要忘記
create spfile from pfile
如果密碼有問題報:
ORA-01990:error opening password file '/oracle/product/10.2.0/dbs/orapw'
ORA-27037: unable to obtain file status
linux error: 2: No such file or directory
additional information:3
重新建立PW檔案
進入/oracle/product/10.2.0/dbs
鍵入:orapwd file='/oracle/product/10.2.0/dbs/orapw' password='test'
進行SQLPLUS狀態
SQL>shutdown immediate
SQL>startup
問題應該可以解決。
[@more@]
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/1724534/viewspace-1044777/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORA-01078: 和 LRM-00109 :錯誤 解決方法
- LRM-00109錯誤解決
- 11G Oracle報ORA-01078和LRM-00109錯解決方法Oracle
- PbootCMS 404 錯誤解決方法boot
- vsftpd 錯誤:530 and 500 錯誤解決方法FTP
- undefined reference to錯誤的解決方法Undefined
- AFNetworkingErrorDomain 錯誤解決方法ErrorAI
- PHP錯誤“Thisfilehasexpired”的解決方法PHP
- dbfread報錯ValueError錯誤解決方法Error
- HTTP 錯誤 500.19- Internal Server Error 錯誤解決方法HTTPServerError
- 【Oracle】ORA-00054 錯誤解決方法Oracle
- 錯誤Namenodeisinsafemode的解決方法
- Android錯誤解決方法集錦Android
- hadoop日常錯誤解決方法整理Hadoop
- ORA-04098錯誤解決方法
- ORA-25154錯誤解決方法
- npm WARN unmet dependency錯誤解決方法NPM
- standby新增檔案錯誤的解決方法
- MYSQL中 TYPE=MyISAM 錯誤的解決方法MySql
- Mac上搭建chromedriver的錯誤解決方法MacChrome
- 寬頻連線錯誤691解決方法
- ORA-14452錯誤及解決方法
- ubuntu網路卡啟動錯誤解決方法Ubuntu
- IMP-00098 錯誤及解決方法
- nginx出現403錯誤的解決方法Nginx
- steam磁碟寫入錯誤怎麼解決 steam磁碟寫入錯誤解決方法大全
- Ocelot錯誤解決
- ORACLE匯入遇到ORACLE錯誤959解決方法Oracle
- 寬頻連線錯誤解決方法總彙
- PL/SQL:ORA-04063錯誤解決方法SQL
- ORA-01631錯誤解決方法
- Oracle 資料庫連線錯誤解決方法Oracle資料庫
- ORA-00257 錯誤分析及解決方法
- ORA-01950錯誤的解決方法
- Ajax中“Sys未定義”錯誤的解決方法
- 印表機提示列印錯誤怎麼解決 印表機狀態錯誤的方法
- VIM 常用錯誤解決
- sqldeveloper for windows 錯誤解決SQLDeveloperWindows