Standby DB is 30 minutes behind from Priamary DB

Hello,
Primary Standby DB monitoring check is telling that Standby database is 30 minutes behind. Please help how I can solve the issue urgently.
Bundle of thanks in advance.
DB=11.2.0.3 on RHL
Best Regards

Hello,
Apologize ...
There was no error in the standby db alert log, but in the grid control of the standby section ORA-16810 was noticed.
Standby dbs '30 minutes behind from Primary' message was both on test and prod dbs.
The problem was solved somehow, but honestly speaking I am still confused or not sure how it got solved. I tried different things in the test environment but used only 1 command in prod and that worked.
In Test environment:
- In grid control (11g), I reset DG and then verify configuration from the data guard option. DG Status was not maked with green color tick mark and Normal.
- Verify Configuration reported ORA-16810 was reported (but it is sill there even the problem is resolved)
- When reset DB didn't solved, I changed the DG option to Maximum Performance from maximum protection to try to recover things manually.
- Current log was 1870 and last applied was 1860 (usually it is 1 behind or same).
- Checked List archivelog all with rman target and list backup of archivelog all with rman catalog, the archivelog files was there if I remember correctly.
Note: The command which I think did the magic was: RESTORE ARCHIVE LOG SEQUENCE 1871 from the Primary with RMAN catalog. It seems that Standby knew that oh someone restored my missing archivelog from the Primary. Was that a great feature of 11gr2 DB?
I would be thankful if you could write how I can find from the standby throw command current log and last log applied, especially may be with rman if there are archive log missing? and if for example couple of them are missing how to resolve them.
Thanks alot.
Best Regards,
Edited by: John-MK on Apr 25, 2013 11:13 AM

