Your database is in ARCHIVELOG mode. You have two online redo log groups, each of which contains one<br /> redo member. When you attempt to start the database, you receive the following errors:<br /> ORA-00313: open failed for members of log group 1 of thread 1<br /> ORA-00312: online log 1 thread 1: 'D:\REDO01.LOG'<br /> You discover that the online redo log file of the current redo group is corrupted.<br /> Which statement should you use to resolve this issue?()
A、ALTER DATABASE DROP LOGFILE GROUP 1;
B、ALTER DATABASE CLEAR LOGFILE GROUP 1;
C、ALTER DATABASE CLEAR UNARCHIVED LOGFILE GROUP 1;
D、ALTER DATABASE DROP LOGFILE MEMBER 'D:\REDO01.LOG