Defer log shipping and RMAN-08137 message when doing archivelog backup

Hello,
in a Primary & Dataguard scenario in which we set to DEFER the log shipping to the Dataguard during a high impact process done in the Primary, we receive the message "RMAN-08137: WARNING: archive log not deleted as it is still needed" when doing archive log backup with rman.
Is it the expected behaviour due to the DEFER status with the Dataguard? or even in this scenario  we might we able to delete the logs and therefore we have to look more in deep to find our problem?
Thanks in advance for your help.

Hello,
Had a look on v$archived_log and found the archivelogs that are not deleted and the state for them is
DEST_ID=1 
STANDBY_DEST=NO
ARCHIVED=YES
APPLIED=NO
as http://docs.oracle.com/cd/B12037_01/server.101/b10755/dynviews_1015.htm says , they are all Local, were archived and there is no apply needed for them as they are not defined to go to the StandBy Database.
Therefore, why can not still archive them?  How can we check if they had been processed by a Streams process?
Regards

Similar Messages

  • I just set up my new iMac, and receive error messages when trying to purchase from the iTunes store (error 8003) or update from the App store (error 403 forbidden). THOUGHTS?

    I just set up my new iMac, and receive error messages when trying to purchase from the iTunes store (error 8003) or update from the App store (error 403 forbidden). THOUGHTS?

    I am not sure what you mean by "Flash Player for steam"; the only Flash Player installers I know is the ActiveX (for Internet Explorer) and the plugin (for other browsers); you can find both at http://helpx.adobe.com/content/help/en/flash-player/kb/installation-problems-flash-player- windows.html#main-pars_header
    [topic moved to Flash Player forum]

  • Premiere Pro stops rendering and gives error message when encounters "RGB Color Corrector"

    Premiere Pro (and also Encore) stops rendering and gives error message when it encounters a clip containing the "RGB Color Corrector" in any clip.  It will process clips without RGBCC, but will stop when it gets to one with RGBCC activavted.  PP will render clips if other effects, such as "Fast Color Corrector", "Color Balance (HLS)", and "Three-Way Color Corrector" are selected. However, these do not have the capabilities that The other color correctors will not do what RGB color corrector does, so I need to have this working to finish a large product that is due to the client.  Please help me..... I am not using the Creative Cloud version, and can't find either a download for the new update from 2013, or a phone number to talk to anyone. 

    Using a Win7 computer with 2.8 quad core processor, 24 gig of ram, Nvidia Quadro 5000 video card.  Don't think I have any plugins.  I looked at one a while back for cleaning up grainy video, but I am not sure I paid for that.  Think I deleted it. 
    Incidentally, someone named Jim on another part of the forum mentioned that this problem has been fixed in the CC version of the program.  I am using the non-CC version because I am 68 years old and only do seminars and documentation video.  Don't need so many bells and whistles, and definitely don't need learning curves every few weeks.  CS6.0.3 works fine for me.  By the way, someone else said that maybe version 6.0.1 might work better and I should revert to that.  Not sure if it is the version i have on the disk upgrade to 5.5 that I purchased in December. 
    As it stands now, I have 7.5 hours of a seminar that is ready to go out the door.  If there is an upgrade I can get from Adobe, maybe you can tell me about it. If I have a setting incorrect in the video output format, maybe I can change that.  So far it just happens with clips in my video that have RGB color correction. 
    Rick

  • I tried syncing my iPhone to Mac and got this message when iPhoto pictures got synced: " this iPhone couldn't be synced. The requested file could not be found". Help what do I do now?

    I tried syncing my iPhone to Mac and got this message when iPhoto pictures got synced: " this iPhone couldn't be synced. The requested file could not be found". Help what do I do now?

    Try deleting the iPod Photo Cache from your computer.
    http://support.apple.com/kb/ts1314

  • When doing catalog backup get message " your system is low on disk space, and elements organizer can

    When doing catalog backup get message " your system is low on disk space, and elements organizer cannot perform the operation.  If create a catalog with 20 pictures backup works OK.  backing up to a 1TB external drive.  Have 16705 pictures in catalog.  Total disk space for pictures is 192 MB.  Why am I getting message?

    kdrozzen a écrit:
    Total disk space for pictures is 192 MB. 
    Do you really mean MB (megabytes) or GB (gigabytes) ?
    Even if its GB, the free space may be enough, depending on your files size, especially with videos or raw files.
    When you start the backup process, it first shows you the total size of the catalog.

  • Rman-08137 can't delete archivelog because the capture process need it

    When I use the rman utility to delete the old archivelog on the server ,It shows :Rman-08137 can't delete archivelog because the capture process need it .how to resolve the problem?

    It is likely that the "extract" process still requires those archive logs, as it is monitoring transactions that have not yet been "captured" and written out to a GoldenGate trail.
    Consider the case of doing the following: ggsci> add extract foo, tranlog, begin now
    After pressing "return" on that "add extract" command, any new transactions will be monitored by GoldenGate. Even if you never start extract foo, the GoldenGate + rman integration will keep those logs around. Note that this GG+rman integration is a relatively new feature, as of GG 11.1.1.1 => if "add extract foo" prints out "extract is registered", then you have this functionality.
    Another common "problem" is deleting "extract foo", but forgetting to "unregister" it. For example, to properly "delete" a registered "extract", one has to run "dblogin" first:
    ggsci> dblogin userid <userid> password <password>
    ggsci> delete extract foo
    However, if you just do the following, the extract is deleted, but not unregistered. Only a warning is printed.
    ggsci> delete extract foo
    <warning: to unregister, run the command "unregister...">
    So then one just has to follow the instructions in the warning:
    ggsci> dblogin ...
    ggsci> unregister extract foo logretention
    But what if you didn't know the name of the old extracts, or were not even aware if there were any existing registered extracts? You can run the following to find out if any exist:
    sqlplus> select count(*) from dba_capture;
    The actual extract name is not exactly available, but it can be inferred:
    sqlplus> select capture_name, capture_user from dba_capture;
    <blockquote>
    CAPTURE_NAME CAPTURE_USER
    ================ ==================
    OGG$_EORADF4026B1 GGS
    </blockquote>
    In the above case, my actual "capture" process was called "eora". All OGG processes will be prefixed by OGG in the "capture_name" field.
    Btw, you can disable this "logretention" feature by adding in a tranlog option in the param file,
    TRANLOGOPTIONS LOGRETENTION DISABLED
    Or just manually "unregister" the extract. (Not doing a "dblogin" before "add extract" should also work in theory... but it doesn't. The extract is still registered after startup. Not sure if that's a bug or a feature.)
    Cheers,
    -Michael

  • HT3275 Since updating OS to Mountain Lion from leopard, I get the following error message when trying to backup with time machine on external drive.  Could not complete backup to media share.  The network backup disk does not support the required AFP feat

    Since updating OS to Mountain Lion from leopard, I get the following error message when trying to backup with time machine on external drive.  "Could not complete backup to media share.  The network backup disk does not support the required AFP features."  What are AFP features and how do I get Time Machine to backup to my current external backup?

    This means that your NAS does not support the required encryption. Update your NAS to the latest firmware or ditch it and buy a Time Capsule (they are the most reliable when using TM).

  • Itunes gives error message when trying to backup ipone 6.

    ITunes gives an error message when trying to backup IPhone 6.  I followed some of the advice I have seen delete old backups and try again, but I still get an error message. 

    What error message?
    Thanks

  • HT201250 I set up Time Machine yesterday (using a WD 2T drive) and got the message that the first backup was complete.  I can open every file I try except Quicken and TurboTax.  What am I doing wrong?

    I set up Time Machine yesterday (using a WD 2T drive) and got the message that the first backup was complete.  I can open every file I try except Quicken and Turbotax.  What am I doing wrong?

    burgessiii22 wrote:
    Thanks for the answer Linc, but how do I check to make sure the back-up process is working if I don't think I need to restore?
    Create a test file with Text Edit (or any other program) and save it to your desktop.
    Run Time Machine from the menu bar.
    When the Time Machine icon in the menu bar stops spinning, drag your test file to the trash.
    Open Time Machine and go back 1 page. You should see your test file on the desktop.

  • How to copy UserProperties from origin message when doing reply, forward or reply all?

    is there a way to auto copy the UserProperties from origin message when doing reply, forward, reply all or any other operation? (if exists)

    And to handle the Reply / Forward / ReplyAll events, you need to track the selected items (use Explorer.SelectionChange event) and messages displayed in inspectors (use Application.Inspectors.NewInspector event). Keep in mind that more than one message
    can be selected or displayed at a time, so you will need to dynamically track the list of items that can fire the Reply / Forward / ReplyAll events.
    Dmitry Streblechenko (MVP)
    http://www.dimastr.com/redemption
    Redemption - what the Outlook
    Object Model should have been
    Version 5.5 is now available!

  • Shrink Log file in log shipping and change the database state from Standby to No recovery mode

    Hello all,
    I have configured sql server 2008 R2 log shipping for some databases and I have two issues:
    can I shrink the log file for these databases: If I change the primary database from full to simple and shrink the log file then change it back to full recovery mode the log shipping will fail, I've seen some answers talked about using "No
    Truncate" option, but as I know this option will not affect the log file and it will shrink the data file only.
          I also can't create maintenance to reconfigure the log shipping every time I want to shrink the log file because the database size is huge and it will take time to restore in the DR site, so the reconfiguration
    is not an option :( 
    how can I change the secondary database state from Standby to No recovery mode? I tried to change it from the wizard and wait until the next restore for the transaction log backup, but the job failed and the error was: "the step failed". I need
    to do this to change the mdf and ldf file location for the secondary databases.
    can any one help?
    Thanks in advance,
    Faris ALMasri
    Database Administrator

    1. can I shrink the log file for these databases: If I change the primary database from full to simple and shrink the log file then change it back to full recovery mode the log shipping will fail, I've seen some answers talked about using "No Truncate"
    option, but as I know this option will not affect the log file and it will shrink the data file only.
          I also can't create maintenance to reconfigure the log shipping every time I want to shrink the log file because the database size is huge
    and it will take time to restore in the DR site, so the reconfiguration is not an option :( 
    2. how can I change the secondary database state from Standby to No recovery mode? I tried to change it from the wizard and wait until the next restore for the transaction log backup, but the job failed and the error was: "the step failed". I need to do
    this to change the mdf and ldf file location for the secondary databases.
    can any one help?
    Thanks in advance,
    Faris ALMasri
    Database Administrator
    1. If you change recovery model of database in logshipping to simple and back to full Logshipping will break and logs wont be resored on Secondary server as log chain will be broken.You can shrink log file of primary database but why would you need that
    what is schedule of log backup. Frequent log backup is already taking care of log files why to shrink it and create performance load on system when log file will ultimately grow and since because instant file initilaization is not for Log files it takes time
    to grow and thus slows performace.
    You said you want to shrink as Database size is huge is it huge or does it have lots of free space. dont worry about data file free space it will eventually be utilized by SQL server when more data comes
    2. You are following wrong method changing state to no recovery would not even allow you to run select queries which you can run in Standby mode. Please refer below link to move Secondary data and log files
    http://www.mssqltips.com/sqlservertip/2836/steps-to-move-sql-server-log-shipping-secondary-database-files/
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it.
    My TechNet Wiki Articles

  • Mail 2.1 and password error message when checking for incoming mail

    I get a "password rejection" error message when Mail 2.1 tries to check for incoming messages and there are no messages to retrieve (I have an Earthlink account). I don't have any problems sending messages. When I send a test message to myself, Mail can retrieve it. When I check mail a few minutes later, I get the "password rejection" message from Earthlink. This also happens when I use MS Entourage (v10.1.6). I have been using Entourage for years and just recently started using Mail and this password problems seemed to appear recently (last few weeks).
    Has anyone else experienced a similar problem? Since this happens in both Mail and Entourage, I don't know if it is Mac OS 10.4.10 or Earthlink. I tried Earthlink tech support and they were not much help.
    Thanks,
    Kenny

    Problem resolved by itself. I think it was a problem with my ISP.

  • RTO, RPO, Log Shipping and Alternatives

    Hi there, 
    As we all know the only available backup option for BizTalk 2006 and higher is Log Shipping with default values of RPO of 15 min and RTO approx. 60 min. 
    Could you please advise any alternative solutions, perhaps a third party software, which would provide better results than that ?
    Thanks

    To clarify, while Log Shipping is the only supported DR option for BizTalk Server, the 15/60 timings intervals are not specific 'requirements'.
    15 minute RPO is merely the equivalent to the actual default Log Shipping interval.  That can be adjusted based on your application's requirements so if your SQL Servers and network support it, capacity wise, you can set it to 1 minute.
    In practice, a 60 minute RTO is very generous for a properly spec'ed, configured and rehearsed BizTalk DR scenario.  If you have the configuration scripted and your checklist ready, the DR BizTalk site can be running in...a few minutes...depending
    on exactly where the database recovery was at that moment.
    People and preparation are by far the most important factor.  You can't 'just setup DR', it takes a plan to be successful.
    There are no third party products that will help, sorry.
    Are there alternative?  Sure, depending on the app's tolerance for data gaps:
    1. Backup VM's.
    2. DR site that is not part of the same BizTalk Group.  I prefer this option if there are no long-running requirements.

  • I keep getting and "error 2 message" when trying to update my creative cloud

    Hi, I was trying to update my cc and keep getting and "error 2" message. Can anyone help me?
    Thanks

    sign out and then back in to your cc desktop app, Sign in, Sign out | Creative Cloud desktop app
    if that fails, attach a screenshot of your error message.

  • AIM/Yahoo, ect How to receive messages when doing other things....

    I downloaded the AIM and Yahoo Apps and even tried the new Palringo App, but all of them seem to disconnect when I leave the program and go back to the home screen and reconnect when I go back.
    People say It doesnt seem to log me out, however I dont receive any notification of messages when I am doing other things, not like I would if I receive a text message,
    Any way to fix this and get messages without going back to check in the program?

    Apps cannot run in the background. AIM keeps you logged in for ~5 minutes after you exit the app, but you'd need to go back to the AIM app to get any IMs.
    In your AOL settings (accessed through your browser) you can set it to send you an SMS when you get an IM.

Maybe you are looking for

  • Third Party Sales Returns process

    Hello All We have a third-party sales process which is automated i.e Sales order and Purchase requisitions(VA01) are created using the data coming in the incoming EDI file, the Purchase requisition is automatically converted to a Purchase order, the

  • Weblogic 8.1 Server log size increase in Production environment

    Hi, Issue:: One of the log file is increasing in size and exceeding beyond the size mentioned in the configuration file resulting in application outage. Issue description: We are having problems with the log size in the Weblogic 8.1 server. The filem

  • Embedding html in xml tags, when rednering text as html

    Quick question, I have a site that reads all content from an external xml. The text box that reads this info renders the content as html; does anyone know how to go about putting an html tag in an xml tag so that flash can read it? So would it be pos

  • Time issue problem

    Hi Guys, need to check if there is any solution on this... document posted in SAP takes the Application server time. Now if i have two or more plants at different location with a time difference , this effects a lot in deciding things. Can any one su

  • Strange behavior of oracle database

    I have a instance in a db server and i access the databse from sqlplus through my client.today morning when I wanted to restart the database while opening the database it gave the following error. SQL> startup ORACLE instance started. Total System Gl