Suspicious delay of HDD activity after commit

I know that after commit Oracle LGWR process writes the data
changies into the redo-log. And Oracle must return "Commited"
only after above is done. But when I do Commit, I don't see the
HDD LED blink. Only after 1-2 sec HDD LED blinks. Is it normal?
What people have?
null

To answer the question of caching and syncing:
Linux nearly caches all and does it on a high "level", means it
is one of the reason for the good I/O-performance of linux.
In order to make sure that data is directly written to the disks
you can mount your disks with the option sync.
An example: mount -o sync /dev/sdc1 /data_1
Note, that the performance will decrease. The other possibility
is a little tool called syncer, which is a daemon that causes
linux to clear its cache every xy seconds (any value you like). I
think (because I never used) it causes some overhead but is a
good compromise to the sync-option.
Deactivating caching in the kernel... I think this is not the
best solution if you are not familiar with kernel programming.
Also think of swapping and reads on the system-disk and so on.
Dietmar
p.s: I can't remember where I've found it, so I send it to your
personal account, because I can't add any files here
StE (guest) wrote:
: Mark Malakanov (guest) wrote:
: : I know that after commit Oracle LGWR process writes the data
: : changies into the redo-log. And Oracle must return "Commited"
: : only after above is done.
: Not quite true. Information is constantly flushed from the
: in-memory redo log buffer to disc while changes are taking
place
: to the database. When a transaction is committed the
: current contents of the redo-log buffer are flushed to disc,
: followed by a marker saying "SCN was committed" is written to
: disc - the changes themselves have already been written out.
: : But when I do Commit, I don't see the
: : HDD LED blink. Only after 1-2 sec HDD LED blinks.
: : Is it normal? What people have?
: That's probably normal, but that doesn't make it a good thing.
: The Linux buffer-cache does write-behind caching, so that dirty
: buffers arn't written out to disc immediately. If there were a
: failure the write of the commit or some of the preceeding redo
: log blocks might not make it to disc.
: I think you can tune the frequency with which bdflush wakes up
: and writes to disc. Setting it to a low value if you're worried
: about consistency over performance would be a good idea.
: I don't know whether there's an open() flag to perform writes
on
: a file synchronously or not under Linux. It's possible to
sync()
: an open filehandle, I think, so perhaps Oracle does a sync on
: the active redo log when it writes out the commit.
: Anyone know anything less vague and hand-waving?
: -michael
null

