Long delay executing "select from m_service_replication" when partner is not reachable.

I'm testing two SAP HANA SP08 with synchronous system replication. When connection between two replication partner is not available, any query that does select from m_service_replication takes relatively long time (almost 3 minutes for the first query after connection gets severed). All other queries I tried are not affected. Is it expected behavior? I do not quite understand why simple SQL query should depend on replication status, especially as hdbcons replication info returns immediately.
Thank you!

Hi,
actually your database should not hang. Because when it hangs on one node this error will impact all the other instances as well, since this node has database blocks in memory it exclusively accesses, and when these cannot be transferred, your other nodes will "wait". Hence it is crucially important that when your disk controller hangs, the database instance gets aborted, if not even the node should get evicted.
So if your described szenario really is the case, then the service definition will not help you fix the issue. You should instead have a look at the reason, why the node does not react (or does not get an error).
If the clusternode behaves correctly then the service will failover. Just make sure you configure your clients correctly to react to this:
http://www.oracle.com/technetwork/products/clustering/overview/awmrac11g-133673.pdf
Regards
Sebastian

Similar Messages

  • MUST SPECIFY TABLE TO SELECT FROM ,2 RECEIVED ALERTS COULD NOT BE PREPARED

    **Dear All, I get this Error"MUST SPECIFY TABLE TO SELECT FROM ,2 RECEIVED ALERTS COULD NOT BE PREPARED"** Please help me solve this
    SELECT T1.AcctCode, T1.AcctName FROM OACT T1  WHERE (T1.AcctCode ='ACACBB0001' OR  T1.AcctCode ='ACACBBBP01' OR  T1.AcctCode ='ACACBBBP02' OR  T1.AcctCode ='ACACBBBP03' OR  T1.AcctCode ='ACACBBBP04' OR  T1.AcctCode ='LLFSLCC001' OR  T1.AcctCode ='LLFSLCC002' OR  T1.AcctCode ='LLFSLTL001' OR  T1.AcctCode ='LLFULFO001')
    AND  T1.AcctCode   NOT IN (SELECT  T0.Account  FROM JDT1 T0 WHERE   T0.REFDATE<='[%0]' AND (T0.Account ='ACACBB0001' OR T0.Account ='ACACBBBP01' OR T0.Account ='ACACBBBP02' OR T0.Account ='ACACBBBP03' OR T0.Account ='ACACBBBP04' OR T0.Account ='LLFSLCC001' OR T0.Account ='LLFSLCC002' OR T0.Account ='LLFSLTL001' OR T0.Account ='LLFULFO001' ) )
    Regrds
    MD Zubair

    change the query as
    declare @date datetime
    SELECT @date =  T0.refdate FROM JDT1 T0 WHERE T0.REFDATE ='[%0]'
    SELECT T1.AcctCode, T1.AcctName FROM OACT T1 WHERE (T1.AcctCode ='ACACBB0001' OR T1.AcctCode ='ACACBBBP01' OR T1.AcctCode ='ACACBBBP02' OR T1.AcctCode ='ACACBBBP03' OR T1.AcctCode ='ACACBBBP04' OR T1.AcctCode ='LLFSLCC001' OR T1.AcctCode ='LLFSLCC002' OR T1.AcctCode ='LLFSLTL001' OR T1.AcctCode ='LLFULFO001')
    AND T1.AcctCode NOT IN (SELECT T0.Account FROM JDT1 T0 WHERE T0.REFDATE<=@date AND (T0.Account ='ACACBB0001' OR T0.Account ='ACACBBBP01' OR T0.Account ='ACACBBBP02' OR T0.Account ='ACACBBBP03' OR T0.Account ='ACACBBBP04' OR T0.Account ='LLFSLCC001' OR T0.Account ='LLFSLCC002' OR T0.Account ='LLFSLTL001' OR T0.Account ='LLFULFO001' ) )

  • How to access the Oracle from Unix when SID is not provided?

    How to access the Oracle from Unix when SID is not provided.
    User Name : xxx
    Password : yyy
    SID : SID
    I use to access it using below command from Unix prompt:
    sqlplus xxx/yyy@SIDNow since I dont have SID, how to access the Oracle DB from Unix Box?
    User Name : xxx
    Password : yyy
    Service Name : zzz
    Regards,
    Sunny.

    Hi Ajay
    Thanks for the suggesstion :)..It worked as well.
    The Actual problem was in the "tnsnames.ora" file where in I need to make entry for the new SERVICE name.
    Now I am able to connect it properly.
    Regards,
    Sunny.

  • Party Resource selected from the Assignment Manager is not available on SR

    Party Resource selected from the Assignment Manager is not available on Service Request.
    Hi,
    Im working on Oracle Customer Support and observed the following.
    I imported a party (dealer) from AR and created it as a resource.
    Then created a Service Request, assigned Tasks to the service request and then tried to assign the task to the imported resource using Assignment Manager.
    In the assignment manager searched for the resources using Unassisted search. In the resource type selected 'Party Resource'. Found the party resources by clicking on the search button.
    Double clicked on the party resource and specified the Start Time and End Time.
    After clicking on the Ok button, the selected party resource is not available in the Service Request Form.
    Can somebody please help me in this matter. I want the party resource on the service request form.
    Thanks in advance.
    Regards
    Anil

    Shiv,
    Thank you for your reply. I don't have access to the production instance..but I will definitely recommend the solution. I did these steps in test instances earlier whenever I had this error. But they used to go away after bouncing app server.
    Now, some of the functions are available to the responsibility without any modifications..seems like it takes a while for the newly added functions to a menu to propagate in the E-Business system.
    What confounds me is that even after a mid-tier bounce, the system didn't pickup the menu changes.
    Regards,
    Arun

  • Ip[od wqas removed from pc when it should not have been

    Hi guys is this bad, as the ipod is dead or can this be fixed
    cheer
    P

    ALL - I tried what you are suggesting, and it "technically" works, but you still end up bouncing back and forth from the left side of the page (where the TV series are) to the right side of the page (where the episodes are).  It is completely annoying...
    Apple, if you are listening, you should be able to scroll WITHIN THE BOX on the left, and then see the episodes on the right.
    I appreciate the suggestions, at least it is a work around, but not at all what one would expect from a new release.
    NOTE TO APPLE:
    I bought into your marketing, have purchased huge amounts of content, so dont penalize me for it by making me jump up and down my screen like a Jack-in-the-box whenever I want to add content to my iPhone or iPad.

  • Unable to get the selected from table when AM Pooling is disabled

    Hi,
    I have created a EO and VO for EMPLOYEE table and dragged on to pagefragment as ADF table. RowSelection property is set as Single.
    It is displaying the data in the table. I have written below method which should be invoked on selection of a row.
    It should give the Firstname and LastName column values of the selected row.
    public void onSelectTable(SelectionEvent selectionEvent)
    RowKeySet selectedEmps = getEmpTable().getSelectedRowKeys();
    Iterator selectedEmpIter = selectedEmps.iterator();
    DCBindingContainer bindings = (DCBindingContainer)BindingContext.getCurrent().getCurrentBindingsEntry();
    DCIteratorBinding empIter = bindings.findIteratorBinding("EmployeeVOIterator");
    RowSetIterator empRSIter = empIter.getRowSetIterator();
    while(selectedEmpIter.hasNext()){
    Key key = (Key)((List)selectedEmpIter.next()).get(0);
    Row selRow = empRSIter.getRow(key);
    String firstName = selRow.getAttribute("FirstName").toString();
    String lastName = selRow.getAttribute("LastName").toString();
    This method is working fine.
    But I have disabled the Application Module Pooling and tried in local machine(AM Configuration -> Pooling and Scalability -> Uncheck Enable Application Module Pooling).
    Then it is not workinng. it is returning null to selRow. Ideally it should work.
    Can any one pls suggest why it is not working when Application Module Pooling is disabled?
    Regards,
    Vinod

    Which jdve version do you use?
    What is the whole use case?
    I don't understand why you make it so complicated when the framework gives you what you like fro free. If you leave the selectionListener like it was when you dropped the table onto the page the framework handles the selection for you. If you like the name and first name of hte selected row you can drag the name, firstname from the VO onto the table (even if you don't want to see it, dorp it an e.g. inputText) and drop it onto the page. This will create the needed binding for you in the pagedef file. as you don't want to see the inputtext components switch into source mode for the page and remove the components. Removing components in source mode will keep the bindings, whereas if you remove them in design mode the bindings are removed too.
    Now, if you select a row in the table, the attributes for name, firstname automatically getting the correct values assigned.
    If you like to get to them from a mangaed bean you should read http://www.oracle.com/technetwork/developer-tools/adf/learnmore/23-generic-table-selection-listener-169162.pdf which shows you how to first use the default selectionListener and then do something else with the row (if you like).
    Timo

  • When I select from the LOV, it is not storing in the database

    Have a field (Manager) where the user selects their manager from the select list(generated from the query below)
    select FIRST_NAME || LAST_NAME d, MANAGER_ID r
    from PERSONNEL
    where TITLE = 'MGR'
    order by 1
    After the manager is selected and Apply changes is clicked, nothing is stored to the database.
    Have the Manager field specifications set as:
    Source Used: Only when current value is session state is null
    Source Type: Database column
    Maintain Session State: Per Session
    Source Value or Expression: MANAGER_ID

    Well, how have you created this form... manually or using wizard. If you have used wizard, then it would have asked you to select the table and it would have created process to update the same.
    If you have created this form manually then you need to add a processs to update this to database...
    Regards,
    Shijesh

  • Takes a long time to select a files when importing files

    When I am selecting a files through the import function, it takes a long time (sometimes 5 minutes) for the computer to allow a file to be selected. I have just reformat the drives and did a fresh install of all application. I am running OS 10.4.4 on a G5 2.7. This happens irregardless whether I am selecting a file on an external drive (Firewire 800) or internal drive. Any clue, anyone? please help. Thanks

    What are you importing?
    Shane

  • Long delay after selecting print in Mail

    Hi,
    Installed Snow Leopard over the weekend, however there is a delay when I try to print any email (large or small) from Mail.
    I click command and P and the 'File' in the top menu turns blue for around 30 seconds before the print dialogue box finally pops up. I am going to add another 1Gb RAM to my Macbook to see if this addresses this issue. Bear in mind that Mail is the only application open at the time.
    Does anyone else have this issue?

    Hello Rory:
    FWIW, I do not have that problem.
    You might try a couple of things.
    1. Rebuild the mailbox(s).
    2. Delete your printer, restart, and then add it back into your system.
    Barry

  • Iphone 5 has long delay 15 sec or more when typing message.  recently downloaded new software update

    i bought a new iPhone 5s in November.  a few days ago I was asked if I wanted to upgrade my software to 7 something, I dont have my phone so I am unable to give you the specific number of the new software.  Now I am unable to type unless I wait at great length for each character to show.  I will take me three minutes to type a 3 word sentence, in both Text messaging and email.  I saw a post from google that I should use reset button.  I gone to general settings opened and selected reset all after that I did not have any success.  Phishfry60

    Please excuse some of the typos.  It's late and the browser shut down on a me a few times. 

  • "no pages selected from document" when printing

    When I try to print a picture I have selected, it says I have not selected it. Why? I know I am selecting it. It also says it is too big for the paper size which is a 4x6.

    Stephen:
    Regarding the "too big" for paper size issue, you first need to crop it to 4x6 beforehand and then in Page Setup make sure you've got 4x6 borderless selected in the Size menu and the correct orientation, landscape or portrait, selected. Then in the iPhoto print window select Standard Prints-4x6 and 1 photo per page. Also you should have selected your particular printer in both the Page Setup and iPhoto print windows.
    I don't know why iPhoto would not recognize the fact that you've clicked on and selected a photo. Try doing a Revert to Original and then re-crop the photo and then see if the selection is recognized.
    OT

  • Long delay between switching from internal - external speakers MacBook Pro 13

    Hey,
    Ive got a MacBook Pro 13" (2011) on lion 10.7.4 and I have experienced recent problems with a switch from internal to expernal speakers and vice versa. For example, Im on itunes listening to a song or watching a video on youtube etc and then I plug in my speakers or my headphones, the sound stops. It varies from time to time, until the music continues then, ranging from 10s to hours!
    When I try to adjust the volume following things have happened on different occasions:
    the volume symbol in the top bar is grey
    when I try to adjust the volume with the keyboard, it either wont let me (indicating full volume and the stop sign appear on the screen) or it indicates on the screen that the volume gets changed but you cant hear anything
    in the latter case, sometimes when the sound works again, I can press those buttons but the volume is stuck and doesnt respond.
    Does it have to do anything with the fact that I am pretty bad at closing tabs on my browser and programmes? I wouldnt have thought so though because it didint used to be like that with the sound and my habits havent changed.
    Anyeay, I eould be very happy if someone could help me out with this issue. Many thanks in advance

    Thanks for taking the trouble to answer. I agree that it seems like a hw problem either with a cable or internal mounting. To help anyone else who had this sort of problem ..... there is no need to worry. I picked up the phone and called Apple. A very polite and helpful tech guy ran me through a graphics ram reset (PRAM) to see if this would fix things and said to let them know if it didn't. The problem reoccured so the machine is going back. Apple immediately arranged for the machine - no debate, no hassle - to be picked up by courier and a new one shipped back to me. I'll have it in a couple of days. That is what you call service. I'm still going to take an additional precaution though. Despite having a good cover for the machine I'm going to add additional padding in the backpack I use on a weekly commute. Note though that I never had any problems with a series of Macbooks in the decade I've been commuting across Europe (on a weekly basis).

  • Can you have itunes delete one star songs from HD when itunes is not set to auto sort/manage

    I have a very large music collection and as i am listening to it in my house my phone allows me to rate the music that is playing.  Every week or so i would like to just have itunes mass delete from my hard drive the music that is listed as one star.  Is there any way to do this?  Since Itunes has a very screwed up way of organizing music i do not have it listed to auto-organize my stuff.

    You can, if you so wish, create a smart playist with the rule Rating is one star.
    CTRL+A will select all of the items in the list.
    CTRL+SHIFT+DELETE will delete all of the items from the list and the library.
    If the media files are located within the designated iTunes Media folder then the original files will also be deleted.
    If the media is stored elsewhere my script KillSelectedFiles could be used after pressing CTRL+A.
    tt2

  • How can I get Made In Chelsea from itunes when it is not available on my countries store?

    I want to buy and download the Made in Chelsea seasons. But on Itunes Australia, where I am, its not available. It is however available on the British Itunes but of course its in pounds. It there any way to get Made in Chelsea off Itunes? Or will I have to nuy dvds from overseas (something i really dont want to do because of the cost)? Any other solutions?

    Your only option is to have an iTS account for that country - you would need a local CC and local address to create an account for the country.
    MJ

  • HT1338 How Do You Delete The Calender from iCal when It Will Not Load?

    iCalender will not let me delete my calenders, pinwheel simply toggles. What happening here?  Help!!!

    I found the answer in one of the links... thanks

Maybe you are looking for