Failover when delay of 1 day.

Hi,
my configuration is as that
4 node RAC 10.2.0.3 -> 2 node RAC physical standby with 1 day lag (no standby log max performance mode).
After extensive studying Oracle doc I'm confused how to do failover in such scenario (delay in applying used).
Should I follow Oracle doc and do:
ALTER DATABASE RECOVER MANAGED STANDBY DATABASE FINISH FORCE; --will that apply to the latest arch registered in standby ?
ALTER DATABASE COMMIT TO SWITCHOVER TO PRIMARY;
or as stated in some blogs
alter database recover managed standby database finish skip standby logfile; -- no mention abut skip standby logfile in 10.2 Dataguard Concepts only in 10.1 but people used that.
alter database commit to switchover to primary;
or Should I as in one blog related to delay in apply:
alter database recover managed standby database cancel;
recover automatic standby database until time '_LATEST_TIME_';
alter database activate standby database;
Please advice .
Regards
GregG

Should I follow Oracle doc and do:
ALTER DATABASE RECOVER MANAGED STANDBY DATABASE FINISH FORCE; --will that apply to the latest arch registered in standby ?
ALTER DATABASE COMMIT TO SWITCHOVER TO PRIMARY;
or as stated in some blogs
alter database recover managed standby database finish skip standby logfile; -- no mention abut skip standby logfile in 10.2 Dataguard Concepts only in 10.1 but people used that.
alter database commit to switchover to primary;There are many options available, So if there are any pending archives which haven't applied then you can give "ALTER DATABASE RECOVER MANAGED STANDBY DATABASE FINISH", Lets suppose you are using real time apply then of course you can use option of "Uisng standby logfile" .
or Should I as in one blog related to delay in apply:
alter database recover managed standby database cancel;
recover automatic standby database until time '_LATEST_TIME_';
alter database activate standby database;If suppose all the archives are already applied, then there is no point of mentioning "until time", If all the archives are applied, Then go ahead cancel MRP and use command "SQL> alter database activate standby database". That will do.

