Archive apply problem

hii,
archived log are applying at the standby side but now suddenly they are not applying.
SEQUENCE# ARC APP
4055 YES NO
4055 YES YES
4056 YES NO
4056 YES YES
4057 YES NO
4057 YES YES
4058 YES NO
4058 YES NO
4059 YES NO
4059 YES NO
I dont know why?can any body help me to get out of this problem.
Thankx In advance...

Check your primary alert.log file to see if some
error message were write.
Nicolas.Also standby's alertlog file

Similar Messages

  • Standby DB real time redo log apply problem

    Hi all,
    I am using Oracle 10g to create physical standby db. In the standby
    db, normal archived log apply does not have problem, but when I try to
    use redo log real time apply and issue command
    SQL> ALTER DATABASE RECOVER MANAGED STANDBY DATABASE USING CURRENT LOGFILE;
    it shows:
    ERROR at line 1:
    ORA-38500: USING CURRENT LOGFILE option not available without stand
    What is the problem??
    Thanks a lot !
    Steven

    Note:3633226.8 from Metalink states:
    Setting a standby's RealTimeApply property to ON when there are no standby
    redo logs on the standby or the standby is not in SYNC transport, will
    seemingly succeed. However, the apply engine will not start. The DRC log
    will report an error like ORA-38500. In this case, add standby redo logs
    and set the log transport mode for the standby to be SYNC and set the
    standby state to ONLINE.
    Workaround:
    Add Standby Redo Logs on the standby and set the following broker properties
    on the standby:
    LogXptMode to SYNC and reset RealTimeApply to ON.
    Then set the standby state to ONLINE.
    HTH

  • Archive Link problem with redundant document names

    Hi all,
    I have a tricky problem in archive link. I would like to attach some different documents to an HR/PD Organisation unit ( objekttyp pdotype_o )
    All customizing works fine but the problem is, all documents attached to one busines object ID have the same name ( in this case objectnumber.pdf)
    I am not lucky with this issue because  the users must be able to see all documents ( via document finder ) attached to the org. unit  and all what the users get, is a list of  one or more documents with exactly the same name.
    In some cases this are about 10 different documents and this issue is a very bad solution because users have to open all attached docs to recognize which one they need.
    During the import/check in of the documents via transaction OAAD and OAWD, SAP renames the original document name.pdf  into the related object ID.pdf and there is no way to rerename it or influence this process.
    I tried to use some scan software with SAP interface but unfort. with the same result because software of this kind use the archive link interface too and cannot influence the process of check in and rename.
    Has anybody an idea ( third party software, customer development or something like this ) to prevent this problem and give me the possibility to stay with the original document names or change it after check in?
    Thank you in advance
    Rayko

    How you fix this problem?
    I'm with the same problem. Could you help me please?
    Edited by: broullon on Jul 16, 2009 5:31 PM

  • Archive log problem

    Hi:
    I've changed my database (small db... 4GB data) to go archivelog mode. The problem is that in 5 minutes it generated hundreds of files in the archivelog destionation...
    [root@server archivelog]# ls -lht
    total 2.2G
    -rw-r----- 1 oracle oinstall 9.1M Dez 14 17:20 arch_523640043_1_46517.arc
    -rw-r----- 1 oracle oinstall 9.1M Dez 14 17:20 arch_523640043_1_46516.arc
    -rw-r----- 1 oracle oinstall 9.1M Dez 14 17:20 arch_523640043_1_46514.arc
    and hundreds more...
    What's happening here?
    BR,
    Joao

    Hi Sape and Tekicora:
    No, I am not loading lots of data. And I can guaranteeed that there are no insert or updates on my application at the time I activated the archive log. My redologs are 100MB each... and I have 3 REDO LOGS.
    So, this is no surelly normal i guess... This is really strange!
    parameters:
    fast_start_io_target          integer     0
    fast_start_mttr_target          integer     0
    fast_start_parallel_rollback     string     LOW
    log_archive_format          string     %t_%s_%r.dbf
    log_archive_local_first      boolean     TRUE
    log_archive_max_processes     integer     2
    log_archive_min_succeed_dest     integer     1
    log_archive_start          boolean     FALSE
    log_archive_trace          integer     0
    log_buffer               integer     1048576
    log_checkpoint_interval      integer     0
    log_checkpoints_to_alert     boolean     FALSE
    log_checkpoint_timeout          integer     1800
    log_file_name_convert          string
    br,
    Joao

  • Archive apply issue for standby database in Standard Edition.

    We have setup standby database in Oracle standard edition. the archive log cannot be send by oracle automatically. So we manually send the archive over. But do not see the database apply the archive log file. What could be wrong and where should we check on it?
    We also used following when finishing the standby DB after running "recover standby database;" for a few archive log file:
    alter database recover managed standby database disconnect from session;
    ======================================================================================
    This is the status:
    SQL> select OPEN_MODE, SWITCHOVER# ,REMOTE_ARCHIVE ,ARCHIVELOG_CHANGE#,SWITCHOVER_STATUS, DATABASE_ROLE from v$database;
    OPEN_MODE SWITCHOVER# REMOTE_A ARCHIVELOG_CHANGE# SWITCHOVER_STATUS DATABASE_ROLE
    MOUNTED 495550636 ENABLED 1.2201E+13 SESSIONS ACTIVE PHYSICAL STANDBY

    The DB version is 10.2.0.5
    I can do this to apply at standby DB:
    SQL> set autorecovery on
    SQL> recover standby database;
    Then I tried to run this to leave the session:
    alter database recover managed standby database disconnect from session;
    Do not seen any apply.
    =============================
    Here is the last lines of alert log:
    Errors in file /oracle/admin/cntus/bdump/cntus_mrp0_12389.trc:
    ORA-00313: open failed for members of log group 1 of thread 1
    ORA-00312: online log 1 thread 1: '/u03/cntus/redolog/redo01b.log'
    ORA-27037: unable to obtain file status
    SVR4 Error: 2: No such file or directory
    Additional information: 3
    ORA-00312: online log 1 thread 1: '/u02/cntus/redolog/redo01a.log'
    ORA-27037: unable to obtain file status
    SVR4 Error: 2: No such file or directory
    Additional information: 3
    Thu Sep 06 15:08:34 EDT 2012
    Errors in file /oracle/admin/cntus/bdump/cntus_mrp0_12389.trc:
    ORA-00313: open failed for members of log group 1 of thread 1
    ORA-00312: online log 1 thread 1: '/u03/cntus/redolog/redo01b.log'
    ORA-27037: unable to obtain file status
    SVR4 Error: 2: No such file or directory
    Additional information: 3
    ORA-00312: online log 1 thread 1: '/u02/cntus/redolog/redo01a.log'
    ORA-27037: unable to obtain file status
    SVR4 Error: 2: No such file or directory
    Additional information: 3
    Clearing online redo logfile 1 /u02/cntus/redolog/redo01a.log
    Clearing online log 1 of thread 1 sequence number 10158
    Thu Sep 06 15:08:34 EDT 2012
    Errors in file /oracle/admin/cntus/bdump/cntus_mrp0_12389.trc:
    ORA-00313: open failed for members of log group 1 of thread 1
    ORA-00312: online log 1 thread 1: '/u03/cntus/redolog/redo01b.log'
    ORA-27037: unable to obtain file status
    SVR4 Error: 2: No such file or directory
    Additional information: 3
    ORA-00312: online log 1 thread 1: '/u02/cntus/redolog/redo01a.log'
    ORA-27037: unable to obtain file status
    SVR4 Error: 2: No such file or directory
    Additional information: 3
    Thu Sep 06 15:08:34 EDT 2012
    Errors in file /oracle/admin/cntus/bdump/cntus_mrp0_12389.trc:
    ORA-19527: physical standby redo log must be renamed
    ORA-00312: online log 1 thread 1: '/u02/cntus/redolog/redo01a.log'
    Clearing online redo logfile 1 complete
    Media Recovery Waiting for thread 1 sequence 10166
    Thu Sep 06 15:08:35 EDT 2012
    Completed: alter database recover managed standby database disconnect from session
    ======
    We have the directory /u02/cntus/redolog and /u03/cntus/redolog. But nothing in there. Should we create redo for it? Is this a separate issue?
    Thanks!

  • Archive apply to standby

    Hai all,
    I confihgured physical standby and it is working fine.. but before making a switch over, oracle recommends to run this query inorder to Make sure the standby database is current with redo application. On each database server, run this query to see the which logs have been sent / received and applied
    select sequence#, applied,
    to_char(first_time, ‘mm/dd/yy hh24:mi:ss’) first
    from v$archived_log
    order by first_time;
    Now when I execute this query,
    SEQUENCE# APP FIRST
    6508 NO 07/16/08 00:49:17
    6508 YES 07/16/08 00:49:17
    6509 NO 07/16/08 00:55:54
    6509 YES 07/16/08 00:55:54
    What does this indicate ?..
    Is this applied successfully to the standby site ?
    Thanks
    Kai

    You know,
    I like to run the following query to tell me where my standby is at:
    select * from V$dataguard_stats
    NAME                    VALUE                    UNIT TIME_COMPUTED
    apply finish time     +00 00:00:00.2      day(2) to second(1) interval 16-JUL-2008 14:05:49
    apply lag               +00 00:00:19          day(2) to second(0) interval 16-JUL-2008 14:05:49
    estimated startup time          36               second     16-JUL-2008 14:05:49
    standby has been open          N                         16-JUL-2008 14:05:49
    transport lag               +00 00:00:04     day(2) to second(0) interval 16-JUL-2008 14:05:49
    This gives you a good indication of upto what archived log you have applied.
    jason.
    http://jarneil.wordpress.com

  • Last archive applied.

    Hi All,
    Is there any view which tells me that, which is the last archive file applied on my standby database.
    Regards.

    SQL> select max(SEQUENCE#) from v$log_history;
    MAX(SEQUENCE#)
             96130

  • After SharePoint 2010 MOSS SP2 was applied problem with library preview

    Hi,
    I have recently applied SharePoint 2010 MOSS SP2 from here
    http://support.microsoft.com/kb/2687453/en-us
    After I have installed that service pack, one of my custom made library workflow for a department would not work when they Upload a document. It works if they create new documents from library menu, but not if they Upload a new documents.
    ULS Viewer gives following messages
    MetadataNavigationContext Page_InitComplete: No XsltListViewWebPart was found on this page[/_layouts/Upload.aspx?List=%.......Hiding key filters and downgrading tree functionality to legacy ListViewWebPart(v3) level for this list.
    MetadataNavigationContext Page_InitComplete: No XsltListViewWebPart was found on this page[/_layouts/UploadEx.aspx?List=%...... Hiding key filters and downgrading tree functionality to legacy ListViewWebPart(v3) level for this list.
    Some but not all taxonomy values were found, this can lead to the catch all being incorrect. Use TaxonomyField.SetFieldValue to update taxonomy values.
    Also, when I try to use Navigation in Site Settings, and if I want to add new navigation either link or folder, and if I use IE 8 or 9 (32 bit) in the pop up window Navigation Link - web dialog, there is no "OK" button.
    Thank you 

    Hi Eric
    Thank you for helping me.
    I have already came accross this blog and it is now quite the same as my case.
    My navigation works without problem.
    Also, when I open the site in SP Designer, all views of my library show this library in XsltListViewWebPart.
    But this Upload.aspx, is a Form, not a view, and it shows the list in ListFormWebPart.
    Just to remind you, the workflow work fine if the use "New Document" menu from library ribbon. So, I assume something is wrong with Update form.
    This other form UploadEx.aspx, I do not see in SharePoint Designer for this Library.
    I am kind of suspicious that it maybe has something to do with
    http://support.microsoft.com/kb/2872441/en-us
    And am thinking of applying these
    Thank you
    Windows Server 2008 R2 for x64-based Systems Service Pack 1
    Microsoft .NET Framework 4<sup>[1]</sup>
    (2835393)
    Remote Code Execution
    Critical
    2572078 in MS11-078
    Windows Server 2008 R2 for x64-based Systems Service Pack 1
    Microsoft .NET Framework 4<sup>[1]</sup>
    (2840628)
    Elevation of Privilege
    Important
    2656405 in MS12-034

  • Archive Utility problem

    Hello I am having a problem with compressing files when I right click and try to compress (zip) files. An error messages comes up that says "the contents list cannot be created for compressing."
    It works again if I restart, but it stops working again after awhile.
    I have tried repairing permissions and running Applejack to no avail.
    I have the latest Mac Os Leopard
    Any ideas? I tried deleting the archive utility preferences.

    HI Kevin,
    Make sure you have enough free disk space.
    Right or control click the MacintoshHD icon. Click Get Info. In the Get Info window you will see Capacity and Available. Make sure you always have a minimum of 10% to 15% free disk space at all times.
    If you have any third party compression software installed, that could be causing the problem.
    Download and install the 10.6.2 combo update and see if that helps.
    http://support.apple.com/kb/DL959
    Carolyn
    Message was edited by: Carolyn Samit

  • Leopard archive & install problem (10.5.8 - 10.5.2)

    hello all,
    part of the problem is stated in the subject header - i was initially running 10.5.8, but after a failed startup this morning, i had the apple store take a look at it. they archived/installed... leaving me with 10.5.2 instead. i believe this is ill-advised(?)
    the main issues im having now are:
    1) 20gb of space i want to reclaim - 14.5 is sitting in the 'Previous Systems' folder. the rest of it is a mystery. i notice that i now have garageband, iMovie & iPhoto - which i previously trashed. i'd like to remove those again (along with their baggage wherever it may dwell).
    2) iTunes no longer operates because the library was "created by a newer version"
    3) general concern over system version conflict.
    so the main questions are:
    1) what can i safely delete?
    2) what can i safely swap from the 'Previous System' folder? and when should i do - before or after re-upgrading to 10.5.8?
    3) how bad is it really?(archive/installing to a earlier build) are there other issues possibly lurking??
    I appreciate everyone's help in this matter, these forums are great. the apple store genius(no sarcasm) who gave me 10.5.2... coulda done better. but hey, at least i'm back up & running, so he still gets props.
    thankx again and happy holiday:)
    -af-

    See the following: How to get files from a previous home directory after Archive and Install. This article will help you move things from the Previous System Folder into the new system. However, before you do that you want to upgrade to the system your were previously running by opening Software Update and installing the needed updates. Do this before you start moving files/folders from the PSF.

  • Apply problem..

    Hi All,
    The following streams structure is given:
    db1 -> db2 -> db3
    db1 (capture, propagate to db2)
    db2 (apply, propagate to db3)
    db3 (apply)
    Upon setting up this structure, everything passes from db1 through db3 quite fine, however "apply" ignores any action performed on the tables (table creation goes OK, so that works for the schema). All the attempts to instantiate tables in db3 relative to db1 did not solve the problem (using the exp/imp method and set_..._instantiation procedures). What's the correct way of instantiating existing tables in the schema???
    P.S. db3 database is not visible to the server running db1.
    Thanks.

    Take a look at Chapter 22 in the Streams documentation
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96571/repsimpdemo.htm#64404
    This chapter is a worked example that demonstrates both directed networks (db1=>db2=>db3) and applying to non-Oracle databases.

  • Time Capsule archive/HD problem

    I have just purchased an Iomega 2TB external HD to use for archiving my Time Capsule. However, when I connect it to the Time Capsule, Airport Utility tells me there's a disk problem with the external HD.
    When I reconnect it to my Mac and run Disk Utility, it tells me the HD is fine (and, indeed, it seems to work fine too). Even if I erase and reformat the external HD (Mac OS extended/journaled), the same problem reoccurs when I connect it to the USB port on the Time Capsule.
    Ideas?

    Problem solved.. I had to reformat the disk again with the partitions set to 1, not "current"

  • EBR: archive documents problem

    Gurus,
    I am carrying out EBR and document archiving (COEBR). After approval, when I click on any archived document, only one document is displayed which contains the following details:
    batch number, material, plant, process order no, material qty, qty withdrawn etc.
    When I click any other document say table of contents, deviations, process order etc., a message comes: No link entries available. This  prompts me to execute a function which ultimately takes me to the OAC3 screen, i.e. Links for content repositories.
    Here I have checked that all the relevant object types (from BUS305 to BUS3053001) like PIEBRDEVIA, PIEBRORDER etc. are assigned to the content repository with link TOA01 (Link table 1).
    Anybody has any idea how to solve this problem?
    Also, the documents are not actually getting saved in the folder whose path I have mentioned in content repository.
    Your suggestions would be highly appreciated!
    Thanks in advance!
    Snigdho

    Gurus,
    waiting for your suggestions...

  • Waiting for changes to be applied - Problem

    When I sync music with my iPhone 4 running IOS 7.0.2 to my iTunes vers. 11.1 (126) it hangs on "Waiting for changes to be applied".  I have already reset my iPhone.  I have already restored my iPhone.  I have my iTunes set at "Automatically when this iPhone is connected".  I have already deleted all my playlists and created new playlists.  I have already signed off and signed on to iTunes.  I'm very frustrated because I've never experienced this problem until I upgrade my IOS to 7.0.2.  Your help is greatly appreciated.  Thank you.
    Sincerely,
    Kevin

    i'm having the same problem with my 3rd gen ipad...
    3 other devicesare fine: iphone 5 x2, ipad 2nd gen. All running iOS 7, syning to MBP in 10.8.5
    I've restored it 3 times, done a hard reset and removed everything (photos, movies, books, ring tones, etc) but the aps from it. Turned off iTunes Match and reinstaled iTunes on the Mac.
    The same time it was updated three books from the bookstore came in multiplied, one was the iOS 7 iPad manual. Tried deleting them and downloading again but they are still duplicating on the device (only one copy in iTunes). I delete the iBooks app and downloaded a new copy. The duplicates wre still there. Right now the books and photos only sync once after a restore and then it goes back to either cancling the sync or hanging at waiting for changes to be applied.

  • Logical standby real time apply problem

    Hi all,
    The real time apply for logical standby on my Oracle 10.2 DB is not working
    SELECT SEQUENCE#, FIRST_TIME, APPLIED
    FROM DBA_LOGSTDBY_LOG
    ORDER BY SEQUENCE#;
    SEQUENCE# FIRST_TI APPLIED
    2113 07/10/09 NO
    2115 07/10/09 NO
    2116 07/10/09 NO
    There is no error inside alert log.
    Any help
    Thanks

    Using Real-Time Apply to Apply Redo Data Immediately
    http://docs.oracle.com/cd/E11882_01/server.112/e25608/log_apply.htm#i1022881
    1.What is compatible parameter, it should be 11.1
    2.Try to check parameters mentioned in below link:
    http://easyoradba.com/2011/01/10/real-time-apply-in-oracle-data-guard-10g/
    Regards
    Girish Sharma
    Edited by: Girish Sharma on Nov 15, 2012 12:37 PM

Maybe you are looking for

  • Can you identify which of your iOS Apps are free?

    I have a few hundred apps now in my iTunes library, and would like to identify which ones are free vs which ones cost money. Both my iPhone and my wife's are currently tied to the same iTunes account.  I want to create a new acount for her, but don't

  • Mail unexpectedly quits in Yosemite

    I recently upgraded to Yosemite (10.10), and, now mail (and messages it seems) are giving error messages that they have unexpectedly quit.  This only occurs on my home network as I am able to use both at work. I get the error message below.  Any help

  • What does it mean when I turn on my mac there is a file on the screen and it won't turn on?

    What does it mean when I turn on my mac and a picture of a file comes up and it won't turn on? I hold the button and turn it off and try again and sometimes it goes on and other times the file comes back on.... do I have a virus? What should I do?

  • Percentage and general Question

    I just bought a 2.4 MB. I was given some info from Apple staff that differs somewhat from the MB manual. They suggested to drain the battery completely, then charge overnight. Also not to keep it plugged in longer than necessary. I was having loads o

  • Configuring a mail adapter

    I have been going through procedure to create a File - Mail scenario. I was going through the SDN TV link for the same and it is told that no target DT creation is required and need to download from market place. https://www.sdn.sap.com/irj/servlet/p