Reasonable time for instance recovery in RAC

Hi,
We're running with Oracle RAC configuration. The configuration is 2 instances one active one passive and we simulate failure of the active instance under load of ~1500 transactions per second.
In our tests we're seeing that between failure time until 2nd passive instance is taking responsibility it might take more than 1 or 2 minutes.
The question is: Is this behavior is reasonable? Fine - what SLA we can expect in those scenarios? other scenarios?
Where can we read about this in details.
Thank you,
Moshe

user12187426 wrote:
Harish Kumar Kalra wrote:
SLA depends on your business requirement but wrt to recovery of the second instance, this looks reasonable based on 1500 active transactions and induced failure on first instance. Look at FAST_START_MTTR_TARGET parameter to tune this further.
Ta
I am not agree with this, 1500 transaction per second if you lost it in 2 mins that means 180000 transaction. If one transaction worth of $1 then you have loose $180000
and I don't think FAST_START_MTTR_TARGET, this will make checkpoint to occur more frequent hence make overall performance degrated
ThxYes, but if you're starting to calculate in that kind of numbers, then I'm wondering why they use an active/passive config.
Regards
FJFranken

Similar Messages

  • Time for incomplete recovery.

    Hello everybody! )
    i have a backup of Oracle 10gR2 database using rman script:
    run{
    backup database;
    backup archivelog all;
    backup current control file;
    i need restore this database on other server over 2 months
    How can i find the time for incomplete database recovery.
    Thanks.

    Hello.
    I have full backup of database plus archivelogs;
    RMAN> list backupset summary;
    Key-TY-LV-S-Device-Type-Completion_Time--------Pieces-Copies---Compressed Tag
    1412---B--F--A DISK------26-11-2010 20:45:18 1-----1-----NO------TAG20101126T195011
    1413---B--F--A DISK------26-11-2010 20:46:45 1-----1-----NO------TAG20101126T195011
    1414---B--F--A DISK------26-11-2010 21:01:43 1-----1-----NO------TAG20101126T195011
    1415---B--F--A DISK------26-11-2010 22:01:14 1-----1-----NO------TAG20101126T195011
    1416---B--F--A DISK------27-11-2010 01:17:52 1-----1-----NO------TAG20101126T195011
    1417---B--A--A DISK----- *27-11-2010 01:20:48* 1-----1-----NO------TAG20101127T011822
    1418---B--A--A DISK------27-11-2010 01:20:49 1-----1-----NO------TAG20101127T011822
    1419---B--A--A DISK------27-11-2010 01:20:51 1-----1-----NO------TAG20101127T011822
    1420---B--A--A DISK------27-11-2010 01:20:59 1-----1-----NO------TAG20101127T011822
    1421---B--A--A DISK------27-11-2010 01:21:08 1-----1-----NO------TAG20101127T011822
    1422---B--A--A DISK------27-11-2010 01:21:42 1-----1-----NO------TAG20101127T011822
    and i set until time to
    set until time '27-11-2010 01:18:00';
    restore database;
    recover database;
    but rman show error:
    RMAN-06023: no backup or copy of datafile 3 found to restore
    RMAN-06023: no backup or copy of datafile 2 found to restore
    RMAN-06023: no backup or copy of datafile 1 found to restore
    Edited by: OraUser on Nov 29, 2010 6:33 AM

  • A Cocoa window which is used multiple times (for instances of a class)

    Hi everyone,
    I develop with newest xCode using Obj-C, Java and Cocoa.
    It works perfectly to create a window and connect it to some code: I just design it, and connect it to a class which has been instantiated previously.
    What I need now is a window, which is used multiple times. Means that I create a class where the window should be connected to, from which I create multiple instances.
    I've seen that it works to create a class in Obj-C and just generate the window by code: it works to generate multiple windows. But how would I be able to design a window with InterfaeBuilder for a class which is not yetinstantiated? A class for which I create the instances while my app is running?
    Thanks a lot for your answers!
    -Lucas

    Like PeeJay says, a custom window controller seems the way to go. Try creating a subclass of NSWindowController, with header something like this:
    #import <Cocoa/Cocoa.h>
    @interface MyWindowController : NSWindowController
    IBOutlet NSTextField *infoField;
    -(void)setInfoText:(NSString *)str;
    @end
    The implementation of the setInfoText would be something like:
    -(void)setInfoText:(NSString *)str{
    [infoField setStringValue:str];
    Create a nib file with your window in interface builder. Drop the header file for your custom window controller into the interface builder window. Set the custom class of the nib's File's Owner to MyWindowController. You can then hook up the window and infoField outlets from File's Owner to your window.
    In the body of your code where you open a new info window, add something like:
    MyWindowController *windowController=[[MyWindowController alloc] initWithWindowNibName:@"nameOfWindowNibFile"];
    [windowController setInfoText:@"Whatever"];
    [windowController showWindow:self];
    If you are going to have an undetermined amount of these custom window, it might be a good idea to store the window controller instances in a mutable array, rather than retaining instance variables for each one.
    Jim

  • For the last week or three Firefox refreshes two or three times for each refresh, and sometimes for no obvious reason..

    For the last week or three Firefox refreshes two or three times for each refresh. Sometimes it refreshes for no obvious reason. For instance, I'll be in the middle of typing into a forum's post block & it refreshes. Or filling out an online form. Or simply viewing a page.

    You can check for issues caused by an extension that isn't working properly.
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • TS3988 I am in the midst of setting up my new iPad Air, and the process seems to be stuck on "Updating iCloud settings..."  What is a reasonable amount of time for this step to take?

    I am in the midst of setting up my new iPad Air, and the process seems to be stuck on "Updating iCloud settings..."  What is a reasonable time for this step to take?

    Shouldn't take more than a few seconds to a minute.  If it's stuck, you might want to give Apple support a call to see if they are experiencing unreported server issues.  Since your device is new, you are within the 90-day free call support period.  You can set up the call here: http://www.apple.com/support/icloud/contact/.  You will need your serial number, which is on the box and (I believe) the back of your iPad.

  • Instance recovery by SMON

    Hi,
    are you agree with the followings :
    Your database is running in the ARCHIVELOG mode. After an instance crash, you start up the database by issuing the STARTUP
    command. Instance recovery is initiated by the SMON background process.
    The information used for instance recovery will be derived from the control file.
    The uncommitted changes are rolled back using information in the undo segments.
    The committed and uncommitted changes stored in the online redo log are applied to the
    affected data blocks.Many thanks.

    Oracle instance recovery. I am remebering, one day i was talking with one of my the best and great oracle expert friend and i asked him; "Suppose you have got a chance to ask one question from OCM; what will you ask? He said; i will ask him explain how and when oracle perfrom instance recovery". So you can judge what is instance recovery and how much lengthy is this topic. But if i have to explain then first i will collect some notes from forum and google and the text will be as follow :
    1. The recovery is triggered by smon comparing thre control files and data file headers. If the stop scn of the datafile doesn't match with the checkpoint scn of control file, recovery is triggered(hope I remember correctly). After that recovery starts. There are changes in it from 9i but don't think its neded here. Read on the docs!
    Source:Re: instance recovery in oracle 9i
    Writer:Aman....
    Please read replies by Kamran and Pavan in the above thread.
    2. There is no Instance Recovery at the STARTUP and MOUNT phases. Instance Recovery is at the OPEN phase.
    Source:how oracle will come to know weather it is Instance recovery or Media Recovery
    Writer:Hemant K Chitale
    3. Re: crash recovery/ instance recovery
    Writer:Eduardo Legatti
    etc. etc.
    I mean if i wish to write a note on instance recovery i will collect some good and clear replies by forum experts (as i showed example above) and then will shape-up in my language and then; i will post that text in the forum; so that necessary correction too can be performed (if required).
    Regards
    Girish Sharma

  • How do I send instance for manual recovery at run time.

    Hi
    I have a BPEL process within which I am trying to handle a business error. I understand using the default-policies on the application server I can send a message for manual recovery. But is it possible to force an instance into the manual recovery queue in the event of a handled error?
    I have previosuly used the default policies to route remote/binding faults to the activities tab (manual recovery) tab and the users find this useful to adjust XM land retry, re-throw etc. But can we do the same for errors handled within the BPEL. So if I have a catch all within my process how would I send the instance to this manual recovery queue.
    Thanks
    Rich

    I hate it when after an hour's searching I post a question
    and then find the answer ten minutes later...
    "Current VI's Path" on the file IO palette...
    Bob

  • Mark instance for manual recovery

    Is there any way I can programmatically set my instance for manual recovery without fault policy ?
    I.e
    I would like to suspend my process for a certain period of time and manually invoke from the activity where i left ..
    I do not want to use wait because, I would like to manually recover my instance. Also wait activity consumes a thread of scheduler that causes perfomance issues.
    Please let me know if you have any idea..
    Thanks,
    -Sridhar

    Hi Sridhar
    Send it to a manual task, then reissue manually from the worklist. You can put a timeout on the worklist entry too so that the instance can be restarted automatically after a period.
    Tony

  • How to reduced instance recovery time

    Hello Friends how are you all. I hope you all will be fine. friends I want to reduced the instance recovery time but i don't know which views or parameters which could helpful for me. Please tell me the way how can i reduced the instance recovery time.
    Thanks & Best Wishes

    Hi,
    Reduced instance recovery time
    check ur DB size, is it connected many users.
    my advice is do not set the reduced instance recovery time, it may be decreased run-time peformance.
    the following procedure
    -) Frequent checkpoints
    -) reduce instance recovery time
    -) set FAST_START_MTTR_TARGET parameter
    -) size the Online redo log files
    -) Implent manual checkpoints
    -) reduce log_buffer size
    -) Decrease run-time performance

  • I recently had the genius bar change my imac hard drive because it crashed. For some reason Time Machine didn't back up some of my important files. Can I get my damaged hard drive back from the genius bar to see if I can access that info?

    I recently had the genius bar change my imac hard drive because it crashed. For some reason Time Machine didn't back up some of my important files. Can I get my damaged hard drive back from the genius bar to see if I can access that info?

    Unfortunately, that drive is long gone, probably back to the mfr. Drives are not returned when they are exchanged. You can go by and ask them, but the chances are slim to none.

  • We have an issue when we send a film to the media encoder it crashes about half of the time for no particular reason. Anyone else got that too with Premiere Pro CC and the new Media encoder? Thanks! bedrijfsfilm Companyfilms

    We have an issue when we send a film to the media encoder it crashes about half of the time for no particular reason. Anyone else got that too with Premiere Pro CC and the new Media encoder?

    We have an issue when we send a film to the media encoder it crashes about half of the time for no particular reason
    Anyone else got that too with Premiere Pro CC and the new Media encoder?
    Lack of detailed info makes your question impossible for anyone to answer you!
    eg. ...."Doctor it hurts...anyone else got something that hurts?" 

  • My ping is 500+ all the time for no reason.

    hey basically my ping is like 500+ all the time for no reason at all
    thats my adsl status
    ADSL line status
    Connection information
    Line state
    Connected
    Connection time
    0 days, 5:42:31
    Downstream
    5,088 Kbps
    Upstream
    448 Kbps
    ADSL settings
    VPI/VCI
    0/38
    Type
    PPPoA
    Modulation
    ITU-T G.992.1
    Latency type
    Interleaved
    Noise margin (Down/Up)
    14.9 dB / 23.0 dB
    Line attenuation (Down/Up)
    26.0 dB / 15.5 dB
    Output power (Down/Up)
    19.8 dBm / 12.3 dBm
    Loss of Framing (Local)
    0
    Loss of Signal (Local)
    0
    Loss of Power (Local)
    0
    FEC Errors (Down/Up)
    1553 / 0
    CRC Errors (Down/Up)
    42 / N/A
    HEC Errors (Down/Up)
    N/A / 0
    Error Seconds (Local)
    34

    Hello ,
    Also we need a speedtest just to have a look and make sure everything's okay? Use this link http://bit.ly/uViAXN and post all the required info Throughput, IP Profile etc..). If that one doesn't work then try this work around link http://bit.ly/sYcqhk .
    Can you also run a test at http://www.pingtest.net and also do websites load slowly?
    Can you also confirm if you're connected at the master socket or an extension? And what your type your master socket is according to this picture
    Are you connected Wirelessly or through a cable?
    Regards Edd
    Check your Line
    BT Speedtester

  • HT4759 Hello .. I've been subscribed for ic;oud for 20$ per year and I found it useless for many reasons: that I can not disconnect my mobile while the uploading process and it takes long time for uploading my data .. Its not a reliable system that's why

    Hello .. I've been subscribed for ic;oud for 20$ per year and I found it useless for many reasons: that I can not disconnect my mobile while the uploading process and it takes long time for uploading my data .. Its not a reliable system that's why I need to deactivate the space service and take my money back .. Thanks

    The "issues" you've raised are nothing to do with the iCloud service.
    No service that uploads data allows you to disconnect the device you are uploading from while uploading data. Doing so would prevent the upload from completing. It is a basic requirement for any uploading service that you remain connected to it for uploading to be possible.
    The time it takes to upload data to iCloud is entirely dependent on how fast your Internet connection is, and how much data you are uploading. Both of these things are completely out of Apple's control. Whichever upload service you use will be affected by the speed of your Internet connection.

  • I-tunes not kompatibel with Windows 8. Every time I want to load my Ipod or Iphone I have to change the compability to, for instance windows vista. Otherwise Itunes refuse to recognize my Ipad/phone. Can I expect that Itunes will "fix" this problem? Carin

    I have problems with I-tunes and the compability with windows 8. Every time I whant to load my Ipod/Iphone Itunes doesn´t recognize the pod/phone. If I change the compability to for instance windows vista it works ok.
    I guess that I need some update of Itunes?
    carin

    Hey carin205,
    I would run through the troubleshooting steps in the following article:
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/TS1538
    Welcome to Apple Support Communities!
    Regards,
    Delgadoh

  • Thinking of purchasing Time Capsule.... Can I access my documents saved on (Home Network) Time Capsule from another Network??? For instance, I can access my documents saved on MyBookLive (which is connected to my wifi) from ANY wifi connection...

    Thinking of purchasing Time Capsule.... Can I access my documents saved on (Home Network) Time Capsule from another Network??? For instance, I can access my documents saved on MyBookLive (which is connected to my wifi) from ANY wifi connection... Like when I'm at school I can download documents stored on my MyBookLive at home.... I love this feature... But I would prefer to keep my products apple... So my question is can I access my documents from ANYWHERE with Time Capsule???
    Other products I have: MacBook (2009 limited edition it's aluminum) two iPad2 (2012) iPhone 5 (2012) two iphone4 iPod touch (2010) iPod Nano (2011)

    Remote access to TC is allowed by BTMM and iCloud service.
    Not for ipad or iphone.. only the Macbook although I think people have some work arounds..
    NOTE. Your school firewall should block it. If I was still working in network admin I would. ie you are risking the whole network to get access to files unchecked for viruses.. and please don't just say Macs don't get viruses, you can still be the source of the infection even if you don't suffer the disease. Just a carrier.
    http://support.apple.com/kb/HT3486

Maybe you are looking for

  • LV 8.6: programatically pressing button only works in some VIs, not all?

    Setup is an old labview 8.6 I'm tasked with fixing some strange old engine test bench which has a ~1E-6 measurement drift. The "easiest" work around fix would be to run the mechanics to a bottom end point then press the "reset" measurement button aut

  • How can I add a permanent textbox to bottom of themed page?

    I want to add a permanent disclaimer message to the footer of the Layered Pages theme near the apple logo that will remain there no matter what page people navigate to. Any ideas? I've tried using a text box, but I can't get it in the area near the l

  • KP98 - Actual Prices do Not copy to plan version

    Hi everyone, I'm attempting to do a KP98, so that I can have a copy of  my actuals in my plan version. The transaction works fine in copying everything I selected, however when I check my activity prices using for example Tcode KSBT, it does not show

  • Airport Extreme Card for a Power Mac G5

    Hi! I have a power Mac G5 (1.8 GHZ 512 MB 160 GB) Serial Number XB40**QES. I want to buy an airport extreme card and found here on apple.com that the airport card I need is the M8881LL/A. But everyones at every store I´ve been keep telling me that a

  • Need some basic help with Acrobat and LiveCycle

    This is my first time using Acrobat and LiveCycle to design a form. Basically all I need is a title that is uneditable and underneath that I want to insert a text box so people can type in the box then print off the whole page with their comments. I