$ sqlplus /nolog
SQL*Plus: Release 10.2.0.1.0 - Production on Mon Nov 29 13:22:48 2010
Copyright (c) 1982, 2005, Oracle. All rights reserved.
SQL> connect /as sysdba
ERROR:
ORA-09925: Unable to create audit trail file
HPUX-ia64 Error: 28: No space left on device
Additional information: 9925
ORA-09925: Unable to create audit trail file
HPUX-ia64 Error: 28: No space left on device
Additional information: 9925
SQL> select user from dual;
SP2-0640: Not connected
SQL> startup
ORA-09945: Unable to initialize the audit trail file
HPUX-ia64 Error: 28: No space left on device
启动数据库时,发现磁盘空间已经写满了
查看系统磁盘空间
$ df -k
/archlog (/dev/vgdata3/lvarch3 ) : 192544028 total allocated Kb
184823626 free allocated Kb
7720402 used allocated Kb
4 % allocation used
/home (/dev/vg00/lvol7 ) : 32584 total allocated Kb
23960 free allocated Kb
8624 used allocated Kb
26 % allocation used
/opt (/dev/vg00/lvol8 ) : 37521088 total allocated Kb
33080440 free allocated Kb
4440648 used allocated Kb
11 % allocation used
/oracle/oracle (/dev/vg00/lvoracle ) : 6160384 total allocated Kb
0 free allocated Kb
6160384 used allocated Kb
100 % allocation used
/oracle/oracrs (/dev/vg00/lvoracrs ) : 3997607 total allocated Kb
1476600 free allocated Kb
2521007 used allocated Kb
63 % allocation used