Pagi ini, server mainan saya mengalami error
1. ORA-00257: archiver error. Connect internal only, until freed
2. ORA-03113: end-of-file on communication channel
Saya pikir karena space harddisk-nya habis, setelah saya cek space harddisknya masih banyak.
tetapi ternyata karena saya melakukan update sebuah table yang jumlahnya ribuan.
Berikut kronologinya :
1. Gagal login
[oracle@test42 ~]$ sqlplus scott/TIGER
SQL*Plus: Release 11.2.0.1.0 Production on Sat Apr 7 08:45:49 2012
Copyright (c) 1982, 2009, Oracle. All rights reserved.
ERROR:
ORA-00257: archiver error. Connect internal only, until freed.
2. Shutdown instance
[oracle@test42 ~]$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.1.0 Production on Sat Apr 7 08:46:00 2012
Copyright (c) 1982, 2009, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 – 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> SHUTDOWN immediate;
ORA-01013: user requested cancel of current operation
(more…)













