The informations of LRU in trace file are inconsistent!

I dump the buffers and want to check the information of LRU list.
alter system set events 'immediate trace name buffers level 4';
then , I find the information below in the trace file:
CHAIN: 4331 LOC: c0000000164484c0 HEAD: [c000000015febee8,c000000015febee8]
BH (c000000015febee8) file#: 4 rdba: 0x01000430 (4/1072) class: 1 ba: c000000015dcc000
set: 12 blksize: 8192 bsi: 0 set-flg: 2 pwbcnt: 0
dbwrid: 1 obj: 19576 objn: 19486 tsn: 4 afn: 4
hash: [c0000000164484c0,c0000000164484c0] lru: [c000000015fec060,c000000015febe70]
lru-flags:
ckptq: [NULL] fileq: [NULL] objq: [c0000000d4c3ee78,c000000015fec1c0]
st: XCURRENT md: NULL tch: 4
flags: only_sequential_access
LRBA: [0x0.0.0] HSCN: [0xffff.ffffffff] HSUB: [65535]
buffer tsn: 4 rdba: 0x01000430 (4/1072)
scn: 0x0000.0054cfb3 seq: 0x01 flg: 0x04 tail: 0xcfb30601
frmt: 0x02 chkval: 0x511e type: 0x06=trans data
Hex dump of block: st=0, typ_found=1
Please watch:
*lru: [c000000015fec060,c000000015febe70]*
that means the next_lru buffer is : c000000015fec060 and the previous_lru buffer is c000000015febe70.
However, I find the lru list in the same trace file :
MAIN RPL_LST Queue header (NEXT_DIRECTION)[c000000015fe96b8,c0000000163fbb48]
c000000015febcf8=>c000000015febdf0=>c000000015febee8=>c000000015febfe0=>c000000015fec0d8=>c000000015fec1d0
c000000015fec2c8=>c000000015fec3c0=>c000000015fec4b8=>c000000015fec5b0=>c000000015fec6a8=>c000000015fec7a0=>
Please watch carefully:
c000000015febdf0=>c000000015febee8=>c000000015febfe0=>
that means the  next_lru buffer is : c000000015febfe0 and the previous_lru buffer is c000000015febdf0.
1:Which one is correct and why these 2 informations are inconsistent?

