1. 程式人生 > >ORA-09817: Write to audit file failed Linux-x86_64 Error: 28: No space left on device

ORA-09817: Write to audit file failed Linux-x86_64 Error: 28: No space left on device

連線資料庫報錯

[[email protected] ~]$ sqlplus  /  as sysdba

SQL*Plus: Release 11.2.0.3.0 Production on Fri Jun 29 18:44:03 2012

Copyright (c) 1982, 2011, Oracle.  All rights reserved.

ERROR:
ORA-09817: Write to audit file failed.
Linux-x86_64 Error: 28: No space left on device
Additional information: 12
ORA-01075: you are currently logged on


通過使用 -prelim方式也無法進行連線

[
[email protected]
~]$ sqlplus -prelim / as sysdba SQL*Plus: Release 11.2.0.3.0 Production on Fri Jun 29 18:51:45 2012 Copyright (c) 1982, 2011, Oracle. All rights reserved. ERROR: ORA-09817: Write to audit file failed. Linux-x86_64 Error: 28: No space left on device Additional information: 12 ORA-09817: Write to audit file failed. Linux-x86_64 Error: 28: No space left on device Additional information: 12 經查詢造成的原因是audit所在的檔案系統滿了,沒有多餘的空間 ORACLE_HOME disk (filesystem) became full leaving no space for writing audit records to oracle_home/rdbms/audit [
[email protected]
~]# df -k Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda1 304718484 32931328 0 100% / /dev/sda2 101105 5725 90159 6% /home 清理oracle所在的檔案系統空間後,問題解決 [[email protected] ~]$ df -k Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda1 304718484 209605104 33213321 90% / /dev/sda2 101105 5725 90159 6% /home tmpfs 8218332 0 8218332 0% /dev/shm [
[email protected]
~]$ sqlplus / as sysdba SQL*Plus: Release 11.2.0.3.0 Production on Fri Jun 29 18:54:16 2012 Copyright (c) 1982, 2011, Oracle. All rights reserved. Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production With the Partitioning, OLAP, Data Mining and Real Application Testing options

相關推薦

ORA-09817: Write to audit file failed Linux-x86_64 Error: 28: No space left on device

連線資料庫報錯 [[email protected] ~]$ sqlplus / as sysdba SQL*Plus: Release 11.2.0.3.0 Production on Fri Jun 29 18:44:03 2012 Copyrigh

ORA-09817: Write to audit file failed 報錯解決辦法

ora-09817 archivelog 上午開虛擬機登錄數據庫的時候,突然就報錯:ORA-09817: Write to audit file failed寫入失敗?不會是磁盤滿了吧?當然,no space left on device提示的很明顯,df -h 查詢一下,果然100%了:馬上搜羅下o

Linux伺服器出現:No space left on device的解決方法

    報錯資訊: 2016-06-02 23:56:26 [com.thinkive.server.logger.TradeLogger]-[ERROR] java.io.IOException: No space left o

Linux出現cannot create temp file for here-document: No space left on device的問題解決

查找 顯示錯誤 磁盤 depth target href -s reat temp 在終端輸入:cd /ho 按tab鍵時,顯示錯誤: bash: cannot create temp file for here-document: No space left on de

Linux下編譯caffe報錯catastrophic error: error while writing generated C++ file: No space left on device

catastrophic error: error while writing generated C++ file: No space left on device,但是檢視記憶體和儲存都夠。 解決

LVM擴容排錯:/etc/lvm/archive/.lvm_ubuntu_2042_1912908381: write error failed: No space left on device

1. 問題 今天,我在擴容檔案系統時,發現原來LVM動態增加lv的方法不好使了: # lvextend -L +42G /dev/ubuntu-vg/root /etc/lvm/archive/.lvm_ubuntu_2072_1693399

LinuxNo space left on device錯誤

出現這個錯誤第一反應是空間滿了。 df -h 一看卻發現還有挺多沒有用 df -i 一看發現是inodes空間滿了 解決方法 1.刪除掉沒用的臨時檔案,釋放inodes 可以到/tep目錄下看看有沒有很多sess_xxxx的session臨時檔案 ls -lt /tmp | wc