Similar Messages

  • After commit current row is no longer highlighted

    JDeveloper 11.1.1.20.
    Scenario: a master detail page where master and detail are both ordinary ADF table ( NOT read-only).
    If I place the cursor on a master row and do a click the row is highlighted.
    If I do a createInsert operation (with a button) a new row is created above the previous mentioned row.
    Problem:
    If I do a commit after the new row is filled with data sometimes the newly made row is now longer highlighted after the commit.
    The newly created row is stil active. This is seen by the fact that if I subsequently creates a new deatil row it is correctly connected to the newly created master row.
    And - after the newly created detail row is created the master row is again highligted.
    Any ideas?
    Best regards
    Erik

    Hi,
    To keep highlight the selected row do some operation in bean ,Get selected row and set that row again after commit
    Check
    http://jobinesh.blogspot.com/2011/01/declaratively-setting-current-row-key.html

  • Iterator refresh after commit

    Hi,
    I have three tabs in my page , and in each tab , i have separate taskflows.
    The first tab taskflow contains a jsff which has lets say master table iterator i.e departments iterator.
    In the second tab, i have a table based on read only query, but when i click on add button, i will be inserting in to detail VO (employee VO) and using postChanges() .
    so that read-only query based table gets the new data.
    now when i click on save button and commit , the iterators in taskflows of tab1, tab2 are pointing to first record rather than the current record.
    1) even i tried with having an action for the 'save' button and navigating to method activity which sets the iterator to current row.
    When i am returning back to taskflow,i am still seeing the iterator pointing to first record rather than the current record i intend to see.
    could anybody tell me why iterator is pointing to first row after commit()
    i don't have 'refresh' -- if needed for taskflows. its default.
    for transactions, datacontrols, its default for my taskflows.

    I generally retain the previously selected row using the following code in my VOImpl after every executeQuery().
    public void executeQuery()
    // current row key if any
    Key currentRowKey = null;
    Row currentRow = getCurrentRow();
    if ( currentRow != null )
    // get current row key
    currentRowKey = getCurrentRow().getKey();
    // super call
    super.executeQuery();
    if ( currentRowKey != null )
    // set current row now using previously stored key
    Row[] rows = findByKey( currentRowKey, 1 );
    if ( rows != null && rows.length == 1 )
    setCurrentRow( rows[0]);
    }

  • My iphone 3gs is not activating after updating my software with i tunes...what shall i do? cant i go back to my normal version which was ios 4.1

    my iphone 3gs which is not associated with this accunt is not activating after updating the sof tware, it connects to i tunes but i tunes says "we arh your unable to continue with your activation at this time, please try again later or contact customer care". my iphone aslo just says it cannot be activated or something like that every time i try. i have been waiting for 4 hours now but it still hasnt worked. how can i uninstal this update and go back to my old version which ws ios 4.1 or or ios 4,3. i dont even know what version it updated to, im assuming it is ios5 but not sure. it says try connecting to i tunes as well but it is connected and i tunes cant activate it either. my phone is connect to a wifi but it stll says no service.
    i will really appreciate some help.
    thanks.

    Generally this is a sign that the iPhone had previously been
    hacked/modified/jailbroken and the update relocked it to the
    original wireless carrier. If this is the case, only that wireless
    carrier can unlock your iPhone. You must contact them to see
    if they offer unlocking and if you qualify.
    Where did you acquire this iPhone?
    What wireless carrier did you use before this problem?
    Does the app Cydia appear on your iPhone?
    What does it say when you look at Settings=>General=>About=>Carrier?

  • Sender agreement not updated in XI cache after commit

    Hi all,
    somehow none of my created sender agreements appears in the XI cache after commit. I also did a complete refresh of the XI chache.
    Any ideas?
    Thanks!
    Denis

    Hmm,
    I have created sender agreements for SOAP channels, this would explain why I could not see the agreements...
    Actually I am wondering why the 'test configuration' tool in the ID brings up an 'java.io.IOException' in the receiver determination. Prior to that the sender agreement lookup fails. So I thought it's the XI Cache...
    I restarted the J2EE engine but the problem remains.
    Any other ideas?
    Thanks so far!

  • Request is active after all the records loaded

    Dear Experts,
    I am extracting data from R/3 through custom Data source. While creating data source, I used custom Function Module.
    I have checked in RSA3, 9565 Records are available.
    When I start extract from BW side all the records (9565) fetched, but request still in yellow. Same way I have checked in R/3 side in SM37 job status is “Active” (After 5 Hours also).
    Please provide the solution.
    Thanks in Advance.
    Regards,
    Selva

    hi,
    in the monitor screen select that requestselect refresh request for 1 more 2 minutes. otherwise come out the screenwait for some time-go to that request check it out.
    select your requestselect details tabsee error.
    if helpful provide reward points
    regards
    harikrishna N

  • My ipad air was bought and activated AFTER September 1st and I downloaded pages, keynote and numbers. I then changed my Apple ID as the password no longer worked, these apps were also deleted I order to be updated. Now I cannot get the free version. Help?

    My ipad air was bought and activated AFTER September 1st (activated December 25th) and I downloaded pages, keynote and numbers. I then changed my Apple ID as the password no longer worked, These apps had to be deleted as I needed to update them. Now I cannot get the free version on my ipad. I have searched the internet to see if there is a solution, and I found a few but unfortunately none have worked. I desperately need these apps as my iPad is used for school. Is this an issue I should take up with the apple support centre or something? Please help! Thanks

    How to get all the iWork apps, iPhoto, and iMovie for free on an eligible iPhone or iPad
    http://www.imore.com/how-get-all-iwork-apps-iphoto-and-imovie-free-eligible-ipho ne-or-ipad
     Cheers, Tom

  • Transformationsde-activating after changing write optimized to standard dso

    Hi experts,
    i changed write optimized dso to standard dso because of some changes, but after changes done i activated the changed transformations  standard dso(previously write optimized), but it is not activating , after gone through the issue its happened
    because of 0 record mode, i deleted the 0 recordmode rule and activated.
    Now the real issue:-
    when i transport this changed dso and transformations from dev to acceptance test am facing this issue below are the details.
    Start of the after-import method RS_TRFN_AFTER_IMPORT for object type(s) TRFN (Activation Mode)
    Transformation 0MX1MHVGBT0A0PTA526YRW3O48Q77GOC deleted in version M of DDIC
    Transformation 0RKZY5AKAWMJ2ZRKJMSZO791UP6X1F2N deleted in version M of DDIC
    Activation of Objects with Type Transformation
    Checking Objects with Type Transformation
    Checking Transformation 0MX1MHVGBT0A0PTA526YRW3O48Q77GOC
    Rule 10 (target: 0RECORDMODE group: 02 Technical Group ): Constant is initial
    Checking Transformation 0RKZY5AKAWMJ2ZRKJMSZO791UP6X1F2N
    Rule 10 (target: 0RECORDMODE group: 02 Technical Group ): Constant is initial
    Saving Objects with Type Transformation
    Internal Activation (Transformation )
    Preprocessing / Creation of DDIC Objects for Transformation 0MX1MHVGBT0A0PTA526YRW3O48Q77GOC
    Preprocessing / Creation of DDIC Objects for Transformation 0RKZY5AKAWMJ2ZRKJMSZO791UP6X1F2N
    Please help me in this by rectificying in dev system how could i manage to send this transport to acceptance test.
    One more thing even after deletin the 0recordmode in transformation , i can able to see that in techinical group.
    cheers
    vas
    Post Processing/Checking the Activation for Transformation 0MX1MHVGBT0A0PTA526YRW3O48Q77GOC
    Transformation 0MX1MHVGBT0A0PTA526YRW3O48Q77GOC was activated

    Hi
    You can change write optimised to satndard DSO.
    You are supposed to add 0recordmode field in datsource check below links for clear information:
    error  while activating transformations
    Re: Transformation error.
    Ravi

  • I am experiencing delayed typing with texting after upgrading to IOS 7 - anyone seeing this?

    Both my wife and I are experiencing delayed "typing" with texting after the upgrade to IOS7.  Concisely, you can keep typing, but there is a noticable delay before the text appears in the message section.  I have also noticed delays with entering my 4 digit Passcode. 

    Mine was so bad that it was nearly impossible to type in my passcode.  I finally restored the phone (reinstalled the software) and then restored from backup.  All is working fine now.  This is on my iPhone4.  The real trick was getting past the passcode and then turning off Find my iPhone (which is required to restore) when it was nearly impossible to type my password in. 
    It solved my problem.  After I did it I read somewhere here to try resetting all settings.  That would be quicker but you may lose some settings you had.  In any case restoring completely solved my problem.
    My iPad did not experience any of these problems.

  • HT1338 iphone 3gs cant be activated after software update to ios5

    iphone 3gs cant be activated after software update to ios5

    What does it say when you look at Settings=>General=>About=>Carrier?
    Which version of Cydia is on your iPhone - the one with the black & white
    icon or another one? What color is the Cydia icon?

  • Macbook Air 11" (Mid 2013) takes time to become active after being inactive for a while

    I've got Macbook Air 11" (Mid 2013). But it has an issue of taking up some time to be active after it has been inactive for a while (like when i dont use it for a while the macbook autosleeps and then when i want to work on it and try to get it active the screen only shows mouse pointer in a black screen and then the other components like the small window where you enter password and other takes time to appear...)
    plz help...I've been facing this problem for 2 weeks now...and wanna fix it as soon as possible....plz help...

        Hope this helps.
        http://support.apple.com/kb/PH13976
    Start up in Safe Mode.
    http://support.apple.com/kb/PH14204?viewlocale=en_US
    Best.

  • I have problems with activation, after delete mi Iphone from Icloud.

    I have problems with activation, after delete mi Iphone from Icloud.

    Hello Sikiz 21,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    iPhone: Troubleshooting activation issues
    http://support.apple.com/kb/TS3424
    iOS: Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/TS4268
    Best of luck,
    Mario

  • A way to change metrics to 1 digit after comma?

    Hello. I have just noticed Flash CC is using 2 digits after comma, and im just wondering if there is a way to change it to use only 1? In my work i ususally have to avoid having any other digit after comma in symbols position other than 0 and got used to quickly running trough tabs and stroking "end" and "backspace" to make everything more even so its sharper, now when there are 2 digits i have to stroke backspace twice (and many times forgeting about it due to years old habit). For some of you it might sound trivial problem, but when you multiply it by bazilions of stuff i have to do with deadline "yestarday" every bit of stuff i have to do even bit longer in the long run gives me a lot of wasted time. Its not a big problem, but would be awesome if i could make it easier.

    And while im on that "quality of life" question for someoen who has to make millions of banners very fast:
    Is there a way to make objects moving snap to integer positions? SO when i move them around the workspace, they dont land on non-round positions? I would like to avoid putting them on for example: 10.70 - 230.40 but on 10 - 230. Would really appreciate any tip of how to do that.
    I have already tryied "snap to grid" and" snap to pixels" but it just puts it on half of pixels like 10.5 - 230.5 and that results in blurry bitmaps.

  • Does Update function module gets executed after Commit Work?

    Hi Gurus,
    I have a BAPI with a Commit work. Does update function module V1 , V2 - i need mainly about the sequence of V2, gets executed after Commit work or before Commit work.
    Thanks

    Pl refer to SAP help on the same as follows.
    https://help.sap.com/saphelp_nw04/helpdata/en/e5/de86e135cd11d3acb00000e83539c3/content.htm
    Regards,
    Naveen Vishal

  • Iphone 3gs need activation after update by itune and no service

    iphone 3gs need activation after update by itune and no service
    what can i do ?

    No need to Multiple post... see your other Thread...
    https://discussions.apple.com/thread/5846382?tstart=0

Maybe you are looking for

  • Installing flash player and sticks on step 2 help

    i am trying to install flash player and it sticks on step 2 and also it doesnt show the run dialogue box what is going wrong

  • Horizontal grey thick line - iMac C2Duo 2,4 GHz ATI HD2600 (late 2007)

    On my iMac 24" i have an horizontal line grey line, thicker at middle. Seems to be sometimes more viewable sometimes less. Also my dock seems to be burned in (or shall i write it "persists"). Some screenshots: http://lh5.ggpht.com/7n3M2I6_QAg/SrsjE_t

  • TS3989 photostream exe has stopped working

    I received an error message each time I startup iTunes stating that photostream.exe has stopped working.  Photos are no longer transfered to the cloud.  Has anyone experienced this problem and if so, is there a fix for this problem?

  • OBIEE 11.1.1.7 and external OpenLDAP provider

    Hi, my organization recently decided to upgrade OBIEE from version 11.1.1.6 to 11.1.1.7. I've made installation on our DEV environment followed the instructions prepared during previous installation (11.1.1.6). The installation went without any probl

  • IChat Service Cannot Start after 10.6.6 Updates

    Hi, My Mac Mini Server was working perfectly until I updated 10.6.6. All services are running except the iChat service. There is a series of error message in the log. Any help? I have been searching everywhere but cannot find any solutions. Thanks in