DataGuard failover data global or normal service?

Hello

I'll put up two rac clusters of 2 nodes using linix and Oracle 12.1.0.2 rh6.

Clus-1 is the primary db dnt5a and clus-2 it is standby dnt5astdby. between them is a DataGuard broker.
It is an active-passive cluster.

What I want is an automatic failover from the primary database to standby db - transperant to the client application.

This will be possible when it is an active cluster / liabilities?

The Global Data Service will do or is the Fast-Start-switch function in the best DataGuard soluition?

Kind regards

Jan

Global data service is not running transition real role. Once the transition from role was made manually or by using DGBROKER, the SERVICE is redirected to the specific instance. In the previous version, had to use a combination of GRID infrastructure, DATAGUARD BROKER service to perform this operation. Now using GDS should the Service must be defined and GDS to install.

This is a good doc http://www.oracle.com/technetwork/database/availability/global-data-services-12c-wp-1964780.pdf

Tags: Database

Similar Questions

  • Exception during consumption of huge data from a web service.

    Hello

    I m developing an application to receive data from a Web Service and retain the data received on the device.

    App is developed for OS 4.3.0

    The Web Service call is made using Ksoap. The Code receives the data from the web service, analyzes the data and stores it in an object. This object is then persisted on the device. The data are essentially the coordinates. It takes the number of contacts required as input and passes it to the Web Service. The Web Service then returns the requested number of records

    The code works if I ask data of up to ~ 600 cases. If I specify more than 600 cases, it throws the following exception

    Chain rg.xmlpull.v1.XmlPullParserException:unexpected type (position: TEXT entity request in T...@1:24 in java.io.InputStreamReader@1f87d1b4)

    When I debugged using Eclipse, this exception is thrown on this statement ht.call (soapAction, envelope);

    Would it be because of a time-out? OT is because the Analyzer is not able to analyze huge data?

    Given that this exception occurs on the declaration of ht.call, I guess the problem is with the web service call and not with the code for persistent storage.

    I have included the code here... Is could someone please show me what the problem is?

    C ode to call Web Services

    public Vector getWebData(String count)
        {
    
       Vector personsVectorto = new Vector();
        try
        {
        StringBuffer receivedContent = new StringBuffer();
        String serviceUrl = "........";
        String serviceNamespace = ".....";
        String soapAction = ".........";
    
       SoapObject rpc = new SoapObject(serviceNamespace, "GetContactsList");
            //rpc.addProperty("listSize", "5");
            rpc.addProperty("listSize", count);
         SoapSerializationEnvelope envelope = new SoapSerializationEnvelope(SoapEnvelope.VER11);
    
            envelope.bodyOut = rpc;
    
            envelope.dotNet = true;
            envelope.encodingStyle = SoapSerializationEnvelope.XSD;
            HttpTransport ht = new HttpTransport(serviceUrl);
            ht.debug = true;
    
            ht.call(soapAction, envelope); // This is where thexmlpullparser exception occurs
    
     Object obj = envelope.getResponse();
            SoapObject soapResult = (SoapObject)obj;
    
                for(int i=0; i < soapResult.getPropertyCount(); i++)
    
                {
                  PersonDTO personto = new PersonDTO();
               SoapObject choice = (SoapObject)soapResult.getProperty(i);
                if( choice!=null)
                {
                    for(int j = 0; j < choice.getPropertyCount(); j++)
                    {
                      receivedContent.append(" Reading Property Number" + String.valueOf(j) + " Value = " + choice.getProperty(j).toString());
    
         if (j==0) personto.setElement(1,choice.getProperty(j).toString());
        if (j==1) personto.setElement(2,choice.getProperty(j).toString());
        if (j==2) personto.setElement(3,choice.getProperty(j).toString());
        if (j==3) personto.setElement(4,choice.getProperty(j).toString());
        if (j==4) personto.setElement(5,choice.getProperty(j).toString());
         if (j==5) personto.setElement(6,choice.getProperty(j).toString());
         if (j==6) personto.setElement(7,choice.getProperty(j).toString());
          if (j==7) personto.setElement(8,choice.getProperty(j).toString());
         if (j==8) personto.setElement(9,choice.getProperty(j).toString());
       if (j==9) personto.setElement(10,choice.getProperty(j).toString());
                    }
                }                 
    
                personsVectorto.addElement(personto);
                //storepersistentobject(personsVectorto);
            }
    
            }catch(org.xmlpull.v1.XmlPullParserException ex2)
            {
                String bah1 = ex2.toString();
                Dialog.alert("String: " + bah1);
                String bah2 = ex2.getMessage();
                Dialog.alert("Message: " + bah2); 
    
            }       
    
            catch(Exception ex){
                String bah = ex.toString();
                Dialog.alert("Response: " + bah);
    
                }
    
                return personsVectorto;
        }
    

    Thank you

    Hi Philippe,.

    First Question: Print server response

    Yes - I think for you too in fact just print the answer you'll have to do a regular HTTP call to the server and print it like this:

    StringBuffer sb = new StringBuffer();

    int thumb;

    HttpConnection httpConn = (HttpConnection) Connector.open (url);

    httpConn.setRequestMethod (HttpConnection.GET); or by POST depending on your needs

    in = httpConn.openInputStream ();

    While ((thumb = in.read ())! = - 1).

    {

    SB. Append ((Char) inCh);

    }

    System.out.println ("server response:" + sb.toString ());

    Try and see if you get a request too large entity. Note: you should probably put your SOAP request in GET or POST http request.

    Second Question: Is zipping required?

    This is how I chose to do for my particular needs that transfer me a large amount of data and the compression algorithm seems to keep all my data well below 40 k. However, it is not the only way, you could actually make several requests and get data piece by piece, but I don't know if it works well with SOAP responses. Depending on the type of Network Setup Blackberry you have, you can also set this limit to be higher (I think a maximum of 1 024 Ko for BES).

    Third Question: Timeout Logging

    For wait times, usually the exception you get should indicate that there was a timeout, but if you are suspicious that it's a timeout check your web service and see.

    Hope that helps!

    R

  • ADF Mobile Page with the data control of Web Service not showing latest results

    Hello

    I developed a simple mobile application of ADF. It has two functions members and subscriptions. These two pages are part of my Taskflow. On the members page I show all members in a list by using the Web Service method data Find command. In the list item have a listener property Set where I'm storing MemberId in a variable of pageFlowScope for action. On the subscription page, I have a bar graph that gets the data with the help of a Find method in control of data to the Web Service. The find method is based on a view created criteria which has a member ID of input parameter. in the model of ADFBC project. I connected the variable using the AMX page binding. The variable is being levied on the pageFlowScope variable.

    The page displays the chart first to a member. And shows the same graph for the other members. I printed the memberId variable and it shows the value of the respective members. But the cards are not get updated every time I select new Member.

    I use JDeveloper 11.1.2.4.0.

    Any suggestions?

    Thank you

    Mehabub

    Go to the Connections tab, and then click the Green plus sign on the central section - you need to add a 'invokeAction. Give it a name, and then select the iterator that built the table, and that's all you should have to do. The invokeAction fires whenever you visit the page and should update the list.

    Rich,

  • How to fill a ComboBox with data from a Web service

    I have a simple application that contains a DataGrid control that gets its data from a web service. I prefer to put these data in a ComboBox instead of a DataGrid control. My web service returns objects.

    Someone has an idea how to do?

    < mx:DataGrid id = dataProvider = "{ws.getProjects.lastResult"dgProjects"}" > "
    ... < mx:columns >
    ... < mx:DataGridColumn dataField = "projectID" headerText = "ID of project" width = "100" / >
    ... < mx:DataGridColumn headerText = "Project name" dataField = "projectName" / >
    ... < mx:DataGridColumn headerText = "Doc UNID" dataField = "docUNID" visible = "false" / >
    ... < / mx:columns >
    < / mx:DataGrid >

    Exactly what I needed.

    Thank you very much!!!

  • Problems to change my url endpoint data control for Web Service design time vs deploy times. Where is the url of time to deploy the "deployment configuration" stored?

    https://blogs.Oracle.com/ADF/entry/changing_endpoint_url_for_a_web_service_data_control

    Using this link as a reference, I created a data control Web Service, and when I deploy via JDeveloper for different environments I can change my point of endpoint accordingly on this screen:

    Capture.PNG

    However when I change my point of termination at the design time, the changes do not appear in the screen "Configuration of the deployment. This would not normally be a problem, but our automated deployment (maven/ant) seems to keep picking up the url "Deployment Configuration" instead of what we change in the DataControl.dcx. So I have a few questions:

    1. Why is there a difference between what we have in the source code and what is shown on this ""Deployment Configuration "screen for manual deployment of JDeveloper? "

    2. where is this "Deployment Configuration" end point url located? I can change it during an automated deployment as I can on a manual deployment?

    3. What is the best practice to change a url endpoint to the Web Service data control with during an automated deployment?

    It turns out that the connections.xml had the url of the endpoint that the profile of the deployment and jdeveloper was referencing at deployment time.

    In order to get our automated generation work, we use a search and replace of Ant utility to change endpoint in this connections.xml before construction/deployment of the application.

  • vCloud Data Center hosts certified Services

    We are looking for a hosting provider. Can someone give me a list of what hosting providers expose Data Center Services vCloud vCloud Director auto services portal, where I am able to configure my cloud services based on a pool of resources of clouds we buy?

    I know bluelock is a. Who are the others?

    Thanks, Dave

    Hi Dave,.

    My apologies, a little slow on the response!

    vCloud Datacenter Services addresses in the enterprise space, and only a handful of providers a global level have this certification.  This essentially means that their environments have been jointly designed by VMware and the provider.  They use vCloud Director and expose the vCloud API.

    vCloud Powered suppliers such as StratoGen have built their own environments, but to be certified powered vCloud you must be a partner of provider for VMware Service (VSPP), deployment vCloud Director and expose the vCloud API.  You have a choice of billing models based on the 3 types of data center virtual in vCloud Director - fixed monthly allowance & booking pool models and variable rates by the hour on Pay plans pay as You Go.

    So the difference is really what you consider the market to be in - if you need a global business player then you should watch vCloud Datacenter Services, if you are into SMB or Mid market, then you should probably look vCloud Powered suppliers.

    Many vCloud providers offer a free test drive of their services, so you can try with zero commitment.

    vCloud Express was supposed to be the answer to VMware for Amazon EC2 - instant access to vCloud resources, only credit card payment, distribution plans by the payment of hours only.  Only a few ever offered vCloud Express providers.  You always vCloud Director, but you will see that there is nothing on the vCloud ecosystem as it rolled into vCloud Powered.

    I hope this helps.

    Thank you

    Karl.

  • Validation prior to submitting the data to the web service

    HI guys,.

    I need your help because I use Adobe LiveCycle Designer 8.2 in desiging an electronic form in offline mode, which takes the user data and insert it into a database using a WSDL for the web service on the server. I now had the button on which to run the web service method parameters are related to certain fields, but I need to validate these field at the time of the application?

    So I tried to write the validation script in the handler preExec, but if this right I need to know how to cancel the preExec execute event?

    And if it's not just please help me otherwise

    Thank you.

    Osama

    To cancel the event (submit it in this case), you would use xfa.event.cancelAction = true;

    This was added in version 8, I believe so if you are using a Reader/Acrobat earlier that this will not work.

    You could have your hidden real submit button and expose a normal button to the user for the presentation. This would allow you to write code on the normal button to check your postings and if they work out then you would hit the Send button programmatically:

    buttonName.execEvent ("click")

    Hope that helps

    Paul

  • Tunnel has no data 2.5.1 Service

    We have created a set of application which all use Data Services, RTMP using 2038 port. In the services - config.xml we implemented in the definition of channel of my-rtmp to use rtmpt as the Protocol. All applications are compiled with this service - config.Xml.

    For most users it works fine, however for some of our user in company, behind restrictive firewalls, a connection to the data services can be made. The application throws a generic message failed.

    Since we use the rtmpt Protocol, what can we do to ensure our users in companies are able to use our applications?

    Thank you

    -Rogier

    It seems that the problem has been resolved. However, as we put rtmpt as the only channel, our other users knew a big drop off in performance due to the tunnel.

    I saw a very good ticket:
    http://www.infoaccelerator.net/blog/post.cfm/setting-up-RTMPT-failover-on-LCDs
    where Andrew speaks using rtmpt failover for those users who cannot use the rtmp Protocol.

    We have implemented the structure he describes:
    -channel definition for rtmp in services-config. XML
    -channel definition for rtmpt in services-config. XML
    -channel definition for amf polling in services-config. XML
    -set both channels as the default channels in the data-management-config. XML in order rtmp, rtmpt, of the polling-amf

    Everyone was able to use data services...

  • DataGuard failover/switch test notes

    version 9i - 11 g
    can someone share different scenarios for this test?

    version 9i - 11 g
    can someone share different scenarios for this test?

    It would be valuable to pass by all:

    1 [Oracle10g: passage to the custody of data and failover best practices: https://metalink2.oracle.com/metalink/plsql/f?p=130:14:8262553999369510259:p14_database_id, p14_docid, p14_show_header, p14_show_help, p14_black_frame, p14_font:NOT, 387266.1, 1, 1, 1, helvetica]
    2. assuming that you haven't dataguard broker. [Execution of passage in a custody of data without the Guard Broker Configuration: https://metalink2.oracle.com/metalink/plsql/f?p=130:14:8262553999369510259:p14_database_id, p14_docid, p14_show_header, p14_show_help, p14_black_frame, p14_font:NOT, 232240.1, 1, 1, 1, helvetica]

    Kind regards
    S.K.

  • Use of data from the system services

    My iPhone starts 5s have a huge use of Data Services system. For a minute, it takes 100 MB (in detail its all used in general). Anyone knows what is coming? Because until now was without any problem. Thank you.

    Hello LucieMai,

    Thank you for reaching out to the Community Support from Apple. I know how it is important to keep the data, and I will do everything I can to help. Every time we see an increase of the data after a recent update as 9.3.3 is a good idea to restart if you have not already. If the behavior persists after restarting, you may want to try to reset the network settings. This will ensure that your phone is using the last settings contact your carrier and your Wi - Fi access. Don't worry, this will only affect the settings like Wi - Fi and VPN passwords. Your content is not deleted. You have to reenter your Wi - Fi password once your device restarts.

    Make then select settings > general > reset > reset the network settings on your device.

    If you have any questions or concerns, the entire community is here to help.

    -Best regards

  • VIX file in the user interface designer receives the data from the Web service application that communicates with the SQL server database

    I created the Web service VI ("Mt-insolacije.vi"), which has two terminals of the input string (FROM / TO) for the dates of arrival and exit of two data terminals (table 1 d) from database (MS SQL server). This VI communicates with the database with functions of the database with a DSN and SQL query appropriate palette. There are two tables with two data (time and Insolation) columns in the database.

    This VI works when you run in Labview 2010, but when I used it as VI in UI Builder it returns no data.

    Could you please help me find a solution. Is it possible to communicate with the SQL server database in this way or there is another way?

    There are two files attachmet: Image of .vix file in Interface builder and .vi file ("Mt-insolacije.vi")

    Please help me ASAP!

    Thank you

    Ivan

    I found the solution problem is in the DSN. I've been using the user instead of DSN system DSN.

    It's important to create the system DSN if you want your VI of web service to communicate with the database.

    PS Please put feature bundle format timestamp and XY graph in the web user interface designer. It's complicated to trace data with datetime on X axis without them.

  • Keep the previous data - Global Cluster control

    I needed to enter a lot of information at the beginning of my program labVIEW with the following structure:

    Commercial equipment

    Function generator

    Manufacturing

    Model #.

    Serial No.

    Calibration date

    Graphic recorder

    Manufacturing

    Model #.

    Serial No.

    Calibration date

    Digital Voltmeter

    ....

    Material test

    ...

    So I created a Subvi for this entry using a cluster of clusters of orders of the chain.  If something is wrong or that you close the program, you must enter all the information again.  I am trying to use a global variable to store my cluster.  When I run the program I would pull the global last data entries.

    How to read the global cluster of control without unbundling and grouping a mess?

    THX

    Look in the library GXML.  He must do exactly what you ask.

  • Does anyone know how to get data from a web service of Labview with ajax or JSON?

    Hello

    I try to use ajax and json to service Web restful which I build with the labview. However I get errors

    For example. I create a web service from a labview vi (z = x / y http://localhost: 8080/math/divide/5/20 will give {Z: "4,000,000"})

    I get errors for the attached html files.

    Does anyone know how to get al labview WebService with ajax or json data?

    Thank you... Eran


  • Report Builder 1.0 will not connect to the data source for Reporting SERVICES

    We have a few users who are unable to connect to SSRS on SQL Server 2008 using the Report Builder version 1.0

    (We will be updating soon, but it's a slow process, and now users have questions)

    Instead of disputed for their IDs, they are requested to select a data source.  This information is supposed to be filled automatically when the user starts the Reporting SERVICES report designer.

    Does anyone know where/how SSRS communicates information to start the application with one click Report Builder, and where, if anywhere, it stores?

    Hello

    The following forum seems most appropriate for your question:

    https://social.msdn.Microsoft.com/forums/en-us/home?Forum=sqlreportingservices

    You can get a faster response there.

    I hope this helps.

    Kind regards

    Alberto Morillo
    SQLCoffee.com

  • Access ntuser.dat.log in NETWORK services folder refused even in safe MODE

    I try to accessntuser.dat.log in the file services NETWORK even in safe MODE but not private.  I am logged in as ADMINISTRATOR.  I guess that's the case as well if I connected any other user?

    I looked in the MGR TASK to try and identify what process this block, but I am at a loss.  Anyone know which circles I need to pass through power to life this file?

    Guessing that you mean this file:

    c:\Documents and Settings\NetworkService

    You cannot open the file because XP is running and the file is in use and the Task Manager will not help you indicate what (s) blocking process your effort to open the file (it is not what is the Task Manager for).

    Sometimes, you can copy a file open and then open the copy, but it will not work with ntuser.dat.log and your efforts to access the file will give results like:

    If you want to open the file, you can open a session under a different name and access the file of ntuser.dat.log of another user in this way (since the other user will not in use).

    For example, if I am logged on as user ElderK I can't access my ntuser.dat.log file but I can access the file owned by another user as Jose in looking here:

    c:\Documents and Settings\Jose

    Or, you can start on something like a Hiren Boot CD and access the file from there since your XP will not work.

    I see no reason to watch the ntuser.dat.log file is binary data, then maybe you can tell us what you're trying to do and why (or you just practice).

Maybe you are looking for

  • Use Foxit reader in PDF files browser.

    HelloI put the prefs in foxit to "display PDF files in the browser.I have disabled the Plugin Acrobat from Adobe. However, to receive them will do the above, there are two entries that are exactly the same. How can I remove a?I just want to be able t

  • sudo will not work, but the fact of su

    I try to install rails on OSX El Capitan 10.11.3, and she strives to sudo.  When I type the root password it does not accept it (sorry, try again).  I know the password is correct, because I can "su" and it works, I can log in directly as root user a

  • My Satellite M70 no longer works, and caps button flashes

    My problem was explained in the title. I just want to know if there is a problem or not. I work on Linux and windows XP, but the problem can happen in the BIOS.Thank you, Vivien.If you need more information, please ask me :)PS: it's the Satellite M70

  • Satellite L300 - fall of communication wifi after upgrading to the Vista SP2?

    After update to Vista 32 bit SP2 realtek 8187b wifi drop communication.I have the latest version of the driver for realtek 8187b.When I use the LAN cable, communication is stable.No problem if I use Ubuntu - both with LAN cable or wifi. I tried to ch

  • Pavilion DV6 3300se recovery disk

    Hello I lost my rear drive for my laptop, is there a way to get a link for windows and HP support apps with it?. Thanks in advance.