ubuntu編譯工程出現: fatal error: error writing to /tmp/cc1ezU8m.s: No space left on device

錯誤提示為:tmp路徑下記憶體不足 (fatal error: error writing to /tmp/cc1ezU8m.s: No space left on device) 解決方法:解掛tmp(也有說需要清空該路徑下記憶體和擴大記憶體的:https://www.cfd

Linuxno space left on device 磁碟空間不足原因及排查方法

在系統使用中,經常會遇到no space left on device 磁碟空間不足的情況, 下面來詳細的介紹一下產生這種情況的幾種原因及解決辦法: 1. 首先我們要清楚inode 和 block的概念: inode在格式化建立檔案系統的時候誕生,用來存放檔案的屬性資訊,

cd : cannot create temp file for here-document: No space left on device

1、問題描述:  在linux下,無法用tab鍵補全 當進行補全時,出現如下錯誤 cd armbash: cannot create temp file for here-document: No space left on device 2、原因 此時系統磁碟幾用

如何解決LinuxNo space left on device錯誤

今天hive任務一直很異常,檢視日誌發現有如下報錯資訊:No space left on device 第一時間看到這個錯誤以為空間滿了,可是檢視空間居然還剩1.1T的空間呢 接著使用如下命令發現inode使用率是100%了df -i /home/hadooper解決方法: 刪除掉沒用的臨時檔案,釋放inod

Can't start server: can't create PID file: No space left on device

這篇文章主要介紹了mysql啟動失敗不能正常啟動並報錯Can't start server: can't create PID file: No space left on device問題解決方法,需要的朋友可以參考下 解

-bash: cannot create temp file for here-document: No space left on device

登陸Linux系統後, cd 到某個指定目錄時使用tab鍵的時候報以下錯誤: -bash: cannot create temp file for here-document: No space left on device 原因: 不能建立臨時檔案文件,裝置上沒有剩餘空間(告訴我們磁碟

linux No space left on device 問題解決

問題:網站無法登陸,上傳檔案失敗 … 查詢問題: 檢視日誌,出現如下錯誤: PHP Warning: session_start(): open(/var/tmp/php/session/sess_s0enu22sojitqshbm6bs4d

MySql啟動報 write error: No space left on device問題解決

啟動MySQL資料庫時報如下錯誤: [[email protected] redmine-3.1.1-1]# ./ctlscript.sh start 171023 09:36:32 m

關於Inodes文件被占滿(如何解決linuxNo space left on device錯誤)

ava onf etc 查看 filesyste lin 關於 使用 df -h 原因與解決方法一,磁盤inode被用光導致/data目錄下無法創建文件 touch atouch: cannot touch `a‘: No space left on device磁盤只使

Could not write to output file 'c:WindowsMicrosoft.NET ASP.NET Filesxx' -- 'Access is denied

解決方法 但我 用戶 eset src temp usr image iis 網上有IIS7的解決方法,是給"C:\Windows\Temp"文件夾加上添加用戶IIS_IUSRS的完全控制權限。 但我這個老機器是IIS6的,沒有IIS_IUSERS用戶,只能給Everyon

Compiler Error Message: CS0016: Could not write to output file 'c:\Windows\Microsoft.NET\Framework64

iis部署站點報錯: Compiler Error Message: CS0016: Could not write to output file 'c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\r

關於CS0016: Could not write to output file ‘c:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Temporary AS

1、新增使用者"Network Service” 和 “IIS_IUSERS” 讀下面目錄的讀寫許可權 a) C:\Windows\Temp b) C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files  

ORA-27041: unable to open file--恢復被rm意外刪除資料檔案

當資料庫中的某個資料檔案被誤刪除之後,DBA可以選擇使用已有的備份進行還原與恢復,下文為DBA提供了另一種選擇,已經通過測試環境進行了相關測試,該方法是個不錯的選擇。轉自http://www.xifenfei.com/2289.html一.模擬資料檔案刪除[[email&#