Similar Messages

  • How to delay the license days in XI-NW2004s?

    I have successfully installed the XI-NW2004s,but only used in 30days.
    I think I can adjust time back to setup day to use longer. To my disappointed, there were many j2ee service failed in Visual J2EE administrator.
    How to delay the license days in J2EE service ?
    Can I install a temp license in Tcode "slicense" just like Minisap developer?
    Thx !
    points will be award !
    best regard!

    Hi Raymond,
    You need to make sure that the date to which you are changing should be greater then the date of installation. why don't you try this
    1.Use <b>SU01</b> transaction to find the date when the user was created.
    2. Now change the system date to that particular date or one day greater.
    Make sure all the instances of 2004's are down before changing the system date.
    once done restart the system.
    That should work.....
    Regards
    Gopi

  • Dates in email all the same when older than 2 days. I saw similare questions but no solutions , who can help me ?

    All dates in my emails (on all my 4 apple computers) are on May 5 , when older than 2 days. Is there anyone who can help me out of this very annoying problem please?
    I saw simmilar questions from people in 2008  but no answers.
    Thanks in advance.

    solved

  • Getting 500   Internal Server Error when i click any day on calendar

    Hi all,
    The following error getting, when I click any day on calendar.
    Please help me regarding this issue.
    500   Internal Server Error
    Failed to process request. Please contact your system administrator.
    [Hide]
    Error Summary
    While processing the current request, an exception occured which could not be handled by the application or the framework.
    If the information contained on this page doesn't help you to find and correct the cause of the problem, please contact your system administrator. To facilitate analysis of the problem, keep a copy of this error page. Hint: Most browsers allow to select all content, copy it and then paste it into an empty document (e.g. email or simple text file).
    Root Cause
    The initial exception that caused the request to fail, was:
       java.lang.IllegalArgumentException
        at java.sql.Date.valueOf(Date.java:138)
        at com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.DateNavigatorAdapter.onDATENAVIGATORDAYCLICK(DateNavigatorAdapter.java:438)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        ... 43 more

    Hi,
    Check this [forum|Record Working Time  iView Error in Portal;
    Hope this helps!!
    Thanks & Regards
    Vijay K

  • Why call me when i am 9 days late on my monthly payment

    i dont understand why vwerizon calls me 4 times a day when i am a couple of days late on my monthly bill considering i am paid a month in advance to start with have been a customer for almost 10 years and have maintained my account not thousands behind . then have the rep get nasty with me on the phone when i tell her i will make payment in morning . now my real question verizon didnt have a problem taking my money in advance for 6 months when i had a phone that did not work properly that i purchased from them they directed me to the manufacturer due to programing problems that to my knowledge still havent been fixed if you know the phones are problems why sell them and make someonepay for a service or servises that are not working properly. for 200.00 dollars a month i would think you people would try harder to satisfy your customers even the ones that pay late considering you charge late fees on advance billing you are trying to push me to at&t

    Why call you when you are 9 days late on your monthly payment?
    Because you are 9 days late with your monthly payment!!!!
    You signed a contract to pay your bill by a certain date and now you are not keeping up with your side of the agreement!!!
    Good luck though with however you decide to handle your situation.

  • When is the last day I can switch from Mobile me to icloud?

    I need to upgrade my iphone but haven't yet, when is the last day for mobile me?

    30th June 2012.
    But I wouldn't suggest leaving it until the last minute.

  • The Cluster not failover when i shutdown one managed server?

    Hello, I created one cluster whit two managed servers, and deployed an application across the cluster, but the weblogic server gave me two url and two different port for access to this application.
    http://server1:7003/App_name
    http://server1:7005/App_name
    When I shutdown immediate one managed server i lost the connection whit the application from this managed server, My question is, the failover and de load balancer not work, why??
    Why two diferent address?
    thank any help

    Well you have two different addresses (URL) because those are two physical managed servers. By creating a cluster you are not automatically going to have a virtual address (URL) that will load balance requests for that application between those two managed servers.
    If you want one URL to access this application, you will have to have some kind of web server in front of your WebLogic. You can install and configure Oracle HTTP Server to route requests to WebLogic cluster. Refer this:
    http://download.oracle.com/docs/cd/E12839_01/web.1111/e10144/intro_ohs.htm#i1008837
    And this for details on how to configure mod_wl_ohs to route requests from OHS to WLS:
    http://download.oracle.com/docs/cd/E12839_01/web.1111/e10144/under_mods.htm#BABGCGHJ
    Hope this helps.
    Thanks
    Shail

  • Introduce delay of 7 Days for each message of a particular type.

    I have a requirment that after receiving a message of a particular type, PI will hold the message for 7 days before processing, originally I thought a wait step in BPM maybe the appropriate solution but it isnt. (Memory usage/BPM blocking)....
    Im not sure what the best approach is to meet this requirment, other than a completely custom solution (custom table to store the message - with a background task that continues to process after 7 days).
    Ideally the solution will use the PI standard fucntionalty/tools to implement the solution, even using the file adapter to write the messages to the file system and then coming back and reporocessing in 7 days ....
    Im not sure ...
    Any input ?

    Ive had a bit of a think about this ... here is what Im thinking, given there is no defintative way of doing this correctly...
    1. Inbound File adapter reads inbound files.
    2. Transform and write the file to an outbound directory with a specific fileName mask "Day1_name.xml" based on a UDF.
    3. Create 7 File Adapters each running on seperate days 1 -> 7 picking up Files of a specific mask "Day1_*" (Day1 == monday and so on)
    4. Write the file to its ultimate destination and archieve the message when the correct file adapter is triggered.
    Advantages;
    1. No OS involvment - whilst writing a CRON job (shell script) to do this would be relatively simple it does add another point of failure.
    2. No excessive wait times/resource usage on PI
    3. In the event of a PI crash the file system will be intact where as thread.sleep(?????) will not be.
    Disadvantages;
    1. Given the possible downfalls of other solutions this seems to be best.
    Am I missing anything ...

  • Unable to see friends' locations when sharing location for day

    when we we share locations for an hour or the day, my friends are able to see my location but whenever I check theirs it says "location not found". All my location settings are on so why can't I see their locations? I can only see it when they send me a current location pin, but if they share a live location for a duration it won't ever pick it up even if I go into contact details and open it.

    Their location relies on their device sending it, it's not altered by your settings.
    You need to check they have updated all the same settings as you have enabled, also check that they have mobile data or a working wifi connection active, otherwise the data cannot cross the internet to get to your device.
    They may have background processing disabled too, which could cause similar issues that stops the data being updated.

  • When setting the split-days to "every 15 minutes," the week and comparison views show incorrect time ranges for the day

    When I change the "split-days" interval time, under Options > Settings, to
    15, or every 15 minutes, the week and comparison views don't show the correct
    time range for the day.
    <P>
    For example, if I click View to display the calendar and then click Week to get
    a weekly view, the time range displayed is from 6:00 a.m.
    to 4:00 p.m. If I click Comparison to get a
    comparison view, the time range displayed is from 12 p.m.
    to 6:45 p.m.
    <P>
    In this example, should both of these views show the same time range, from
    9:00 a.m. to 4:00 p.m.?
    No, the two views will not necessarily show the same time range. The time
    range for the comparison view will start at the beginning prefs time only
    if you have something scheduled (on any day of the week) starting at that
    time. For example, on one of the days during your week of comparison, if you
    create an event that starts at 9:00 a.m. and then open the comparison view, the
    time range displayed will start with 9:00 a.m.
    <P>
    Additionally, view times will expand past the configured settings if events
    span past the time range. That is, if you have an event that spans from
    5:00 p.m. to 8:00 p.m., the event will be reflected in the view, even though
    your time range may be set to go only to 6:00 p.m.

    Umm yes.
    The settings are stored in ''prefs.js'', so you could swap various copies of this file in and out.
    However, the system will load ''prefs.js'', then, if present, ''user.js'' , so you can set up just your changes in ''user.js'' .
    The sort of line you need to look for is like this:
    <code>user_pref("mail.server.server14.check_time", 10);</code>
    You'll need to do some research to identify which of your accounts is which.
    Search for the account's email address:
    <code>user_pref("mail.identity.id10.useremail", "xenos&#64;example.com");</code>
    Use the id number to locate the account number:
    <code>user_pref("mail.account.account29.identities", "id10");</code>
    Use the account number to find the server number:
    <code>user_pref("mail.account.account29.server", "server14");</code>
    Finally, you can then use the server number find the account's time setting:
    <code>user_pref("mail.server.server14.check_time", 10);</code>
    This last entry may not exist, if you have never changed the setting from the default 10 minutes.
    Do be careful with your typing and copy/pasting; if the file fails the syntax parser it will silently fail.
    And make sure Thunderbird is shut down when you do the swap. If it's open, it may overwrite changes, and in any case, it only reads the settings file when it starts up.

  • How to achieve failover when the master definition site is down ?

    I have two Oracle 8i instances in a multi-master async replication environment. Two J2EE application servers connect to each of the Oracle instance respectively. When one of the oracle instance is down, I'd like to have my J2EE application failover to the second Oracle instance automatically without human intervention. I understand I can use OCI driver to allow my J2EE app to connect to the other Oracle instance when the first is down. But here are some questions:
    1. If I understand it correctly, there's only one master definition site. Let's say my master definition site sits with the first Oracle instance. If this server is down, the DBA has to go in to config the second Oracle instance to be the master definition site. Can this be done automatically without the DBA ?
    2. If the master definition site is down and the DBA is yet to come in, will the second Oracle instance still work ? I do understand the replication won't work, but will normal database read/write work ? What happens between the master definition site down and the master definition site reconfigured ?
    3. Are there any low cost third party tools can handle what I wanted ?
    Thanks in advance,

    To answer your questions.
    1. Yes there is only one master def site, it is not important to relocate the master def site, in the event of its failure. The def site is used as a the source for replication definition generation.
    2. It depends upon what type of multi-master replication you have implemented. If you are using asynch replication, the site that is up will continue to allow updates and will queue the transactions. When the other site(s) are active again, it will forward the transactions. Note, this can cause untold problems if you have a heavy used system, and narrow bandwidth. If on the other hand you are using synchanous replication, when one site goes down, the other site(s) lock their tables to prevent dml/ddl changes. Then you have to decide whether or not you can wait for the down site to be restored, or break replication to continue operations.
    3. Yes, there are a few, one that comes to mind, I believe is Shareplex.

  • My Premiere Elements 7 says it has stopped working when it was a day ago?

    About 2 days ago the program was working fine and i edited a video about half way... and then today when i wanted to edit it a box pops up saying adobe premiere is running out of system memory when there is about no space taking up on the computer and only 2 other videos edited besides the one im working on...and after the system memory box pops up it says that adobe premiere has stopped working....and then looks for a problem and shuts off... any help???

    Fred,
    Consider this a little back seat driving.
    What is the operating system of your computer? Is it Windows XP or Windows Vista or the new Windows 7? Is it 32 bit or the newer 64 bit type? Have you looked at the system requirements in the FAQ section of this forum (to the right of the user questions)?
    As for getting at which drives the computer has, maybe try this:
    Can you get to the Disc Defragmenter of the computer? It is usually found in Windows XP, Start/Programs/Accessories/System Tools/Disc Defragmenter. Open that and look to see what it lists for drives and each drives Capacity and Free Space. Besides a C drive, do you see any external hard drives?
    Next, Start/Program/Accessories/System Tools/System Informaton, scroll down the list. What does it say for Total Physical Memory and Available Physical Memory.
    Do you know about the Task Manager Performance as a tool for evaluating computer memory needs? If not, once we know your computer operating system, we can direct you to the appropriate how to links.
    There are all sorts of possibilities here from preview files piling up in the local drive, not enough computer resources in the first place, source and format of video, and so on. When did you defragment your computer last?
    Maybe lets start here and see where that leads along with SG's questions & answers.
    ATR

  • Trigger delay about 2 days

    Hey guys,
    my idea to start virtual machines in SCVMM which are offline and to perform a client action (via SCCM) to roll out the new updates our company released, only needs a lil piece in that puzzle. If the newest updates are deployed and installed, I want to shut
    down the virtual machines. The trigger delay, that you can set up in the "links" between the actions, can only set up to 999 seconds. 
    Do you have an idea to trigger a delay, that can shut down the virtual machines after 2 days, for example? I don´t know that much about scripting, maybe there is a easier way.
    Thanks for your help and best regards,
    Simon

    You can use a "run .net activity" and use PowerShell:
    Start-Sleep -seconds 172800 #pause execution for 2 days
    There should be a better way than to have a runbook sit idle for two days. You might look into triggering the runbook from an external scheduling application like Control-M or something similar.

  • Logicalhostname IP wont failover when one member of the cluster dies

    Hi There,
    I've setup a failover cluster with 2 servers. The cluser IP is set up as a logicalhostname and each server has two network cards configured as IPMP groups.
    I can test the IPMP failover on each server by failing a network card and checkign the IP address fails over.
    I can test the logicalhost name failsover by switchign the resource group over from one node to the other
    BUT
    If I drop one member of the cluster the failover fails
    Nov 4 15:09:06 nova cl_runtime: NOTICE: clcomm: Path nova:qfe2 - gambit:qfe2 errors during initiation
    Nov 4 15:09:06 nova cl_runtime: WARNING: Path nova:ce1 - gambit:bge1 initiation encountered errors, errno = 62. Remote node may be down or unreachable through this path.
    Nov 4 15:09:06 nova cl_runtime: WARNING: Path nova:qfe2 - gambit:qfe2 initiation encountered errors, errno = 62. Remote node may be down or unreachable through this path.
    ova
    Nov 4 15:09:08 nova Cluster.PNM: PNM daemon system error: SIOCLIFADDIF failed.: Network is down
    Nov 4 15:09:08 nova Cluster.PNM: production can't plumb 130.159.17.1.
    Nov 4 15:09:08 nova SC[SUNW.LogicalHostname,test-vle,vle1,hafoip_prenet_start]: IPMP logical interface configuration operation failed with <-1>.
    Nov 4 15:09:08 nova Cluster.RGM.rgmd: Method <hafoip_prenet_start> failed on resource <vle1> in resource group <test-vle>, exit code <1>, time used: 0% of timeout <300 seconds>
    Nov 4 15:09:08 nova ip: TCP_IOC_ABORT_CONN: local = 130.159.017.001:0, remote = 000.000.000.000:0, start = -2, end = 6
    Nov 4 15:09:08 nova ip: TCP_IOC_ABORT_CONN: aborted 0 connection
    scswitch: Resource group test-vle failed to start on chosen node and may fail over to other node(s)
    Any ideas would be appreciated as I dont understand how it all fails over correctly if the cluster is up but fails when one member is down.

    Hi,
    looking at the messages, the problem seems to be with the network setup on nova. I would suggest to try to configure the logical IP on nova manually to see if that works. If that does not it should tell you where the problem is.
    Or are you saying that manually switching the RG works, but when a node dies and cluster switches the RG it doesn't. That would be strange.
    You should also post the status of your network on nova in the failure case. There might be something wrong with your IPMP setup. Or has the public net failed completely when you killed the other node?
    Regards
    Hartmut

  • HT1766 I'll be getting the Iphone 5 when it's released, either Friday or Saturday - depending when I have the day off of work...  Is there a way I can transfer my previous conversations/text messages from my Iphone 4 to my Iphone 5?

    Is it possible/how can I transfew all of my text messages I currently have on the iphone 4 to the iphone 5 when I get the new Iphone?
    For example, let's say I'm having a text message conversation with you over a 3 day period.  I never delete the text message/our conversation from my Iphone 4...  Can I have that (and all other text message conversations) transfered over to the new Iphone so I can resume the conversation where it was left off??  Please help.  Thank you very much!!  PS:  I'm not exactly computer savvy. 

    It is explained here http://support.apple.com/kb/HT4946
    Under "iTunes will back up the following information"
    Messages (iMessage and carrier SMS or MMS pictures and videos).
    P.S. I would call before you drive too.  I live within a half hour drive of two Apple Stores, several AT&T and Verizon Corp. stores, several BestBuys and a couple of Sprint Stores.  When the iPhone 4s came out, the local news reported that every single source was sold out within an hour of opening the doors on release day.  For that first week or so, stock arriving in the morning was sold out by noon - it was literally not worth even trying to buy in store for that first week or so, it was sheer bedlam.

Maybe you are looking for

  • Data Type Enhancement - CE 7.1

    Hello I´m creating a Enterprise Service Enhancement to add a field in the Output of the service. According to SAP documentation, I have to create a Data Type Enhancement and inside it I must select the Data Type to be enhanced (the original one). The

  • Replacing library with template deletes portlet preferences

    Hi, If I have to deploy a new version of our portal, with changes to the .portal file I have to make a dummy desktop from the .portal file, and then say yes to replace library with template. If I do this however all my portlet preferences are resat t

  • Why aren't my artists and songs in alphabetical order?

    I have Apple iPod Touch Gen 4~ This is what my Artist list looks like and my song list isn't any better. It's not a major problem but it's quite irritating. I've seen solutions like reset your iPod but they said it was only a temporary solution. Anyo

  • Can you Manipulate 3D object in Director Dynamically?

    Greetings, I am looking for some way to dynamically manipulate a 3d object and am wondering if Director 3d has the ability to do this and if so, if any of you want to take this on as a freelance project? (this is a serious request on a cool project,

  • Need help with Video Categories Movies, Music Videos, ETC.

    Is there anyway to put ripped videos into other categories besides just Movies? I would like to put some of them under Music Videos, is that possible?