ORACLE rman與RMAN-00054&ORA-09945
最近,一客戶反饋,他們的oracle資料庫備份不了,讓遠端看下,不看不知道,一看嚇一跳。
rman嘗試本地登入,執行命令rman target /發現確實登陸不了,但是問題原因很明確,也很
讓人苦笑不得,是硬碟磁碟空間滿了。
具體的報錯資訊截圖如下:
根據報錯資訊可知,確實是磁碟空間耗盡,資料庫例項無法建立審計檔案丟擲ORA-09945,資料庫阻止
rman進行初始化。不僅如此,sqlplus / as sysdba也無法本地登入資料庫。處理方法很簡單,就是儘可能
root登陸伺服器進入到oracle的審計目錄的上一級,審計目錄是進不去的,將審計目錄mv重新命名, oracle
執行新建審計目錄,然後rm -rf強制刪除即可。
開啟資料庫審計的情況下,審計目錄會用的很快,不光磁碟空間很容易耗盡,檔案系統的inode資源也很
容易耗盡,原因就是審計會產生很多很碎很小的檔案,耗光檔案系統目錄的inode或者磁碟空間資源,導致
資料庫掛起。對於inode耗盡的情況,需要對檔案系統先做擴容,然後執行碎小檔案的清理。對於檔案系統
inode和空間使用量,最好設定監控以便及時發現問題解決問題,防止資料庫掛起引起業務中斷。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29357786/viewspace-2754760/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【RMAN】Oracle rman 常用命令參考Oracle
- Oracle RMAN恢復測試Oracle
- Oracle RMAN備份實戰Oracle
- Oracle OCP(60):RMAN 備份Oracle
- Oracle 11G RAC複製備庫RMAN-03002 RMAN-05501 RMAN-03015 RMAN-03009 RMAN-10038Oracle
- 【RMAN】Oracle使用rman將11.2.0.4資料庫遷移至Oracle12c命令參考Oracle資料庫
- oracle手工建庫後rman無法啟用(RMAN-04015)Oracle
- Oracle rman duplicate遷移測試Oracle
- Oracle RMAN 表空間恢復Oracle
- 【RMAN】Oracle11g透過rman升級到12cOracle
- Converting Oracle Database from Linux to Windows using RMANOracleDatabaseLinuxWindows
- oracle 12c rman備份pdbOracle
- 分享Oracle Rman的備份指令碼Oracle指令碼
- Oracle 12c RMAN全攻略Oracle
- 【RMAN】Oracle12c以後rman 備份恢復命令參考Oracle
- oracle rman 刪除過期的歸檔Oracle
- Oracle 備份恢復篇之RMAN catalogOracle
- 揭秘ORACLE備份之----RMAN之五(CATALOG)Oracle
- Oracle 12c系列(八)|RMAN (FROM SERVICE)Oracle
- ORACLE DG從庫 Rman備份恢復Oracle
- Oracle RMAN備份以及壓縮原理分析Oracle
- oracle10g RMAN增量備份策略Oracle
- 【Oracle19c】Oracle19c rman使用簡單測試Oracle
- Windows Server 2019 Oracle 19c RMAN Back DetailsWindowsServerOracleAI
- Oracle 12C新特性-RMAN恢復表Oracle
- Oracle RMAN 連線資料庫認證方法Oracle資料庫
- oracle資料庫使用rman備份指令碼Oracle資料庫指令碼
- Oracle 12C RMAN Cross-Platform Transport of PDBsOracleROSPlatform
- rman oracle11g_單機實用配置Oracle
- Oracle使用RMAN從Windows遷移資料到LinuxOracleWindowsLinux
- Oracle ADG環境下的RMAN備份策略Oracle
- Oracle Rman多通道故障轉移問題分析Oracle
- Oracle9i RMAN 的優缺點及RMAN 備份及恢復步驟Oracle
- rman duplicate建立異地auxiliary Database oracle_11g oracle_sid不同UXDatabaseOracle
- rman duplicate建立異地auxiliary Database oracle_11g oracle_sid相同UXDatabaseOracle
- Oracle Rman Catalog的建立方法和備份原理Oracle
- Oracle 12c RMAN Cross-Platform Transport of a Closed PDBOracleROSPlatform
- Oracle案例03——RMAN-06091: no channel allocated for maintenance (of an appropriate type)OracleAINaNAPP