Configuration of two DGs for two other instance

Hi all

I have two nodes with a DB each configured with DataGuard.

Now, I add a new instance, could I add two DGs configuration, or could I add a new configuration of DG?

I mean, DG now manages:

Db1 (active) <>- DB1_bkp (phisycal standby)

I might add in some way:

DB2 (active) <>- DB2_bkp (phisycal standby)

Thank you

Stefano

Yes, you can have primary RAC and RAC db standby in the configuration of the DG.

Check

http://docs.Oracle.com/CD/B19306_01/server.102/b14239/rac_support.htm#i641721

Tobi

Tags: Database

Similar Questions

  • My Flash Player is active for the administrator, but not active for two other users on my computer. How to solve this problem?

    The system is Windows 10.

    Flash Player is not active for two other users using Internet explore and Microsoft Edge.

    Configuration in Internet Explorer

    -Shockwave Flash Object activated

    -ActiveX active filtering

    Edge configuration

    -L' use of Adobe Flash Player is on

    Hello

    We are aware of this issue and are working with Microsoft to resolve the issue.

    --

    Maria

  • How can I get the six digit code for my iPad Pro? I have two other iPads and an iPod but I enter the codes I get and the Pro is just off!

    How can I get the six digit code for my iPad Pro? I have two other iPads and an iPod but I get the codes I get and the Pro is just disabled for longer and longer whenever he rejects these codes!

    If you have forgotten the password for your iPhone, iPad or iPod touch, or your device is disabled - Apple supports

  • My Windows 7 Enterprize evaluation copy has expired and I need to get a new license for this computer and two others

    My company Windows 7 evaluation copy has expired and I need to get a new license for this computer and two others?

    Evaluation copies are for your temporary assessment, so you can decide if you like the system.  If you want to continue using it, you buy it.

  • Just started to get a message saying that my product no longer works because I installed it on two other computers, my other computers do not work, then the facility in my new computer it worked for a little while, then this message kept popping up, what

    Just started to get a message saying that my product doesn't work more because I installed it on two other computers, my other computers do not work, the installation in my new computer, it worked for a little while, then this message kept popping up, what can I do to make it work on my new computer?

    For more information on the activation or deactivation of Adobe products on your computer, please follow the instructions contained in this document:

    Activate or deactivate an Adobe product

    You can also make reference to: connect and disconnect from the desktop Adobe Creative Cloud application

    I hope this helps.

    Concerning

    Megha Rawat

  • configuration of two monitors

    I have two monitors that I have yet to install, I tried to go on you tube but videos I saw said that I needed to add a new driver for the configuration of two monitors, I hope that is not the case for me, is it simple step by step video or a link to a page where I can get help to install? and also how the speakers settings will be reconfigured as there are two monitors?

    Thank you!

    Here are the specifications of your HP Pavilion 2511 x WLED monitors. According to the specifications, they take over HDMI, DVI - D and VGA inputs. Your AMD Radeon HD 7570 should support DisplayPort, HDMI, DVI - D and VGA outputs. According to the cables supplied with the monitors, I would connect a monitor to the computer with a DVI cable and the other to the computer with an HDMI cable. If these cables did not come with monitors, please list all the cables you have.

    In regard to the sound, the compact HP 2.1 speaker system should have a 1/8 plug Sage Green "stereo that connects to a corresponding color decision (#9) on the back of your computer. Nothing additional needs to be configured because the monitors were not pregnant.

  • Trigger two FPGA instances at the same time

    I have a basic FPGA code that transmits the bits of data on a serial (RS-485) bus, the code is written so that it expects in the first State of a machine to States in a single-cycle timed loop.  After a certain trigger, he begins to read a FIFO containing data and sends the data on a line of Tx.  It does this until all bits are send and then it goes back to the first State to wait for the next trigger.  The relaxation is necessary because windows must fill out first before the FPGA FIFO can start sending.

    I need two instances of this code runs, because I have two buses of com (one is redundant).  So I use the FPGA code as a Subvi and I wrote a main FPGA vi to call two separate instances of the Subvi in parallel.  A regular window vi wrote on the FIFO for bed FIFO for Rx and Tx.  No problems so far.

    The thing is I start two transmissions in 200nS of each other (Yes, nanoseconds).  Windows will write two FIFO in parallel, but the timing is 4uS apart, too long.  I tried implementing a Boolean flag in the Subvi FPGA, but windows can not write directly on the control of Subvi.  FPGA won't allow (the Write function is grayed out).  I tried to use a FIFO for a flag, but the problem is a race condition.  One of the instances is first read FIFO and he destroy.  The other can't read.  I need a common trigger point to be used by the two instances of Subvi.

    My final solution was to use a memory in the Subvi FPGA and digital control in the main FPGA vi.  Windows write in numerical order, it may because the control is in the main FPGA vi.  Inside the main FPGA, I run a timed loop that looks for digital to be zero.  If so, it writes the value into the location of the memory used by the Subvi FPGA.  After awhile, the principal wrote a zero back to memory to prevent the Subvi is restarted, as well as to write a zero for digital to reset.  This repeats, waiting for windows to write in digital again for the next transmission.

    I had to do it this way because sometimes I want to pass on the bus, and sometimes just one or the other.  Numeric values are used to determine which to pass on.  Now, the transmissions are starting to almost exactly at the same time, 1 or 2 nanoseconds apart.  But the trigger process seems very silly to me.  I was wondering if there is a better solution.  I'm pretty new to FPGA.

    tbob wrote:

    Basically, I did the same thing using FPGA memory.  Windows I am writing for a digital control that resides inside the main FPGA vi.  In the main FPGA, I write in the memory.  Inside the Subvi FPGA, I read the brief and decode the value to use either one or the other or both buses.  After fool with it for awhile, because reading Memeory needs to use a shift register (probably because it takes a whole cycle of clock), I had to work.  The two bus trigger at the same time.  I guess it's not really important if I use a FIFO or if I use the memory.  The main problem is that I write Windows at the hand of FPGA, then the hand of FPGA for the Subvi FPGA.  Then the time is right for what is the Subvi is.

    There are some advantages to the use of two FIFO on your approach.  First of all, you don't have the change of register for the memory location.  Secondly, we should not worry that VI is responsible for compensation to the memory location, or do, you run the risk that one of your subVIs run twice, or not at all, if the memory is not erased at the right time.  Perhaps most important, you'll save yourself space on the FPGA because you will not need arbitration - the additional code that is added when two parts of the FPGA try to access the same resource at the same time.  In your case, both instances of the Subvi access the memory block at the same time, so the FPGA compiler adds additional logic to avoid conflict.  If only read you the memory block in one place and just write it in one place (reading and writing can be different loops where subVIs) there is no need for arbitration.  Using two FIFOs, you can keep independent and avoid the conflict resolution code.  See the help for the "arbitration" for more details.

  • Network configuration / routing / two network interface cards / NAT - leased / dedicated Dell R210 running VMware ESXi 5.1.0 build-799733

    Network configuration / routing / two network interface cards / NAT - leased / dedicated Dell R210 running VMware ESXi 5.1.0 build-799733

    Hello

    I'm trying to understand how to configure a dedicated server of Dell R210 rented running VMware ESXi 5.1.0 build-799733

    This dedicated server is rented www.online.net and sits somewhere in France. One of its network adapters have an IP public 62.210.177.20x. The other NIC is here, but I do not understand how it is configured. According to the www.online.net portal, the other NETWORK card has or should have an IP 10.90.116.20x. And I am obviously set up is to have some virtual machines running and be able to access the Internet. I have access to the console of the server Dell through iDRAC and since I could see, one of the network adapters in the IP is 62.210.177.20x defined, and the other has been shown out of service. I managed to make it appear the other interface but I cannot find anywhere how to assign the IP address 10.90.116.20x to this 2nd network adapter. But then again I don't even know if I should or if I need to assing a IP address to this 2nd network adapter. What is the cable connected even for this 2nd NIC? I do not know. Should it be - I'm not either. I don't know French and manuals/instructions on www.online.net are in French. I can try an online translator, but I don't think that what I'm looking for is explained. How do I get this set up? I have to do something about the ESXi on the server console? This interface 2nd should be in place, or it must be down as if it was originally? Yesterday after watching someone videos on YouTube, I added the second virtual switch and moved the virtual hosts of this switch 2 and he entrusted the 2nd NIC. But that 2nd NIC had a red X next to it probably indicating that it was disconnected the 2nd form virtual switch. Today and now I have managed to access the ESXi console server through iDRAC, I bring the 2nd NIC, and now both network adapters are assigned to the virtual switch 1st . But I think that a NIC should be attributed to a single switch and the other card NETWORK on the 2nd switch. I'm just a desktop guy with enough knowledge to be dangerous J if you / someone put in steps how and where to set them up it... PLEASE

    Thanks in advance

    cweks

    ~ # vmware - v

    VMware ESXi 5.1.0 build-799733

    ~ # esxcfg - road

    VMkernel default gateway is 62.210.177.1

    ~ # esxcfg-vmknic-list

    Interface Port Group/DVPort IP IP family address Netmask Broadcast MAC address MTU TSO MSS active Type

    vmk0 management network IPv4 62.210.177.20x 255.255.255.0 62.210.177.255 d4:ae:52:cb:bb:84 1500 65535 true STATIC

    vmk0 networking fe80::d6ae:52ff:xxxx:bb84 64 d4:ae:52:cb:bb:84 1500 65535 true IPv6 STATIC, PREFERRED

    Portal www.online.NET--information

    NORMAL 1 ready 62.210.177.20x xxx.domain.eu.       D4:AE:52:AB:BB:84

    2 PRIVATE loan 10.90.116.20x d4:ae:52:ab:bb:85

    http://wiki.hetzner.de/index.php/VMware_ESXi/en#Network_configuration

    Network configuration

    • VMware vSphere Hypervisor is an "operating system" for pure virtualization and support NAT or routing. Therefore, only a real bridge configuration can be used.
    • To use a subnet additional IP must be configured as a router VM.

    If I understand the above, I need to show some VM and set up as a router? If the virtual machine that will act as a router must have two network interfaces, where it is connected to a switch and the other to the other switch network card. Am I do? The YouTube video that suggested, but I thought that maybe / somehow ESXi can route packets between the two network cards, but from what I read, ESXi can route packets. Do I need to order an additional / extra / 2nd IPv4 address so that it can be assigned to the interface of the router?

  • Windows Vista detects the wireless network but will not connect to it. Two other users in the same office connect without difficulty.

    The title says it all really.

    I was connected and working normally for about an hour this morning, until suddenly the connection has been lost.
    Windows detects the wireless network but will not connect. Two other users in the same office connect without difficulty.
    Help, please.
    Thank you.
    original title: vista detection network but will not connect

    Hi JulianBeach,

    1. you have made no changes to the computer before the broadcast took place?
    2. What is the exact error message you get?
    3 is connected to the domain of the computer?
    4. what happens when you try to connect to the network?

    Try the steps from the following link:
    Windows wireless and wired network connection problems
    http://Windows.Microsoft.com/en-us/Windows/help/wired-and-wireless-network-connection-problems-in-Windows

    Additional information:
    Wireless network card: frequently asked questions
    http://Windows.Microsoft.com/en-us/Windows-Vista/wireless-networking-frequently-asked-questions

  • Upgrade of two DB Instances with an ORACLE_HOME

    Hello

    Upgrade 10g and 11g on the BSG, an ORACLE_HOME and two DB instances, i.e. TEST & PROD.  I'm confused (issue actually maybe nonsense).

    I call DBUA twice for each DB Instances of the NEW_HOME?

    We have RHL5, where should we go for RHL6 your friendly opinion? But so that maybe it will be installed on the new machine and then export/import process will be adopted for database schemas, isn't?

    Thank you very much.

    Kind regards

    Yes, you will need to run dbua twice... once for each database.

    Regarding RHEL 6.  You can install on a new computer, then export/import...or

    (1) if the database on separated then drives clone disks at the SAN level before submitting to the new host.  You will need to re - install or clone the records containg the oracle_home as well.  Also the oratab and oraInst.loc files.

    (2) make a duplicate RMAN

    (3) closing the db and copy all files across to the new host, if the database is located on a file system.

  • Two EPM instance on a single solaris (11.1.2.3) Server?

    Hi all

    I have an environment with a solaris server and a windows server.

    The server solaris ago already installed is the DEV of EMP 11.1.2.3 failure.  I need to install a configuration to another instance (TEST) on the same solaris server. For the TEST instance, I had a new user and a separate for the TEST instance mount point. ON this new mountpoint, I did the installation and configuration, everything was successful. During the configuration of applications Web automatically resumes the new port numbers:

    As everything by deploying the planning configurator automatically taken shadow port 8301 instead of 8300 8300 is to be drunk used the DEV instance.

    Now, when I start services; the services have started without error, but when you try to access the applications from the Web browser that we get the error 404 not found.

    While studying when I had a glance in the console the TEST instance, deployments of all section weblogic web services when it is empty. .

    I do not understand, if all deployments are empty so how is services appear as deployed and how they got started?

    can someone please help.

    Thank you and best regards,

    Sliman

    Yes, it could be linked to the OraInventory. Like some how information is passing to Dev weblogic instance. Have you tried to use any other rather than default domain name, setting up Test.

    In addition, this configuration will work not correctly, as I said before.you will face some questions each and then.

    See you soon!

    SH! going

  • Can we have two running instance of SST in a box

    Can you have two running instance of SST in a box with a single installation of server of OSH.
    Something like several instance of apache running with the help of various conf for each files.

    -Ram

    There are certainly two instances to it.
    Let me be clear. two parallel proceedings of OSH can be run simultaneously on the same machine.

    However, don't tell you about your needs of test and production environment. Obviously, you can't run "a test OHS and OHS server production running in the same m/c with OHS reinstall them. that cannot be done in any component. can you run "an intermediate test and another intermediate production without reinstalling a middle layer"? certainly not!

    Read about the environments of test and production for applications first, and then read how it can be implemented in the Oracle Application Server Administrator's Guide for your appropriate version of the OAS.

  • two other programs to lose control of cursor when loading firefox. Nitro pdf &amp; on display at take-off from the software Center. Help, please

    two other programs to lose control of cursor when loading firefox. Nitro pdf & on screen takeoff on center software. Help, please.

    When I use the programs listed above and firefox is loaded, scrolling through these programs takes me at the edge of the window. I can't scroll 3 lines I can when FF is not loaded. I hate to say it, but FF is certainly the culprit.

    OK, if I may ask, what also happened when Firefox is in Mode safe? That will do this troubleshooting step, is whether this is caused by an add on that you have in your profile. Questions to troubleshoot Firefox in Safe Mode

    Moreover, the fact happen on the touchpad, as well as with an external mouse (if it's a laptop, if not, please ignore)Reset Firefox preferences to troubleshoot and solve problems

    Does this happen with accelerated scrolling on? This setting is in preferences/Options > Advanced Options > general

    Please post back with your results, thank you!

  • Trying to replace a XP computer with another XP computer in a peer-to-peer network with two other computers.

    Replace a XP computer with another XP computer in a peer-to-peer network with two other computers. became terribly frustrating. I spent a day and a half by train to get there. I know MS wants everyone to buy their new OS, but I can't afford it right now. In the meantime, I'm trying to add a computer to my existing peer-to-peer network. I have never had so much trouble. I can not get computers to eachother Duke on the network.

    Over the past 3 years I have implemented each of the existing computers. I'm familiar with the silly quirks of this operating system (i.e. a few hours waiting see if eventually the computers will warm up to each other and decide to play nice together). All computers are able to connect to the internet through the same router connection, and I was able to get each of the computers to see one another, but not all, but none of the computers is to see the new computer. (The new computer is connected to ONE of the other computers, but stopped doing and do again it). Is there a simple step by step to do this? I don't care even if I can't not all computers on the network as a whole, I would like to just the computer I replace to see the computer I replace by in order to obtain the transferred files and get back to work.

    I appreciate sincerely ANY help ANYONE can offer.

    Hi okcbz,

    1. How many computers on the network?

    I suggest you have a look at the following links in the article:

    Introduction to Windows Peer-to-Peer network

    How to set up a small network with Windows XP Home Edition (PART 1)

    Windows XP Help & how-to

  • in my home network xp laptop in 'My network places' can't see the two other vista computers portable altought they can see computer laptop xp

    in my computer laptop network xp home in my network places can not see the two other vista computers portable altought they can see xp laptop computer and access this computer laptop xp shared docs, laptops 2 vista can see eachother so working group name is on all computers the same portable 3, all are connected etc. What can I do to see the portable 2 on my computer vista laptop xp

    Hi wiking17,
     
    Follow the suggestion given in the article below to resolve this issue:
     
     
    Additional reference on:
     

Maybe you are looking for

  • Keithley 2400 driver for Labview 8 does not

    I sought advice and found this driver for a Keithley 2400, which must work with Labview 8.  I have Labview 8.6. http://sine.NI.com/apps/UTF8/niid_web_display.download_page?p_id_guid=25B255F3AA83660EE0440003BA7CCD... I put the driver file in the right

  • why I can't watch videos online

    why I can't watch videos online, they say something about Java and I need adobe flash something

  • Media Player 11 - fails to read the MOD files

    Using Media Player 11 - had previously played MOD video files from a JVC Everio camera.  Recently, the MP is unable to play the video file.  Do not lock or freeze - just fails to read the file.  (Works with AVI or other files).

  • Remove a remote host from monitoring Infrastructure

    How can I go about removing a host of infrastructure monitoring?  If the host has its own fglam, I was able to disable the agent simple, remove fglam, etc..  In this case, I see no option to turn off monitoring, or withdraw completely from the remote

  • Dbms_Scheduler.Set_Scheduler_Attribute fails for email_server_credential

    I use an Oracle 11 g XE DB (11.2.0.2.0). I want to set up a job to send e-mail messages if the status of the job change.I use the following procedure:Procedure Config_E_Mail isV_Server Varchar2 (50): = "smtp.mail.com:587";V_Sender Varchar2 (70): = '