solusi error pada oracle redo log
[oracle@orcl5 orcl5]$ sqlplus / as sysdba
SQL> startup;
ORACLE instance started.
Total System Global Area 1653518336 bytes
Fixed Size 2144944 bytes
Variable Size 1174406480 bytes
Database Buffers 469762048 bytes
Redo Buffers 7204864 bytes
Database mounted.
ORA-16014: log 2 sequence# 671 not archived, no available destinations
ORA-00312: online log 2 thread 1: ‘/u01/orcl5/redo02.log’
cara mengatasinya :
1. shutdown immediate
SQL> shutdown immediate;
Database closed.
Database dismounted.
ORACLE instance shut down.
(more…)