Similar Messages

  • Standby FRA is getting FULL, and behind from Primary

    Hi,
    Standby DB FRA is 80% full, and also 30 minutes behind.
    11.2.0.3 on RHLinux
    On standby db I connected to RMAN with nocatalog and
    delete noprompt archivelog all;
    It says RMAN-08120 ...cannot delete archivelogs listed, I think they are not applied to standby db yet.
    Primary
    select thread#,max(sequence#) from v$archived_log group by thread#
    THREAD# MAX(SEQUENCE#)
         1     10485
    standby
    select thread#,max(sequence#) from v$archived_log where applied='YES' group by thread#
    THREAD# MAX(SEQUENCE#)
         1     10342
    Edited by: John-MK on Jan 5, 2013 12:29 PM

    Hello;
    To get some room you can delete archive like this :
    delete noprompt ARCHIVELOG UNTIL TIME 'SYSDATE-8';Change the date as needed.
    Run this script from the primary to get a better summary :
    http://www.visi.com/~mseberg/data_guard/monitor_data_guard_transport.html
    Alerts log are a great source of information to start.
    On the Standby side try :
    select
      process, status, thread#, sequence#, block#, blocks
    from
      v$managed_standby;Make sure you see that RECOVER is still running ( MRP )
    If not your FRA might be full and you might need to restart RECOVERY after some cleanup.
    Best Regards
    mseberg

  • I am on my second iphone 5 from verizon. I am having probelms with my phone not keping the correct time at times it runs exactly 30 minutes behind. If i reboot my phone it resets not sure what to do I am on my second phone.

    On my second Iphone 5 problems I have been having is when I call out people on the other end can't hear me. Any one having this issue? My phone will not keep the right time it runs 30 minutes behind once I turn it off and it reboots thre time corrects its self. looking for help

    I understand all of this Meg; that is why I bought an Iphone; but never expected my phone not even give a at least a 24 or even 12 hours....I work 12 hour shifts and also would expect to have to charge each night but not twice a day or more.  I am not always somewhere I can charge my phone.
    Your points are true; however it doesn't help me......

  • Problem - SCSM Change status workflow does not work, shows huge "minutes behind" in SQL, but do not appear as failed.

    There is a workflow "Change request status changed" which periodically fails to run, and it does not show up in "All instances" tab. For instance when I cancel a CR, all activities remain as-is in their respective statuses.
    SQL - "SubscriptionStatus" from
    http://blogs.technet.com/b/servicemanager/archive/2013/01/14/troubleshooting-workflow-performance-and-delays.aspx
    shows increasing number of "minutes by" each minute for this particular workflow. 
    Restarting "Management service" does not give enything. As well as "UpdateSubscriptionWatermark" SQL from the link above (except resetting the "minutes behind" counter)
    Please help!
    Egils Zonde from Technet

    Take it to an apple store and see if you can get an out of warranty replacement. It won't be free, I think the fee for an Air replacement is $299, but it sounds like the insides are broken.

  • My wirelessinternet speed seems to be fine, however, trying to play a 1 minute video from my iphone to apple tv via airplay is so slow. Any fixes?

    My wirelessinternet speed seems to be fine, however, trying to play a 1 minute video from my iphone to apple tv via airplay is so slow. Any fixes?

    >Any fixes?
    Don't use WiFi for streaming video.  It is even worse for AirPlay since you are using bandwidth twice as it sends data from the iOS device to the router and then from the router to ATV.  Use an wired connection to go to ATV.   Even the high end consumer grade WiFi equitment is not great at doing streaming video.

  • Is there a way to know how many minutes left from ...

    Is there a way to know how many minutes left from your subscription from the Skype phone app??
    Thanks!

    Hi, Konfuzed,
    Thanks for your inquiry. The Skype Mobile apps look a bit different.  In order for the Skype Community to help you, some more information would be helpful:
    - Hardware you use (phone/tablet brand and model)
    - Its operating system (version and updates installed)
    - Skype version used
    Thanks in advance.
    - Skype Community Moderation Team
    Was your question answered? Please click on the Accept as a Solution link so everyone can quickly find what works! Like a post or want to say, "Thank You" - ?? Click on the Kudos button!
    Trustworthy information: Brian Krebs: 3 Basic Rules for Online Safety and Consumer Reports: Guide to Internet Security Online Safety Tip: Change your passwords often!

  • IPhone 5 time has been 20 minutes behind for last 2 days

    Over the last two days, my time has been consistently 20 minutes behind. It corrects itself after I restart the phone, but who has time to do that. I have Sprint and have seen other people post the same issue with all other carriers. Anyone know what this could be?

    Did you check the if the time is set to "auto" in Settings/General/Date and Time ?
    Is your time zone set up correctly?

  • How will you find out no of standby databases configured for primary database from OS level

    How can find the number of standby databases configured for primary database from os level

    Check the alert log.
    The Alert log will always have Data Guard messages in it.
    Example
    cd /u01/app/oracle/diag/rdbms/primary/PRIMARY/trace
    tail -1700 alert_PRIMARY.log | more
    Wed Nov 13 13:35:26 2013
    ARC7: Standby redo logfile selected for thread 1 sequence 1164 for destination LOG_ARCHIVE_DEST_2
    LNS: Standby redo logfile selected for thread 1 sequence 1165 for destination LOG_ARCHIVE_DEST_2
    If you don't see messages like this it's probably not a Data Guard system.
    Or search it for :
    System parameters with non-default values:
    Which on Data Guard system will show things like:
    log_archive_dest_1 = "LOCATION=USE_DB_RECOVERY_FILE_DEST VALID_FOR=(ALL_LOGFILES,ALL_ROLES) DB_UNIQUE_NAME=PRIMARY"
    log_archive_dest_2 = "SERVICE=STANDBY LGWR ASYNC VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=STANDBY"
    log_archive_dest_state_1 = "ENABLE"
    log_archive_dest_state_2 = "ENABLE"
    fal_server = "STANDBY"
    Best Regards
    mseberg

  • HT4997 I am trying to export a 6.5 minute video from imovie to my camera roll on my iPad Mini. However the progress bar stops halfway through. Any advice would be very much appreciated, many thanks.

    I am trying to export a 6.5 minute video from imovie to my camera roll on my iPad Mini. However the progress bar stops halfway through. Any advice would be very much appreciated, many thanks.

    I am trying to export a 6.5 minute video from imovie to my camera roll on my iPad Mini. However the progress bar stops halfway through. Any advice would be very much appreciated, many thanks.

  • Exported a 3 minute video from iMovie to Quicktime, saved on my desktop.  It started saving as INDIVIDUAL files, as in about 5400! Entire system froze, completely unresponsive.  Powered off 3 times now, it comes on and displays my screen saver but nothing

    Exported a 3 minute video from iMovie into Quicktime, saved to desktop.  System started saving INDIVIDUAL frames instead and entire system froze.  Powered off and on twice - screensaver appears, but that's it - nothing else is accessible

    Boot in safe mode and log in to the account with the problem. Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a Fusion Drive or a software RAID, you can’t boot in safe mode.
    Safe mode is much slower to boot and run than normal. The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    You may now be able to log in and move the files off the Desktop. Then reboot as usual.

  • I am trying to send a 3 minute video from my iPad

    I am trying to send a 3 minute video from my iPad through email or messaging. It isn't working. I don't really want to post it on YouTube. Any suggestions? Is there a special app I need to help me out?

    Thank you for the recommendation! Being my impatient self I am trying the app VideoEmail, but although my ipad made the sound as if the email went through... It is not showing up in my sent box. Also, too late to contact recipients to see if they got it. So tomorrow I will probably be trying GoodReader! Thanks again!

  • Unable to exract hour,minute,seconds from current_timestamp or systimestamp

    Hi All,
    I am trying to extract hour,minute,seconds from systimestamp/current_timestamp using extract function but unable to get the correct o/p.
    I am getting the correct o/p using the to_char function but i want to know is it not possible to use extract function to achieve the same?
    Following are the queries i tried.
    ALTER SESSION SET time_zone = local;
    SELECT current_timestamp,
    EXTRACT(hour FROM current_timestamp) hour_part,
    EXTRACT(minute FROM current_timestamp) minute_part,
    EXTRACT(second FROM current_timestamp) seconds_part,
    EXTRACT(timezone_hour FROM current_timestamp) TH,
    EXTRACT(timezone_minute FROM current_timestamp) TM
    FROM dual;
    Output:
    25-AUG-10 12.24.43.590000000 PM ASIA/CALCUTTA     6     54     43.59     5     30
    Here hour_part is coming has 6 instead of 12(from current_timestamp), minute has 54 instead of 24.
    Please help me on this.
    Thanks in Advance

    Hi,
    If you whish to use a TZ, you should use the localtimestamp instead:
    ALTER SESSION SET TIME_ZONE = ' ASIA/CALCUTTA';
    select '1',current_timestamp,EXTRACT(hour FROM current_timestamp) hour_part,
    EXTRACT(minute FROM current_timestamp) minute_part,
    EXTRACT(second FROM current_timestamp) seconds_part from dual
    union all
    select '2', LOCALTIMESTAMP,EXTRACT(hour FROM LOCALTIMESTAMP) hour_part,
    EXTRACT(minute FROM LOCALTIMESTAMP) minute_part,
    EXTRACT(second FROM LOCALTIMESTAMP) seconds_part from dual
    '1'     CURRENT_TIMESTAMP     HOUR_PART     MINUTE_PART     SECONDS_PART
    1     8/25/2010 1:06:39.071283 PM +05:30     7     36     39.071283
    2     8/25/2010 1:06:39.071283 PM +05:30     13     6     39.071283http://download.oracle.com/docs/cd/B13789_01/server.101/b10759/functions033.htm
    (your difference comes from the TZ ASIA/CALCULTA) : 05:30
    Edited by: user11268895 on Aug 25, 2010 9:39 AM
    Edited by: user11268895 on Aug 25, 2010 9:39 AM

  • When transferring an 18 minute iMovie from my iPad to iTunes a message comes up saying not enough disk space to send 16917 mb more space needed. How do I overcome this?

    When transferring an 18 minute iMovie from my iPad to iTunes a message comes up saying not enough disk space to send 16917 mb more space needed. How do I overcome this?

    Is there enough room on the target disk?
    Can the target disk accept files over 2Gb?

  • Double subscription but minutes deduct from the ne...

    I have a 120 minutes subscription to China which expires on 1 Nov. I have cancelled it because I subscribed to Premium (can call 50+ countries) 2 wks ago. But it says I can still use it until it expires. However, now when I make call to China, the minutes deduct from the Premium subscription while there is still 120 unused minutes in my China subscription. 
    I dont know if I can call anybody. so hope someone with same experience could help me with this issue. Thanks! 

    So far the answer is "we can't do anything wrong, we are Adobe" followed up with "your an idiot and if you keep bothering us we're just going to keep charging you"
    How does such amazing software have such utter failuers in the field of support.

  • Clock runs 6 minutes behind after 4.3 download

    I have a lot of the same issues that everyone has with their G3 since 4.3; poor battery life, iffy WiFi connection, and flaky connection with the Bluetooth in my Prius - There is another issue with my G3 that since the 4.3 download that I have not seen anyone make reference to. 
    The day after I did the 4.3 download, I happened to notice that the clock on the phone was 6 minutes behind the clock in my bedroom.  I figured that the alarm clock was fast, but when I checked the phone against my atomic clock, I realized that the Network time on my phone was indeed 6 minutes behind.
    Thinking that the automatic time had somehow been disabled with the update, I went to Settings > Date and time > Automatic date and time / Use network-provided time, and found the that the box was checked; so I unchecked and rechecked; no change.  Then I unchecked and manually set the correct time; but when I re-checked the box; it instantly went back to being 6 minutes behind. 
    Rebooting did correct the time, until a few days later when it happened again.  This has happened to me several times since, and it is always 6 minutes slow; never 5 minutes, never 7 minutes....  
    Has anyone else had issues with their clock after downloading 4.3? 

        Hi there, cellsell2005! Gosh, that clock readout you're seeing is an unusual issue. I'd like to know more about it so that I can help you solve it. Please use these steps for following my handle (DionM_VZW) so that we can engage in direct messaging: http://vz.to/1gBiqkv Thanks!
    DionM_VZW
    Follow us on Twitter www.twitter.com/vzwsupport

Maybe you are looking for

  • Photoshop cs6 beta ... image display problems (Mac osx 10.7.3)

    problem i think the image appear it..

  • Need help on search help on selection screen field

    Hi guyz, Please tell me how to pass the parameter or restrict the below search help. *s_bsart FOR ekko-bsart . " Doc. Type* For the above selection screen field i need to display the data only for cat = F if i click search help. Thanks, Mohamed Kalee

  • Ultra Search view document error

    I search against binary documents. I have results back but when I click on the url to view the document I have the error below. Any idea? Thanks. java.lang.ClassCastException: com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2

  • What the hell is going on !?

    So last week my internet went off and had to repaired it took a day that's not the problem when it came back I had gone from 16mb to about 13mb a member he're pointed me to a site that told me it could be ten days to settle. That's fine I figured. Si

  • Make a number in column A always return a different specific number in column B

    I'm trying to create a retirement calculator. How do I set it up so that no matter where a specific number appears in column A, column B, same row, always returns a different specific number. This second number cannot be derived from the first mathem