Hi Sowmya,
when you refer to my Excel Export tutorial on SDN: <a href="https://wiki.sdn.sap.com/wiki/x/0mQ">Exporting Table Data Using On-Demand Streams - SAP NetWeaver 7.0</a>:
use <b>LinkedHashMap</b> instead of <i>HashMap</i>:
  private Map getProductColumnInfos() {
    Map columnInfosMap = new LinkedHashMap();
    columnInfosMap.put(IPrivateTableCompBasketView.IProductsElement.QUANTITY, "Quantity");
    columnInfosMap.put(IPrivateTableCompBasketView.IProductsElement.ARTICLE, "Article");
    columnInfosMap.put(IPrivateTableCompBasketView.IProductsElement.COLOR, "Color");
    columnInfosMap.put(IPrivateTableCompBasketView.IProductsElement.PRICE, "Price in EURO");
    columnInfosMap.put(
      IPrivateTableCompBasketView.IProductsElement.TOTAL__PER__ARTICLE,
      "Total Per Article In Euro");
    return columnInfosMap;
This keeps the order of key-displaytext-pairs passed by the client (table component) to the service (excel export component) stable.
Regards, Bertram

Similar Messages

  • Numerous trace files are generating every minute causing space issue

    Hi All,
    numerous trace files are generating every minute <SID>_<PID>_APPSPERF01.trc  format.
    entry in trace file will be like..
    EXEC #10:c=0,e=0,p=0,cr=0,cu=0,mis=0,r=0,dep=0,og=1,plh=1734896627,tim=1339571764486430
    WAIT #10: nam='SQL*Net message to client' ela= 6 driver id=1952673792 #bytes=1 p3=0 obj#=34562 tim=1339571764491273
    FETCH #10:c=0,e=0,p=0,cr=2,cu=0,mis=0,r=1,dep=0,og=1,plh=1734896627,tim=1339571764486430
    WAIT #10: nam='SQL*Net message from client' ela= 277 driver id=1952673792 #bytes=1 p3=0 obj#=34562 tim=1339571764491806
    EXEC #11:c=0,e=0,p=0,cr=0,cu=0,mis=0,r=0,dep=0,og=1,plh=2638510909,tim=1339571764486430
    FETCH #11:c=0,e=0,p=0,cr=9,cu=0,mis=0,r=0,dep=0,og=1,plh=2638510909,tim=1339571764486430
    WAIT #11: nam='SQL*Net message to client' ela= 6 driver id=1952673792 #bytes=1 p3=0 obj#=34562 tim=1339571764493265
    *** 2012-06-13 03:16:14.496
    WAIT #11: nam='SQL*Net message from client' ela= 10003326 driver id=1952673792 #bytes=1 p3=0 obj#=34562 tim=1339571774496705
    BINDS #10:
    Bind#0
    oacdty=01 mxl=32(21) mxlc=00 mal=00 scl=00 pre=00
    oacflg=00 fl2=1000001 frm=01 csi=871 siz=2064 off=0
    kxsbbbfp=2b8ec799df38 bln=32 avl=03 flg=05
    value="535"
    Bind#1
    oacdty=01 mxl=32(21) mxlc=00 mal=00 scl=00 pre=00
    oacflg=00 fl2=1000001 frm=01 csi=871 siz=0 off=32
    kxsbbbfp=2b8ec799df58 bln=32 avl=04 flg=01
    value="1003"
    SQL> show parameter trace
    NAME TYPE VALUE
    tracefiles_public boolean TRUE
    log_archive_trace integer 0
    sec_protocol_error_trace_action string TRACE
    sql_trace boolean FALSE
    trace_enabled boolean TRUE
    tracefile_identifier string
    Profile options like "FND:Debug Log Enabled" and "Utilities:SQL Trace" are set to No
    Can some one help me to stop these trace generation.
    is there any way to find the cause for these trace?
    Thanks in adv...

    Hi;
    Please check who enable trace. Please see:
    How to audit users who enabled traces?
    check concurrent programs first
    *from the screen
    *F11, then select the trace, then Ctrl+F11
    Concurrent > program > define
    open the form, press F11 (query mode), select the trace, then (ctrl + f11) this should return all concurrent programs which have trace enabled
    Regard
    Helios

  • Numbers 09 not working - I can open the program but only a few files are available, missing blank, checklist and many others. e.g  when I click on a file I get this error: The document "nmbtemplate is invalid. The index.xml file is missing. help.

    Please let me know what I can do to get my Numbers (iWork 09) working properly again.
    Here is what is going on:
    Numbers in iWork 09 not working can't access Blank, Checklist and many other files within Numbers.   I can open the program but only a few files are available. When I click on the file (which also has no icon just the name of the file) this warning appears:
    The document "Blank.nmbtemplate" is invalid.  The index.xml file is missing.
    I recently had to get a new hard drive installed and had the system upgraded and more memory put in by a Mac certified specialist recommended to me from the Apple store in Northbrook because this was the 3rd time my drive went bad but this time it was to old (I got the IMAC- in 2007) and the Apple store could no longer work on it this time so they recommended a few places that had certified Mac specialists.  Since then Numbers is not working right.
    I'm sure it's something simple to fix, but I've tried re installing it and that didn't work.  Appreciate any help.
    Thanks
    AppMare

    There is one way its getting fixed. Once I update my Adobe Illustrator CC to Adobe Illustrator CC 2014 it is further allowing me to go into the system folder and allocate the font to the file so that it can replace it. My only concern now is that our MAC partners who will receive these files back from us have Adobe CS6. We will down save it to CS6 but I hope they won't experience any font issues because of us using CC 2014? Any light you can shed on this?

  • One of my imported MOV files turns "black" after editing with it for a time and I can't retrieve the images. This has happened three times, only this file. The placeholder is still there. Files are fine on hard drive. What gives? how to stop this?

    One of my imported MOV files turns "black" after editing with it for a time and I can't retrieve the images. This has happened three times, only this file. The placeholder is still there. Files are fine on hard drive. What gives? how to stop this? is in final cut pro 10.1.4

  • Hello. My mac can't connect to my time capsule. There is no response and I can't put it back to the originals definitions because all my files are there and I can´t loose them. (sorry about my bad english, but I really need help!)

    Hello. My mac can't connect to my time capsule. There is no response and I can't put it back to the originals definitions because all my files are there and I can´t loose them. (sorry about my bad english, but I really need help!)

    Your files are unaffected by a reset.. no reset via the reset button on the TC harms, deletes or does anything to your files.
    The Factory Reset universal
    Unplug your TC/AE. Hold in reset. and power the TC/AE back on..  all without releasing reset and keep holding in for about 10sec. The time is not important.. it is the front LED rapid flashing that indicates you are in factory mode.
    Release reset.
    If it doesn’t flash rapidly you have released reset at some point and try again.
    Be Gentle! Feel the switch click on. It has a positive feel..  add no more pressure after that.
    TC/AE will reboot after a couple of minutes with default factory settings and will wipe out previous configurations.
    No files are deleted on the hard disk.. No reset of the TC deletes files.. to do that you use erase from the airport utility.
    Here is how to do a fully manual setup for TC which is sometimes necessary with Mavericks in particular.
    Airport Utility shows "unexpected error - please try again" when connecting to Time Capsule

  • I upgraded to Lion yesterday. Now I keep getting and error message: there was a problem connecting to the server. URLs with type "file:" are not supported. What server?

    I upgraded to Lion yesterday. Now I keep getting and error message: there was a problem connecting to the server. URLs with type "file:" are not supported. What server? How do I get rid of this.

    Take a look at this link, https://discussions.apple.com/message/16156214#16156214

  • Compressor is not working. When I export to compressor from FCP to encode DVD, FCP freezes and Compressor appears to be working but the progress bar never fills no files are created. I'm using a MacBook Pro 10.6.7 version 2.66 GHz core 2 Duo 4GB 1067 MH

    Compressor is not working. When I export to compressor from FCP to encode DVD, FCP freezes and Compressor appears to be working but the progress bar never fills no files are created. I'm using a MacBook Pro 10.6.7 version 2.66 GHz core 2 Duo 4GB 1067 MH. I'm not new at this. I re-installed FCP successfully. I trashed the preferences. Please help.

    Do you have any filters applied to your clips?
    This happened to me before, I accidently had applied a broadcast safe filter to a color matte that was black....
    I figured it out by duplicating my sequence and deleting items from my timeline 1 by 1 until I was able to export a reference movie.
    Anywho, export again, this time with "self contained" movie selected.
    Then try to import to Compressor.

  • How to proceed further once the explain plan and trace files are generated?

    Hi Friends,
    I need to improve the performance of on of the views that i am working on.
    As suggested in the thread - http://forums.oracle.com/forums/thread.jspa?threadID=863295&tstart=0 , i gave generated the explain plan and the trace file.
    From the explain plan, we can see the expensive operations for the query.
    Can any one please tell, how to proceed further from here on i.e. how to make this expensive operations less expensive?
    For ex: FULL TABLE SCAN might be an expensive operation when the table has indexes.In such cases, how can we avoid such operations to make query faster?
    Regards,
    Sreekanth Munagala.

    Hi Veena,
    An earlier post by you regarding P45 is as below
    Starter report P45(3) / P46 efiling for UK
    from my understanding though i have not worked on GB Payroll you have said that you deleted IT 65 details of leaver,however there must be clusters generated in system from where the earlier data needs to be deleted and may be that is why you are facing the issue.
    In Indian payroll when we execute text file for efiling of tax after challan mapping all the data compiles and sits in PCL cluster and therefore we are unable to generate form 16 with proper output,here we delete the clusters and rerun again the mappings and then check form 16.
    Hope this might help you,Experts have suggested you earlier also,they may correct me for this.
    Salil

  • The inform enter add on details stored are vanished next day, what can I do as it is repeatedly happening.

    I have been using the inform enter addon for a long time. Recently I found my data in the addon are lost. I have again filled it and tried. It worked only until the computer is switched off. Next day I open and find the data is lost. I did the same thing again and again. I found no data next day. I had removed the addon and reinstalled also. no use. what can I do? Kindly suggest me as I was accustomed to that add on for quite a long time.

    If you use cleanup software like CCleaner then check the settings for the Firefox application.
    Inform Enter also might be storing data as a pref in the prefs.js file, so you can check for issues with prefs as well.
    *http://kb.mozillazine.org/Preferences_not_saved

  • Slow access when opening XLS or DOC files over the network but XLSX and DOCX files are fast

    I am working with a small office that has 3 Windows 7 Pro PC's.  Two of these PC's have shared folders that hold Word and Excel files and all 3 of the PC's have drives mapped to these shared folders.  When browsing these mapped drive in Windows
    Explorer  and double-clicking a file 1 of the computers takes about 30-50 seconds to open any file with a .doc or .xls extension.  It opens .docx and .xlsx files in a couple seconds though, it also open PDF files very quickly.  The other 2 PC's
    have no trouble any any type of file.  I have tried many things over the last couple weeks to get this fixed.  I have added the file locations as 'trusted locations' in the Trust Center and added a couple Registry tweaks to the SMB/ lanman workstation
    and server. 2 PC's are running Office Pro 2010 SP2 and the other is Office Pro 2013, the one having the slow access is running Office 2010.  Has anyone come across this problem and have any advice??

    Try: 
    Open My Computer.
    Open the Tools menu and choose Folder Options...
    Select the File Types tab.
    Select the extension (for example DOC, or XLS) of the file that is slow to open.
    In the Details section, click [Advanced], and another dialog box will open. 
    In the Actions section, click Open then click [Edit...], and another dialog box will open.
    http://windowssecrets.com/forums/showthread.php/149672-10-9-2012-Updates-and-very-slow-opening-of-Office-files
    KR

  • I have two HDs. How do I point All My Files in Finder to the second HD where my data files are?

    I have a SSHD that has the OS and all apps. In finder All My Files points to it. How do I change it to look at my big, data HD?
    Thanks.

    As I pointed, and esp. with an SSD, leave the home library on t he boot drive works great.
    The sidebar can have whatever you want, maybe not the default pretty icon for the default folders, but folders, hdd etc that you drag onto the sidebar. Folders, not files.
    Using OS X with an SSD plus HDD setup, by Matt Gemmell
    http://mattgemmell.com/using-os-x-with-an-ssd-plus-hdd-setup/
    How to relocate system and user data to another drive:
    http://reviews.cnet.com/8301-13727_7-57603361-263/how-to-move-a-home-folder-in-o s-x/
    http://chris.pirillo.com/how-to-move-the-home-folder-in-os-x-and-why/
    http://support.apple.com/kb/HT4337
    To successfully relocate your operating system, user accounts and data from one storage device to another, meet the following conditions: 
    The destination storage device (SSD drive or hard drive) you are migrating to should be physically located in the same computer.  Moving operating system files from one computer to another computer using software not specifically designed for that computer can cause issues due to software, hardware, and firmware version mismatches.
    Always back up your storage device with Time Machine or Disk Utility before you start.
    Home  Folders  not  on  a  Startup  volume
    http://pondini.org/OSX/SetupOther.html

  • I accidently deleted my e-mail bfore reading, Is their anyway to get the messages back. Junk & trash files are emty

    I accidentaly deleted my messages in my in box. I need them back. I checked the junk and trash files but no luck.

    I'm sorry to say, unless you download them to your computer (using thunderbird) and are a master at restoring data from parts of your hard drive that is counted pretty much as dead space or can take it to a data restore place (both ways your chances are slim at best), you have to say goodbye to your messages.

  • After a crash with Win XP Professional, I am missing all the important Profile files. How can I recover passwords and history if the key3.db and places.sqlite files are not shown in the profile folder?

    I only have a large urlclassifier3.sqlite file in the old default profile folder. Help!

    Sounds like boot sector corruption to me! I suggest you download Testdisk a product of CG Security. Use the latest version that is NOT beta. Boot the computer to a bootable CD such as Hiren's Boot CD. Run the DOS version. Do NOT write anything to the hard disk, such as a log! Do a deep search for lost partitions. When given the opportunity, look at files and folders. Finally, do a rebuild of the boot sector, and compare that to the current boot sector and backup sector. The write a verified version of the boot sector back to the hard disk. Note: Testdisk 6.11.3, under DOS, will show DELETED FILES IN RED. You can then OFFLOAD them to another drive or USB stick. Good luck.

  • TS2570 I have this problem too I cannot boot from the startup disc and the install DVD theat came with the computer cannot be seen by the MacBook and refuses to eject van anybody help? I cannot open in Console as the error message I get says files are in

    Grey screen appears at startup the install disc is not recognised &amp; will not eject every boot is met with grey screen revolving apple logo&amp;folder&amp;circle with diagonal and console error says start up item is in the trash also cannot access external FireWire drive please help. I also have a full copy of leopard if I can get the original install disc out perhaps it is corrupt tia

    john13th wrote:
    Ok, so this was done by Apple by purpose?
    To clarify slightly what others have said, Apple licences the grey system discs that come with a Mac for use only with that specific Mac, not for use with any other Mac, even one of exactly the same model. So using them with any other Mac violates the terms of the license & should be avoided. The installer on the grey discs enforces this in part by checking the model of the Mac when it is run & refusing to install anything if the Mac is not the correct model. It displays a warning message that the disc cannot be used with that Mac & the only available option is to quit the installer.
    Beyond that, while the grey discs may in fact include & install drivers for the hardware in other, older Mac models, they cannot include ones for Macs using hardware newer than the release date of the Mac they came with. In this case, the other Mac can't even start up from the installer disc & it freezes with a kernel panic before it can run the installer. This seems to be what happened here.

  • Need help deleting trace files

    Hi,
    I am new to Oracle RAC and I need to get rid of trace files since they are growing too big. I have one that is 22Gigs and I only have 60 Gigs available right now on that drive. I want to know if I can delete the file manually using the rm command.
    My trace files are in: /u01/app/oracle/diag/rdbms/.../.../trace
    The file I am concerned is called: "linux1_pz99_13299.trc" and "linux1_pz99_13299.trm"
    I am using Oracle 11.1.0.6.0 on Oracle Unbreakable Linux.
    Thanks for any help that can be provided.

    Is that really going to work?
    It is my understanding (supported by some inconclusive observations and experiments) that once a trace file grows beyond about 8 kilobytes Oracle will hang onto it in a death grip. You may delete it but Oracle will still have the file handle open and be writing to it.
    If the database is running on a Windows platform then an equivalent script will not even give the illusion of deleting the file.
    It used to be the case that switching trace file output to a different directory would cause Oracle to release the active trace files but now the trace directory is part of the ADR heirarchy so switching is a more global and more intrusive operation and could interfere with other diagnostics.
    You may have to rely on ADRCI's "purge" command unless there is a PL/SQL equivalent.
    I shall be very interested to see what others have to say.

Maybe you are looking for