startup 資料庫時報出ORA-01157、ORA-01110的錯誤
startup 資料庫時報出ORA-01157、ORA-01110的錯誤及處理過程
[@more@]SQL> startup
ORACLE instance started.
Total System Global Area 268435456 bytes
Fixed Size 1218920 bytes
Variable Size 113247896 bytes
Database Buffers 146800640 bytes
Redo Buffers 7168000 bytes
Database mounted.
ORA-01157: cannot identify/lock data file 7 - see DBWR trace file
ORA-01110: data file 7: '/opt/oracle/emcdata/recovery_oa/oadata03.dbf'
01157, 00000, "cannot identify/lock data file %s - see DBWR trace file"
// *Cause: The background process was either unable to find one of the data
// files or failed to lock it because the file was already in use.
// The database will prohibit access to this file but other files will
// be unaffected. However the first instance to open the database will
// need to access all online data files. Accompanying error from the
// operating system describes why the file could not be identified.
// *Action: Have operating system make file available to database. Then either
// open the database or do ALTER SYSTEM CHECK DATAFILES.
01110, 00000, "data file %s: '%s'"
// *Cause: Reporting file name for details of another error
// *Action: See associated error message
檢查發現出現該問題是由於一部分檔案的所屬被改動過造成啟動時不能直接載入資料檔案,後來經過重新對該資料夾授權,重啟startup正常
[root@ractest shundeOAdomain]# chgrp oradba /opt/oracle/emcdata/recovery_oa
[root@ractest shundeOAdomain]# chown -R ora10g:oradba /opt/oracle/emcdata/recovery_oa
[root@ractest shundeOAdomain]# chown -R ora10g:oradba /opt/oracle/emcdata/recovery_oa/*
[root@ractest shundeOAdomain]# ls -lt /opt/oracle/emcdata/recovery_oa
總用量 30750188
-rw-r----- 1 ora10g oradba 2097160192 3月 20 12:48 oadata01.dbf
-rw-r----- 1 ora10g oradba 2097160192 3月 20 12:48 oadata02.dbf
-rw-r----- 1 ora10g oradba 2097160192 3月 20 12:48 oadata03.dbf
------------------------------------------------------
Database mounted.
ORA-01113: file 20 needs media recovery
ORA-01110: data file 20: '/opt/ora10g/oradata/ORA10G/datafile/hqtest01.dbf'
SQL> alter database datafile '/opt/ora10g/oradata/ORA10G/datafile/hqtest01.dbf' offline drop;
Database altered.
SQL> alter database open;
Database altered
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/216109/viewspace-1001509/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 資料庫報ORA-01110錯誤資料庫
- 【Oracle】表空間誤刪除導致startup啟動時提示ORA-01110和ORA-01157錯誤Oracle
- ORA-01110,ORA-01157錯誤處理
- 資料泵匯出時報錯ORA-1422錯誤
- 資料庫startup時發生ora-600錯誤的傻瓜手冊資料庫
- opensips建立資料庫時報database engine not specified錯誤的解決資料庫Database
- [Oracle]startup mount時報ORA-12514錯誤的解決方法Oracle
- laravel 資料庫遷移時報錯Laravel資料庫
- startup資料庫報錯ORA-16038資料庫
- 轉oracle資料泵匯出時報錯Oracle
- 嘗試無引數啟動資料庫時報錯ORA-304錯誤資料庫
- 康孚備份資料庫時報錯資料庫
- SQL Server資料庫出現邏輯錯誤的資料恢復SQLServer資料庫資料恢復
- Oracle 資料庫啟動 startup和startup force的區別Oracle資料庫
- ORACLE 使用DBCA安裝資料庫出現錯誤Oracle資料庫
- ORA-17629:rman建立 standby資料庫時報錯資料庫
- SQLYOG連線資料庫時報錯1251SQL資料庫
- ORA-01157錯誤解決
- 【轉】Oracle 9i客戶端匯出10g資料庫時報ora-33262錯誤Oracle客戶端資料庫
- 資料庫啟動出現ORA-27037錯誤資料庫
- 關閉資料庫出現ORA-21779錯誤資料庫
- solaris上建立oracle資料庫出現:out of memory 錯誤Oracle資料庫
- 啟動資料庫出現ORA-9925錯誤資料庫
- STANDBY資料庫出ORA-1009錯誤資料庫
- ORA-01157錯誤解決(zt)
- 連線資料庫時報錯ORA-12520和ORA-12516錯誤資料庫
- 資料庫新手常犯的 5 個錯誤資料庫
- 9.2 STANDBY資料庫出現ORA-16009錯誤資料庫
- 10.2.0.1資料庫exp出現Ora-07445錯誤資料庫
- 啟動資料庫出現ORA-27123錯誤資料庫
- 資料庫啟動出現ORA-27102錯誤資料庫
- 執行資料庫克隆時報ORA-01103錯誤資料庫
- Dedecms錯誤警告:連線資料庫失敗,出錯怎麼解決?資料庫
- Error infos: DedeCms錯誤警告:連線資料庫失敗,可能資料庫密碼不對或資料庫伺服器出錯!Error資料庫密碼伺服器
- Error infos:DedeCms錯誤警告:連線資料庫失敗,可能資料庫密碼不對或資料庫伺服器出錯!Error資料庫密碼伺服器
- 連線資料庫出錯???資料庫
- DBCA建庫導致已有資料庫出現ORA-27140錯誤資料庫
- ORA-01653錯誤是Oracle資料庫中常見的錯誤Oracle資料庫