Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Redolog issues in 12c Testing environment and face these issues first time

Galib HussainMar 21 2016 — edited Mar 21 2016

In Rman i have restored the whole database successfully. whenever and Rename the all redo logs then it shows this issues. and i again create 2,3 redologs newly create. but i can't drop redolog01 and my database is in mount Stage..., if run this query alter system switch logfile..., it shows the database is not open THEN WHAT WILL DO

SQL> SELECT GROUP#, ARCHIVED, STATUS FROM V$LOG;

    GROUP# ARC STATUS

---------- --- ----------------

         1 NO  CURRENT

         3 YES UNUSED

         2 YES UNUSED

SQL> ALTER DATABASE CLEAR UNARCHIVED LOGFILE GROUp 1;

ALTER DATABASE CLEAR UNARCHIVED LOGFILE GROUp 1

*

ERROR at line 1:

ORA-01624: log 1 needed for crash recovery of instance cent (thread 1)

ORA-00312: online log 1 thread 1: '/u01/app/oracle/oradata/cent/redo01.log'

SQL> alter database open resetlogs;

alter database open resetlogs

*

ERROR at line 1:

ORA-01139: RESETLOGS option only valid after an incomplete database recovery

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Apr 18 2016
Added on Mar 21 2016
9 comments
427 views