Also asked, how do I drop a redo log group?
You can drop a redo log group only if it is inactive. If you need to drop the current group, first force a log switch to occur. Make sure a redo log group is archived (if archiving is enabled) before dropping it. To see whether this has happened, use the V$LOG view.
Additionally, how do I move the redo log in Oracle 12c ASM? SQL> alter system set db_create_file_dest='+DATA' scope=spfile; Change also default location of online redo log files as +RECO disk group. SQL> alter system set db_create_online_log_dest_1='+RECO' scope=spfile; 3- Reset control_files parameter in the spfile parameter file.
In respect to this, how do I drop and recreate redo logs in standby database?
On Standby Server:
- Cancel the Redo log apply service running.
- Change the STANDBY_FILE_MANAGEMENT to MANUAL from AUTO in Standby Server.
- Add or Drop the Redo log file in Standby:
- Change the STANDBY_FILE_MANAGEMENT parameter value to AUTO.
- Start the applied log service on standby.
How do I know the size of my redo log?
By monitoring the date and time of the online redo logs at the operating system level (or querying V$LOG_HISTORY), you can determine whether to increase the size or number of online redo logs to reach an optimum switching interval.