DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Create manual DataGuard config for 2 RAC instances

  1. #1
    Join Date
    Nov 2005
    Posts
    7

    Create manual DataGuard config for 2 RAC instances

    does anyone know how to add two instances to a single dataguard config? or do I have to create a config for each instance?

    This is what i have so far:

    DGMGRL>create configuration 'ny_ca' as
    PRIMARY SITE IS ‘newyork
    RESOURCE IS ‘ny_resource’
    HOSTNAME IS ‘primary_host'
    INSTANCE IS 'instance1’
    SERVICE_NAME IS ‘prodb'
    SITE IS MAINTAINED AS PHYSICAL;


    DGMGRL>CREATE SITE ‘california'
    RESOURCE IS 'ca_resource’
    HOSTNAME IS ‘stand_by_host'
    INSTANCE NAME IS ‘instance1’
    SERVICE_NAME IS ‘prodb’
    SITE IS MAINTAINED AS PHYSICAL;

    This is a physical standby where the primary and standby are
    bot 2 node RAC with two instances.

    how do I register instance 2 in the configuration?

    thanks

  2. #2
    Join Date
    Nov 2005
    Posts
    7
    bump

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width