Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Another export with Query Oracle
  • ORA-8031 issue and solution if it is occuring due to truncate. Oracle
  • cur_sql.sql Oracle
  • online_bkup.sql Oracle
  • useful dg links Oracle
  • switchlogfile.sh Linux/Unix
  • find checksum of a file. Linux/Unix
  • Sending SQLPLUS output in HTML format Oracle
  • How to know current SID Oracle
  • longtx.sql with the flag whether session is blocking any DML locks or not. Oracle
  • Explain Plan Output 2 Oracle
  • scp with ssh2 Linux/Unix
  • segment_wise_space.sql segspace.sql Segment wise space usage (allocated and used) Oracle
  • Giving Grant on v$DATABASE Oracle
  • Oracle 10g for solaris 10 Oracle

Adding or Dropping Online Redo Log Files When Physical Standby in place

Posted on 09-Nov-2005 By Admin No Comments on Adding or Dropping Online Redo Log Files When Physical Standby in place

Changing the size and number of the online redo log files is sometimes done to tune the database. You can add online redo log file groups or members to the primary database without affecting the standby database. Similarly, you can drop log file groups or members from the primary database without affecting your standby database. However, these changes do affect the performance of the standby database after switchover.

Caution:

Whenever you add an online redo log file to the primary database, you must add a corresponding standby redo log file to the standby database.

For example, if the primary database has 10 online redo log files and the standby database has 2, and then you switch over to the standby database so that it functions as the new primary database, the new primary database is forced to archive more frequently than the original primary database.

Consequently, when you add or drop an online redo log file at the primary site, it is important that you synchronize the changes in the standby database by following these steps:

(1) If Redo Apply is running, you must cancel Redo Apply before you can change the log files.

(2) If the STANDBY_FILE_MANAGEMENT initialization parameter is set to AUTO, change the value to MANUAL.

(3) Add or drop an online redo log file:

(3-1) To add an online redo log file, use a SQL statement such as this:

SQL> ALTER DATABASE ADD LOGFILE

‘/disk1/oracle/oradata/payroll/prmy3.log’ SIZE 100M;

(3-2) To drop an online redo log file, use a SQL statement such as this:

SQL> ALTER DATABASE DROP LOGFILE

‘/disk1/oracle/oradata/payroll/prmy3.log’;

(4) Repeat the statement you used in Step 3 on each standby database.

(5) Restore the STANDBY_FILE_MANAGEMENT initialization parameter and the Redo Apply options to their original states.

Ref : http://download-west.oracle.com/docs/cd/B14117_01/server.101/b10823/manage_ps.htm#1010567

Oracle, rman-dataguard

Post navigation

Previous Post: Example of How To Resize the Online Redo Logfiles Note:1035935.6
Next Post: create database link syntax

Related Posts

  • before_trunc.sql Before Truncate table needs to execute following: Oracle
  • Benefits and Usage of RMAN with Standby Databases Oracle
  • How to Modify the statistics collection by MMON for AWR repository Oracle
  • findx.sql /* Find Indexes on specified USER.TABLE_NAME */ Oracle
  • find_longsql.sql Oracle
  • AWR license Oracle

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • Ansible (0)
  • AWS (2)
  • Azure (1)
  • Django (0)
  • GIT (1)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (400)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (18)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (348)
  • SQL Server (6)
  • Uncategorized (3)
  • Videos (0)

Recent Posts

  • Running PDB on single node in RAC09-Apr-2026
  • find_arc.sql09-Apr-2026
  • pvm_pre_change.sql08-Apr-2026
  • find_encr_wallet.sql08-Apr-2026
  • find_pdbs.sql08-Apr-2026
  • Creating a Container Database using dbaascli08-Apr-2026
  • track_autoupgrade_copy_progress.sql01-Apr-2026
  • refre.sql for multitenant01-Apr-2026
  • prepfiles.sh for step by step generating pending statistics files10-Mar-2026
  • tracksqltime.sql05-Mar-2026

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • rm_backup_arch_file.ksh Linux/Unix
  • Useful Solaris Commands on 28-SEP-2005 Linux/Unix
  • currwaitobj.sql SQl_ID and SQL statement you can get from currwaitobj.sql Oracle
  • Implementing Listener Security Oracle
  • Oracle Support Metalink ID 161818.1 Oracle
  • Gather Stats manually using DBMS_STATS after disabling DBMS_SCHEDULER jobs as previous entry Oracle
  • Goldengate document from Porus Oracle
  • find_pdbs.sql Uncategorized

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme