Archivelog generation double after dataguard

Hi Gurus,
Our archivelog generated x2 more after the configuration of Dataguard. Does DG impact this? we added the standby redo log file.
Thanks in advance.

Hi
>>Our archivelog generated x2 more after the configuration of Dataguard. Does DG impact this? we added the standby redo log file.
Did you enable FORCE LOGGING at Database level?
Were there many NOLOGGING operations before DG Setup ?
Force logging at the database level will affect no logging operations and it might be a reason you are seeing more redo generation.
HTH,
Pradeep

Similar Messages

  • IPod Touch 1st generation froze after upgraded to iOS 3.1.3

    iPod Touch 1st generation froze after upgraded to iOS 3.1.3.  iTunes 10.4.1 shows synced and current, but iPod frozen with logo and progress bar on screen.  can anyone help?  tnx.

    Place the iPod in recovery mode and then try to restore. For recovery mode see:
    iPhone and iPod touch: Unable to update or restore

  • Intercompany Elimination is doubling after running Legal consolidation

    Hi BPC Guru's
    Intercompany Elimination is doubling after running Legal consolidation Data Manager Package 2nd time tripples when run 3rd time and so on..Only change is that for resolving an issue with balance carry forward, we had changed the datasource type property for the audit trail members that store the eliminated amounts ealier this was A (Automatic) we changed that to (Manual) M and this is causing the doubling to start because if i change it back to A then there is no doubling..but the eliminated values are incorrect.
    Would be great somebody provides with their expertise.

    Hi Arnold,
    This issue is related to another issue that was discussed on the http://scn.sap.com/thread/3247090
    Till December all was well. Come January, after I run the consolidation package, the rule takes into account the balance from December for each month’s calculation:
    There were 2 suggestions from the above post that i tried:
    Check if “COPYOPENING” property in the Audit Trail dimension should not be “Y” -> It was Y for me but changing it to “N” did not solve my issue.
    Opening Flow should be assigned “FLOW_TYPE” property with the value of “OPENING”
    Both these are done in my system. But still the above issue exists. I also tried to change the rule to “Periodic” type but did not help.
      What I basically want is for BPC to ignore the values from previous year and run the calculation based on only the current month’s data.
    When we first faced this issue during January closing, as a temporary fix, we changed the “DATASOURCE_TYPE” property of the audit members used in Eliminations from A to M. This made the rule not consider December balances in the calculation.
    But doing this gave rise to the doubling issue.
    Any suggestions?
    Regards,
    Shruti

  • IPad 3rd Generation frozen after reset was done. I get a logo but no status bar

    iPad 3rd Generation frozen after reset was done. I get a logo but no status bar

    Hello there, darney87.
    The following Knowledge base article offers up some great troubleshooting steps for the issue you're describing with your iOS device showing an Apple logo:
    iOS: Not responding or does not turn on
    Resolution
    If a single application is not responding or stops responding when it opens, you can force it to close.
    If the device is unresponsive or if certain controls aren't working as expected,  restart your device.
    If the device remains unresponsive or does not turn on (or power on),  reset your device.
    If there is no video or if the screen remains black, verify that the device has enough charge to turn on:
    If you are using an iPad, ensure that it's connected to the USB Power Adapter supplied with the device.
    Let it charge for at least twenty minutes, then see if it starts normally.
    If there is no image on the screen, press the Sleep/Wake button to attempt to wake the device.
    If the screen displays a red battery icon, continue charging the device until the battery is fully charged. Learn more about charging iPhone and iPod touch, or iPad.
    If the above steps do not resolve the issue, or the if the screen remains black or shows a persistent Apple logo, try restoring with iTunes:
    Connect the device to your computer and open iTunes.
    If the device appears in iTunes, select and click Restore on the Summary pane. Learn more about restoring iOS software.
    If the device doesn't appear in iTunes, try to force the device into recovery mode, and then restore it.
    If the above steps do not resolve the issue, contact Apple.
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • HT201412 I have an iPod touch 4th generation and after sending emoji iMessage is not working, it closes every time I try to open it and I have already tried resetting my iPod and restarting it.

    I have an iPod touch 4th generation and after sending emoji it no longer works. Every time I try to open iMessage it closes. I have already tried resetting and restarting my iPod and neither has worked.

    Have you tried getting rid of emoji?

  • How simulate massive archivelog generation

    Hi,
    We're in the process of testing our physical standby database, if the network link would be able to cope with peak load and archivelog generation during this time.
    I'm looking for some sample script to run to simulate massive archivelog generation, mayb 1GB every minute. We're on 11.2.0.1 version.
    The database is currently empty, no load , no data.
    Regards,
    dula

    user13005731 wrote:
    Hi,
    We're in the process of testing our physical standby database, if the network link would be able to cope with peak load and archivelog generation during this time.
    I'm looking for some sample script to run to simulate massive archivelog generation, mayb 1GB every minute. We're on 11.2.0.1 version.
    The database is currently empty, no load , no data.
    Regards,
    dulaJust write a little PL/SQL procedure with a loop that iterates 10 million times, and inside the loop do a little dml - insert or update.
    Pseudo code:
    for i = 1 to 10000000
      insert into testtable ('hello world');
    next iThe above is not valid pl/sql, but demonstrates the process. I leave it to the student to pull out the PL/SQL manual found a tahiti.oracle.com and work out the exact syntax. If you don't have space to grow testtable by 10,000,000 rows, use an update instead. It will still generate the necessary redo.

  • ASN Received Quantity is getting doubled after GR posted in ECC against SNC

    ASN Received Quantity is getting doubled after GR posted in ECC against SNC inbound delivery.
    This behaviour is same in MIGO and also in VL32N.
    Would appreciate if any one who implemented SNC got this issue.
    Thanks,
    Mahesh

    Hi Mahesh,
    I have face this issue when GR information is sent to SNC 2 times.
    We are using RSMIPROACT report to update GR status to SNC in that we have notice it does not check that ASN GR is sent to SNC.If you execute RSMIPROACT report 2 times then it will show GR quantity in SNC double.
    If you execute 3 times then will be show 3-times there is no check in RSMIPROACT report.
    You are getting issue because you are sending GR information multiple time.
    Solution for this is execute once day(midnight job) then  you won't get this issue.
    Thanks,
    Nikhil

  • Dataguard:How to check the timestamp of archivelog generation?

    Hi ,
    I want to test my DR database.
    Is there any dictionary view provided the three below information.
    1.When archivelog created in primary?
    2.When archivelog created in standby server?(Network latency)
    3.When logs applied in DR database?
    Thanks & Regards,
    Vinoth

    Hi
    Use the below queries
    On the standby database, queries the V$ARCHIVED_LOG view to verify the redo data was received and archived on the standby database:
    SQL> SELECT SEQUENCE#, FIRST_TIME, NEXT_TIME FROM V$ARCHIVED_LOG ORDER BY SEQUENCE#;
    SEQUENCE# FIRST_TIME NEXT_TIME
    8 11-JUL-02 17:50:45 11-JUL-02 17:50:53
    9 11-JUL-02 17:50:53 11-JUL-02 17:50:58
    10 11-JUL-02 17:50:58 11-JUL-02 17:51:03
    11 11-JUL-02 17:51:03 11-JUL-02 18:34:11
    4rows selected.
    1)Verify new archived redo log files were applied.
    On the standby database, query the V$ARCHIVED_LOG view to verify the archived redo log files were applied.
    SQL> SELECT SEQUENCE#,APPLIED FROM V$ARCHIVED_LOG ORDER BY SEQUENCE#;
    SEQUENCE# APP
    8 YES
    9 YES
    10 YES
    11 YES
    4 rows selected.

  • More Archivelog generation at a particular time?

    Dear Experts,
    OS-SOlaris
    DB version=9.2.0.6
    our database is generating more archive logs in night between 2Am and 3AM.During this period no jobs are scheduled to run either from OS or from database itself.i want to invistigate what makes database to genetate more archivelog at this time.what i have to do to know the reason for more archive log generation.
    Thank You All

    Do you do hot backup during night? If you found entries like 'ALTER TABLESPACE xxx BEGIN BACKUP' before 2am and entries like 'ALTER TABLESPACE xxx END BACKUP' after 3am in your alert.log, that is the key.

  • How to connect apple tv generation 1 after itunes 11 upgrade?

    After upgrading to iTunes 11 I lost connection to my Apple TV Generation 1.  I have tried everything suggested in the forums, but was hoping someone has any other suggestions.
    This is what I have allready done:
    - Power cycle apple tv
    - Power cycle WIFI network
    - Power cycle PC
    - Disable firewalls
    - Reinstall iTunes
    - Factory restore apple TV
    - Upgraded apple TV genaratio 1 to latest firmware
    - Power cycle everything again...
    I confirmed that connectivity is fine.  Apple TV connects to internet (youtube etc.).  Also I can ping AppleTV from my PC.
    Again, tried everything I could find on the forums without luck.
    Anyone have any other suggestions or troubleshooting steps?
    Thanks in advance!

    I was able to fix this by enabling IGMP broadcasting on my router for the IP addresses of the PC with iTunes and the apple tv.  It appears that bonjour uses this and iTunes recognized appleTV immediately.
    I did run into another issue.  After upgrading to the latest firmware Apple TV keeps rebooting/restarting...

  • Actual cost showing doubled after settlement in PS reports

    Dear friends,
    I have created a project with actual cost 120,000, and then I settled the cost to the AUC using CJ88 , when I run the report S_ALR_87013558 it gives wrong amount and counted the cost double 240,000 (120,000 + 120,000 )
    This actual cost error is showing in all the reports plan, actual, budget etc.
    Pls heip me for the solution

    Hi,
    Please check your settlement profile details. You can check after settlement, the debit / credit as after settlement the cost is getting doubled.
    Hope this will help you.
    Regards,
    Rakesh Pradhan

  • Report Generation broken after deployment - Excel Set Cell Color and Border.vi

    Upon deployment, the Excel Set Cell Color and Border.vi became broken.  After installing LV2010 SP1 to view the VIs in the deployment, I noticed that in the second case structure where the code draws the border using the BorderAround invoke node, there is an extra variant input parameter named 'Parameters'.  Upon right-clicking, an option to 'Relink Invoke Node' appeared and after selecting this, the extra input disappeared and the VI was no longer broken.
    Why does "Relink Invoke Node" appear?  How do I create a deployment with this issue?  Has anybody else experienced this?  Why is the TestStand deployment so buggy?  

    Hi Ching-Hwa,
    I have set up a test deployment here where I am deploying a workspace that contains a sequence file.  This sequence file has a LabVIEW Action Step calling a VI that opens a new Excel file and simply calls the Excel Set Cell Color and Border VI.  After deploying this, both the VI and my test sequence ran on the deployment machine without error.  Therefore, I do have some more questions to more accurately reproduce what you are seeing.
    First, what operating systems are you developing on and deploying to?  Also, what license do you have for TestStand on the machine you are deploying to?  If you have a development version, can you manually take the sequence file and VI to this machine and run it?  I know you now have LabVIEW 2010 SP1 on your development machine, but if you have the development version of TestStand as well, it would be interesting to see if you copy the files over if you still see this behavior.  Are you including the TestStand Engine in the deployment?
    Can you open a blank VI on the deployment machine and add the Excel Set Cell Color and Border VI?  It would also be interesting to see if this is not a product of the deployment, but rather an issue with something on the deployment machine itself.  What version of the Report Generation Toolkit do you have on each machine?  Also, what versions of Excel are you using on the development and deployment machine?  Again, it would be helpful for me to know exactly what versions you have installed on both the development and deployment machines so that I can reproduce this as accurately as possible.
    One last thing to try, too, would be to try deploying the VI by itself just to see if it also has the same behavior.  Do you have the Application Builder in LabVIEW?  If so, could you also try building an executable from the VI, create an installer, and deploy this to the deployment machine?  
    In regards to the "freezing" of code by removing the block diagrams, I do not believe this will be a proper work around in this case.  While this removes the block diagram from actually being deployed along with the VI and restricts users from editing the code on the deployment machine, if something is getting changed in the compiled code upon deployment, this will not stop this from happening.  This option is available more as a memory option to lower the size of the deployment as well as prohibit any users on the development machine from editing the block diagram themselves.    
    Thanks, Ching-Hwa!  I look forward to your response so that I can continue trying to reproduce this issue.  Have a great day! 
    Taylor G.
    Product Support Engineer
    National Instruments
    www.ni.com/support

  • Events in iCal doubled after use of iSync and Nokia 6300

    Hi,
    I’ve got a problem with the sync though iSync of the Nokia 6300 and iCal on my Mac – a problem which might be related to the imported phoneplugin – but I really don’t think so, as other users doesn't seem to have any problems with this phoneplugin:
    http://nokia6300.net/3/isync-and-nokia-6300
    The story goes like this:
    During sync with iSync somehow over 505 of the events are doubled in both iCal on my PowerBook G4 with OS X 10.4. AND in the calender of Nokia 6300. If I sync three times an event is tripled in both iCal and phone etc. It seems like iCal doen’t want to obey the phone during sync – and I always use the phone as my primary source – as far as I know, anyway. iCal is thus used as a backup.
    And there is another curious thing going on:
    I’ve created my own calender in iCal. Even though I subscribe to Holidays and Weeknumbers in iCal, they are turn of during sync with iSync. But still they emerge in the calender of my Nokia 6300 after sync. As far as I can see, the setup is correct.
    If anyone knows how to deal with these issues, I’d be must greatful, as deleting all these extra events in the phone and iCal after each sync is both rather irritating and terrible time consuming.
    PowerBook G4 1.25 GHz   Mac OS X (10.4.9)   2 GB RAM

    OK, I've found the answer. I've used the plugin found here (in my case the one for iSync 2.4):
    http://www.s60themes.co.uk/
    - and it works wonderful. Nokia 6300, iSync and iCal now plays together like a sweet dream!
    PowerBook G4 1.25 GHz   Mac OS X (10.4.7)   2 GB RAM

  • I just recently updated my iPod Nano 7th Generation, and, after the upgrade finished, my iTunes library, playlists and all, vanished. How can I restore the playlists and songs to iTunes?

    I updated my iPod Nano 7th Generation, and it wiped my iTunes library. I no longer have my playlists or movies. I was able to recover my music, but the many, many playlists I had, I could not recover. Is there any way I could recover them?

    Hello apbvieira,
    It sounds like your iPod Nano is not recognized in iTunes anymore after a recent update. I recommend the following article to help you get that in order named:
    iPod not recognized in My Computer and in iTunes for Windows
    http://support.apple.com/kb/ts1369
    1. Start with the iPod Troubleshooting Assistant
    If you haven't already done so, use the iPod Troubleshooting Assistant that applies to your iPod. This will often solve your issue.
    If you're still experiencing the issue after going through each of the steps in the assistant, continue with the steps below in this article. The most likely solutions are listed below (for both USB and FireWire (IEEE 1394) iPod connections). Check each section starting from the top of the list to see if that is what's keeping your iPod from appearing.
    Note: To determine if your iPod syncs via USB or FireWire, check the table in the Additional Information section below.
    This step will get you started, but there are additional steps in the article if you need them.
    Thank you for using Apple Support Communities.
    Regards,
    Sterling

  • DW CS3  child page content doubled after template change

    Hello
    I am using DW CS3.  My question / problem is that the child page of a template has double content (two times the same) after changing something on the template.
    On the child page I am entering text into a editable region in side an AP div.  When I don't like the position of the text in the child I close the child and go to the Parnet (template) and change the L  and the T.  Moving it to a more suitable location.   When I update the site and re-open the child the content is doubled and not even one right on top of another but staggered.
    When I view the child page there are three editable region tages that show up in the design window.  doctile, head and Editregion3.
    I receive an error saying "there is an error at  line 46, column 139 (absolute position 1583) of D:\.....\index.html"; InstanceBegin tag inside editable region.
    Not too sure what that means or how I need to fix it.
    If you have any suggestions on how I might be able to resolve this problem I would be more than appreciative.
    Thanks

    Not really a solution, but I changed the z value from auto to 1000, and now I can move the APdiv around with out causing any problems.
    The only odd thing is before I was not colliding with any other elements of the page. So I am not too sure why it did not want to work on the same plane as the other elements.
    EDIT:
    Changing the z value did not solve the problem. It was a fluke that it worked for a few moves.
    Any help would be great.
    Thanks
    p.s.
    not able to attach .dwt or .html???
    Message was edited by: Pengiun PC

Maybe you are looking for