How do i drop and recreate primary redologs on a standby database.?Dataguard is not yet setup.
I need to relocate the primary redolog files on the standby database..
I am not able to drop and recreate them all.
alter database drop logfile group 4;
alter database drop logfile group 4
*
ERROR at line 1:
ORA-01623: log 4 is current log for instance dhemrep2 (thread 2) - cannot drop
ORA-00312: online log 4 thread 2: '+DBFS_DG/dhemrep/onlinelog/group_4.284.856188885'
ORA-00312: online log 4 thread 2: '+DG_FRA/dhemrep/onlinelog/group_4.1866.856188885'
I can rename the files but the logfiles doesnt exist on the standby..
Dataguard is not yet enabled..
can i copy the redologs from primary and restart the database on standby ?