Configure archiving in Oracle Real Application Clusters (RAC) 11G

oracle-11g-logo

Configure archiving in Oracle RAC it is similar to configure archiving to a Oracle Single Instance. But on Oracle RAC you have to stop the instances for the database and configure .

I will show an example in the environment where the database it is  named bd.

01

First, you have to stop the database:

srvctl stop database -d bd

 

After check the status:

02

Start one instance in mount state.

startup mount

3

Configure archiving and opening the database:

4

Start the instance where the state is down  (In our case bd2) and check the status for all instances;

srvctl start instance -d bd -i bd2

srvctl status database -d bd

5

Check the configuration in the database:

6

References:

Oracle® Real Application Clusters Administration and Deployment Guide 11g Release 2 (11.2) E41960-03
6 Configuring Recovery Manager and Archiving

icon2

 

 

 

 

Related posts

3 Thoughts to “Configure archiving in Oracle Real Application Clusters (RAC) 11G”

  1. … [Trackback]

    […] There you will find 85974 additional Information to that Topic: techdatabasket.com/2015/06/13/configure-archiving-on-oracle-real-application-clusters-rac-11g/ […]

  2. … [Trackback]

    […] Read More Information here on that Topic: techdatabasket.com/2015/06/13/configure-archiving-on-oracle-real-application-clusters-rac-11g/ […]

  3. … [Trackback]

    […] Read More on on that Topic: techdatabasket.com/2015/06/13/configure-archiving-on-oracle-real-application-clusters-rac-11g/ […]

Leave a Comment