1、登陆数据库时,把磁盘空间不足,无法登陆
[oracle@UF20-ZX-db flash_recovery_area]$ sqlplus / as sysdba
SQL*Plus: Release 10.2.0.1.0 - Production on 星期五 11月 28 17:56:13 2014
Copyright (c) 1982, 2005, Oracle. All rights reserved.
ERROR:
ORA-09817: 无法写入审计文件。
Linux Error: 28: No space left on device
ORA-09945: Unable toinitialize the audit trail file
Linux-x86_64 Error:28: No space left on device
ORA-01075: 您现在已登录
2、加载新的磁盘,并创建oracle的目录赋予权限并进行挂载
[root@UF20-ZX-db u02]# mkfs.ext3 /dev/sdb1