when I try to login as sys, I encountered the following errors:
ERROR:
ORA-09817: Write to audit file failed.
Linux Error: 28: No space left on device
ORA-01075: you are currently logged on
when I login as a normal user, I encountered the following errors:
ORA-00257: archiver error. Connect internal only, until freed.
when I did a disk check,
5.3G 3.6G 1.5G 71% /
/dev/sda1 99M 12M 83M 13% /boot
tmpfs 506M 0 506M 0% /dev/shm
/dev/sdb1 9.9G 9.4G 0 100% /u01
I believe the the problem is the disk where the archive log resides has run out of disk space.
with reference to
429442
since I cannot login any way can i remove the archive logs and try to login again
and change to non archive mode since it is a development server?
thanks