连接数据库报错 [oracle@tips ~]$ 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方式也无法进行连接 [oracle@tips ~]$ 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 [root@tips ~]# df -k Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda1 304718484 32931328 0 100% / /dev/sda2 101105 5725 90159 6% /home 清理oracle所在的文件系统空间后,问题解决 [oracle@tips ~]$ 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 [oracle@tips ~]$ 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
原创Evils798 博主文章分类:Oracle 记录 ©著作权
文章标签 ORA-09817: Write to 文章分类 运维
上一篇:RedHat5.5_X64 Linux安装oracle 11.2.0.3 报错
下一篇:IMP-00041: Warning: object created with compilation warnings
-
Linux平台x86_64|aarch64架构如何实现轻量级RTSP服务
技术背景我们在做Linux平台x86_64架构或aarch64架构的推送模块的时候,有公司提出这样的技术需求,希望在Linux平台,实现轻量级RTSP服务,实现对摄像头或屏幕对外RTSP拉流,同步到大屏上去。技术实现废话不多说,直接上代码,先调用start_rtsp_server()指定端口号,启动RTSP服务。LogInit(); NT_SmartPublisherSDKAPI push_a
linux x86 rtsp linux arm64 rtsp linux arm64 rtsp服务器 linux arm64 rtsp 大牛直播SDK -
ORA-09817: Write to audit file failed 解决方法
<br /> <br />连接oracle 报错:ORA-09817: Write to audit file failed.<br /> <br />[oracle@qs-dmm-rh1
file oracle application database testing -
ORA-09817错误
今天来单位值班,碰巧登录一台开发数据库时报错: 从报错看提示的是由于设备上没有空闲
数据库 删除文件 文件写入