Lockers becomes more and more

my application will fork child process periodically ,these processes
will read DBs ,do some analysis and exit , they will close all cursors
,DB, and environment before exits.
I found that db_stat -CA will show more and more lockers as time went
on:
chenyajun@netwise:data$ db_stat -CA
Default locking region information:
5027 Last allocated locker ID
0x7fffffff Current maximum unused locker ID
5 Number of lock modes
20000 Maximum number of locks possible
1000 Maximum number of lockers possible
1000 Maximum number of lock objects possible
0 Number of current locks
30 Maximum number of locks at any one time
68 Number of current lockers
93 Maximum number of lockers at any one time
0 Number of current lock objects
30 Maximum number of lock objects at any one time
362597 Total number of locks requested
362597 Total number of locks released
0 Total number of lock requests failing because DB_LOCK_NOWAIT
was set
1 Total number of locks not immediately available due to
conflicts
0 Number of deadlocks
60M Lock timeout value (60000000)
0 Number of locks that have timed out
0 Transaction timeout value
0 Number of transactions that have timed out
4MB 144KB The size of the lock region
2 The number of region locks that required waiting (0%)
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Lock REGINFO information:
Lock Region type
3 Region ID
__db.003 Region name
0xb78da000 Original region address
0xb78da000 Region address
0xb7cfdf40 Region primary address
0 Region maximum allocation
0 Region allocated
REGION_JOIN_OK Region flags
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Lock region parameters:
1031 locker table size
1031 object table size
4333280 obj_off
0 osynch_off
4325024 locker_off
0 lsynch_off
0 need_dd
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Lock conflict matrix:
0 0 0 0 0
0 0 1 0 0
0 1 1 1 1
0 0 0 0 0
0 0 1 0 1
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Locks grouped by lockers:
Locker Mode Count Status ----------------- Object
c75 dd= 0 locks held 0 write locks 0
64 dd=19 locks held 0 write locks 0
c7c dd= 0 locks held 0 write locks 0
6c dd=18 locks held 0 write locks 0
87e dd= 0 locks held 0 write locks 0
c86 dd= 0 locks held 0 write locks 0
885 dd= 0 locks held 0 write locks 0
c8d dd= 0 locks held 0 write locks 0
c97 dd= 0 locks held 0 write locks 0
87 dd=17 locks held 0 write locks 0
c9e dd= 0 locks held 0 write locks 0
8e dd=16 locks held 0 write locks 0
498 dd= 0 locks held 0 write locks 0
ca8 dd= 0 locks held 0 write locks 0
49f dd= 0 locks held 0 write locks 0
caf dd= 0 locks held 0 write locks 0
a2 dd=15 locks held 0 write locks 0
cb9 dd= 0 locks held 0 write locks 0
cc0 dd= 0 locks held 0 write locks 0
10cb dd= 0 locks held 0 write locks 0
af dd=14 locks held 0 write locks 0
cca dd= 0 locks held 0 write locks 0
10d2 dd= 0 locks held 0 write locks 0
cd1 dd= 0 locks held 0 write locks 0
c7 dd=13 locks held 0 write locks 0
d2 dd=12 locks held 0 write locks 0
968 dd= 0 locks held 0 write locks 0
96f dd= 0 locks held 0 write locks 0
979 dd= 0 locks held 0 write locks 0
572 dd= 0 locks held 0 write locks 0
980 dd= 0 locks held 0 write locks 0
579 dd= 0 locks held 0 write locks 0
11a5 dd= 0 locks held 0 write locks 0
11ac dd= 0 locks held 0 write locks 0
1cb dd=11 locks held 0 write locks 0
1d2 dd=10 locks held 0 write locks 0
dfe dd= 0 locks held 0 write locks 0
e05 dd= 0 locks held 0 write locks 0
62d dd= 0 locks held 0 write locks 0
634 dd= 0 locks held 0 write locks 0
63e dd= 0 locks held 0 write locks 0
645 dd= 0 locks held 0 write locks 0
64f dd= 0 locks held 0 write locks 0
656 dd= 0 locks held 0 write locks 0
a71 dd= 0 locks held 0 write locks 0
a78 dd= 0 locks held 0 write locks 0
129f dd= 0 locks held 0 write locks 0
12a6 dd= 0 locks held 0 write locks 0
12b0 dd= 0 locks held 0 write locks 0
296 dd= 9 locks held 0 write locks 0
12b7 dd= 0 locks held 0 write locks 0
12c1 dd= 0 locks held 0 write locks 0
12c8 dd= 0 locks held 0 write locks 0
2ac dd= 8 locks held 0 write locks 0
ed8 dd= 0 locks held 0 write locks 0
edf dd= 0 locks held 0 write locks 0
b4b dd= 0 locks held 0 write locks 0
b52 dd= 0 locks held 0 write locks 0
38f dd= 0 locks held 0 write locks 0
396 dd= 0 locks held 0 write locks 0
7a4 dd= 0 locks held 0 write locks 0
3a0 dd= 0 locks held 0 write locks 0
7ab dd= 0 locks held 0 write locks 0
3a7 dd= 0 locks held 0 write locks 0
fc2 dd= 0 locks held 0 write locks 0
fc9 dd= 0 locks held 0 write locks 0
fd3 dd= 0 locks held 0 write locks 0
fda dd= 0 locks held 0 write locks 0
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Locks grouped by object:
Locker Mode Count Status ----------------- Object
bdb version is 4.3.29
Though the processes closes all the relevent resources(cursor,db,env)
before exit,
why are so many lockers yet?
I use CDB , no txn protected.
init flags for my environment:
DB_CREATE | DB_INIT_MPOOL | DB_INIT_CDB | DB_CDB_ALLDB

Hi,
my application will fork child process periodically
,these processes
will read DBs ,do some analysis and exit , they will
close all cursors
,DB, and environment before exits.
I found that db_stat -CA will show more and more
lockers as time went
on: Is not normal that if you are using the application, lockers number to grow?( this number: 93 Maximum number of lockers at any one time; will continue to grow once the application is running) I'm not sure that your question was very clear.
The maximum number of lockers can be estimated as follows:
- If the database environment is using transactions, the maximum number of lockers can be estimated by adding the number of simultaneously active non-transactional cursors open database handles to the number of simultaneously active transactions and child transactions (where a child transaction is active until it commits or aborts, not until its parent commits or aborts).
- If the database environment is not using transactions, the maximum number of lockers can be estimated by adding the number of simultaneously active non-transactional cursors and open database handles to the number of simultaneous non-cursor operations.
Doc: http://www.oracle.com/technology/documentation/berkeley-db/db/ref/lock/max.html
Regards,
Bogdan Coman, Oracle

Similar Messages

  • Can anyone tell me where to send my i phone to for repair?? I have paid by card on this site but been given no details as to what address it is to be sent . i am not a computer whizz but not an idiot either and i am becoming more and more frustrated !!!!!

    Can anyone tell me where to send my i phone to for repair?? I have paid by card on this site but been given no details as to what address it is to be sent . I am not a computer whizz but not an idiot either and i am becoming more and more frustrated !!!!!

    Yes, AppleCare can tell you.  Below is the number for AppleCare in the US. 
    1-800-APL-CARE *
    1-800-275-2273
    Hours of Operation: 7 days a week from 5am - 8pm Pacific time.
    If you live outside the US, additional contact information can be found at this link.
    http://support.apple.com/kb/he57

  • In app store some applications are of very small size like 15-20 Mb and after installing them they become more than 100 mb. how to determine their actual size???

    in app store some applications are of very small size like 15-20 Mb and after installing them they become more than 100 mb. how to determine their actual size???

    The app store size is probably just the software, while the size on your iPhone includes data.
    You can determine the size on your iPhone by looking at Settings > General > Usage.

  • Hi this is alamzeb , i have purchased OS X mountain lion from apple store and installed it on my macbook with the expect ion of making my macbook faster but it become more slow by installing os x , how can i solve this problem

    Hi this is alamzeb , i have purchased OS X mountain lion from apple store and installed it on my macbook with the expect ion of making my macbook faster but it become more slow by installing os x , how can i solve this problem

    alamzeb wrote:
    Hi this is alamzeb , i have purchased OS X mountain lion from apple store and installed it on my macbook with the expect ion of making my macbook faster but it become more slow by installing os x , how can i solve this problem
    Have a read under the threads on the Right hand side of this page under 'More Like This'
    Pete

  • How to make a text becoming more and more visible?

    Maybe I didn't use google well, but I didn't find anything in the internet what could solve my question.
    I basically want to work with a white background, where a text is on which becomes more and more visible the more it comes closer to the bottom. The tricky thing is, it's for a website, so it has to be responsive for smartphones or tablets for example (first idea: put the white background layer to the front like it makes the text behind it more and more visible/invisible?). Any ideas how to solve that? Would be so great to know.

    I'm not sure what it means to "be responsive for smartphones or tablets"...  People put complex graphics on those things all the time.  They have unprecedented power.
    Photoshop can help you do what you're describing.  What you want is no more complex than putting a gradient mask on a layer so as to create partial transparency.  You could have fading text (as a graphic) or a fading solid color fill that would overlay text rendered by a browser.
    Just some graphic ideas...
    Save as a PNG-24 to get partial transparency that a browser can render.
    -Noel

  • I am just starting out in graphic design and I wanted to know how to get more involved with either adobe and or graphic design? I am really very interested in working with adobe and graphic design more and becoming more involved with both!!

    I am just starting out in graphic design and I wanted to know how to get more involved with either adobe and or graphic design? I am really very interested in working with adobe and graphic design more and becoming more involved with both!!

    I have now recently downloaded 10.0.2 which is confusing in itself, as, as far as I can ascertain that is actually version 11, but I'm not even sure about that.
    Version 10.0.2 is the newest version and the successor to GarageBand '11 (version 6.0.5).
    The '11 is referring to the iLife '11 suit of multimedia application - the older GarageBand was a part of this bundle.
    Have a look at Edgar's graphical enhanced manuals, the explain very detailed how things work and why. You can buy them as iBooks from the iBook store or directly from the page:
    http://DingDingMusic.com/Manuals/

  • When i create a circle in photoshop and import it to Motion 5, it becomes more of an oval shape than a circle in motion.

    When i create a circle in photoshop and import it to Motion 5, it becomes more of an oval shape than a circle.even though the size of the document i worked in photoshop is the same as that in motion 5. which is Pal D1/DV 720 x 576.
    Thanks

    hi,
    check the pixel aspect ratio in both the photoshop file and Motion project and make sure they match too. Or simply resize in Motion until round again. or even easier create the circle in Motion directly.
    hth
    adam

  • HT4623 my iphon 4s got problem when i was updating it and screen become black and there is a usb & itone icon on it it dose not work any more ..any feedback about this guys?

    my iphon 4s got problem when i was updating it and screen become black and there is a usb & itone icon on it it dose not work any more ..any feedback about this guys?

    Connect it to iTunes and restore it.

  • Our Imac becomes more and more slow

    Our Imac becomes more and more slow ("rainbow wheel" appearing most of the time. We suspect some kind of internet pollution. Dors anybody know where hidden big files could have been stored and should be deleted?
    Thanks

    DamienGD wrote:
    Our Imac becomes more and more slow ("rainbow wheel" appearing most of the time. We suspect some kind of internet pollution. Dors anybody know where hidden big files could have been stored and should be deleted?
    Thanks
    There are lots of reasons why a computer might slow down but the most common are 1) too little RAM, 2) the hard drive is too full, and 3) a 'rogue' program is using lots of CPU cycles. The first step to dealing with this problem is not to try 'cleaning' the computer.
    How much hard drive space is free on your computer? Programs need to create temporary files so the computer should have some empty space for them. You should keep something like 10%-15% free. There's a tool in the Utilities folder of your Applications folder called Activity Monitor. Drag it to your Dock so it hand, then reboot your computer and start Activity Monitor.
    The activity Monitor will let you look at what your computer is doing and you'll want to keep your eye on two things: Click on the CPU tab and you can see all the programs your computer is running. In the list you can click on the CPU column to get the list sorted by CPU usage. This is useful because it lets you see if a program is using lots of CPU cycles. If you have an application that is consistently running at 50% or higher, that is probably not good. The second thing you want to watch is RAM. Click on the System Memory tab and you can see all the programs and how much RAM each one is using. But the really important information is next to the pie chart. You'll see VM, Page ins, Page outs, etc. The Page ins number is important - a high number is not good.
    I suggested that you reboot your computer before you started the Activity Monitor. This will have reset Page Ins to 0. Now over the course of an hour, keep referring to the Page ins. If that number remains 0, you have plenty of RAM. The higher it gets, the more you need a Memory upgrade. When you restarted the computer also deleted all the temporary files, so take a look at the free space too. At this point you should see at least 10% free. If not, your drive might be too full.

  • Xperia E1 top screen upto 1 cm not working and touch become more hard

     You have to get your phone inspected at your local Xperia Care http://support.sonymobile.com/global-en/contactUs/

    Hello, PLease solve my problem, I have an Sony Xperia E1 with android kitkat. From last 5 days the upper part of screen not working and touch become more hard. when i open any app i have to tap 4-5 times on that app icon to open it.. i have done all that which is need to do i.e restart, reset, backup, factory reset, software update, repair through PC companion etc etc....but it didnt work  Please suggest me any way to overcome with this problem bcz i dont want to take this to a retailer shop.  

  • CooCox CoBuilder and CooCox DeBugger have become more perfect now.

    CooCox CoBuilder and CooCox DeBugger have become more perfect now.
    CooCox CoBuilder, which adds many adds many features. For example, you can upload the code that you think is very excellent for share just click one "add" button. You can also view the module's function and registers configuration inforamtion description such as GPIO, ADC, UART and so on in the corresponding window of the sortware. You don't need to search and find the information in the datasheets. This makes it very convenient to develop and improve efficiency.
    CooCox DeBugger and CooCox CoBuilder, they have the same splash screen, the two complement each other can also be used separately.
    from http://www.coocox.org/

    1. iPhoto needs to have the Library sitting on disk formatted Mac OS Extended (Journaled). Users with the Library sitting on disks otherwise formatted regularly report issues including, but not limited to, importing, exporting, saving edits and sharing the photos.
    See this article
    http://support.apple.com/kb/TS5168
    for more. Note also the comment:
    “Additionally, storing the iPhoto library on a network rather than locally on your computer can also lead to poor performance or data loss.”
    2. So you weren't merging libraries but you were exporting files from one and importing them to another.
    3. Do you have a back up?

  • After upgrade to Firefox Version 4, my Google is not working anymore. Google opens. But if i try to open a search result, page becomes pale and the sign "no feedback" appears. Scrolling also no more possible

    Every time I search with Google, I get a search result, but if I select one and click on it, the link does not open. Instead the page becomes pale and the sign "no feedback" appears. Also the scroll function does not work anymore. Impossible to use a Google link. I had to use the "Windows Explorer" again where Google works properly. (With the older Firefox Version I had never problems)

    I wish it were that but a long time ago when I had a problem with the gadgets with iGoogle back 6 months ago thereabouts I was asked to disable it then and I did and I just went to re-check and it is still not enabled, however, it will not let me un-install it though.. It only gives me an option to enable or disable.. Any advice ? So I'm wondering if it is something else still or is there a problem with the avast still ?
    thanks again for your help. Mind you that this all started when blogger went down ..
    take care

  • Flash Becoming More Trouble Than It Is Worth

    I play a lot of Flash games, including Evony. There are many people who have noticed problems with these games since the latest Flash update. So, please do not give us your standard "this must be a user error because we are perfect" answer.
    Since this latest Flash player update, we've seen the following:
    Sometimes the GUI is half blanked out
    Buttons which used to take one click now require several clicks before they work
    The chat window pops back to the top every time someone enters new text
    Scrolling around sometimes takes forever or freezes up
    Lagging has increased exponentially
    Are we all tired of Flash becoming more and more unusable? YES
    As a former Flash Developer, I understand how easily Flash programs break and/or become obsolete with subsequent updates. I have become increasingly more frustrated and disillusioned by Flash and it's relevancy to the internet. As a Mac and PC user, I find it disgusting that I can no longer use my G4 to access the internet appropriately since Flash is so prominent and does not work properly on "older" Apple computers.
    Please, please get it together Adobe before we all start moving on to something else. You are rapidly losing your fan base. Especially all the artists and developers that helped you popularize Flash usage on their APPLE machines.

    Hi, Have you tried turning off the hardware acceleration feature? Right click on any video and click on Settings, then Display Settings and Uncheck it.
    It has also been recommended to update the graphic and video drivers to the latest versions. Sometimes just turning off the H.A. takes care of the issue.
    eidnolb

  • My mac become more slower after update to Mountainlion

    My mac become more slower after update to Mountainlion
    What shoudl I do? can you guys help me? BTW I have update my RAM to 8G
    Thank you

    What is your Mac?
    What did you update from? 10.6 or 10.7?
    If from 10.6 or your machine was at 10.5 at one time, it might be too old/slow for 10.8, you might want to revert to 10.6 again.
    How to revert your Mac to Snow Leopard
    What do you notice is slower than before? Like Internet or booting or loading programs or UI feel or what exactly?
    If it's the Internet, then check this out
    WiFi, Internet problems, possible solutions
    WiFi security issues, at home and WiFi hotspots
    Now a fresh install of OS X usually does wonders, this would mean you will need to take acurate account of your installed programs, passwords, export bookmarks and backup all your data to a external storage drive. Keep the boot drive data below 50% filled ideally, (not much for you apprantly, just reduce 50GB of data)
    Most commonly used backup methods
    Write down your AppleID and password to reinstall 10.8
    When your sure, then hold command r boot into Recovery, use Disk Utility to Erase (middle selection) the Macintosh HD partition and wait, it's going to map off fialing sectors. When done quit and reinstall 10.8 fresh and install programs and files from backup into the same named accounts.
    https://support.apple.com/kb/HT4718
    That should make things zippy again. Also a #12 OnyX cache cleaning routine
    Step by Step to fix your Mac
    Another method is this, it's a defragging/performance speed up step, you won't have to reset everything up again from scracth like a fresh install method does. But it requires paid software and a external drive, but makes a excellent bootable backup in the process that can save your behind one day.
    How to properly defrag a Mac's hard drive

  • Excel Files become "Broken" and cannot be opened

    Our environment is as follows:
    SharePoint 2013 server, web application running in 2010 mode.  Our users are primarily on thin clients in a 64-bit Citrix environment running Office 2013 applications.  We use a redirected desktop/my documents on a network drive so that users will
    have their documents and settings on any computer they log into.
    The issue we've run into is that sometimes one of the Excel files becomes "broken" and will no longer open.  This seems to be related to when a user has the file open for long periods of time and loses connectivity or if the user's Excel /
    session crashes.  When the file becomes broken, the symptoms are:
    Open document from SharePoint and Excel splash screen reads:
    1.  Starting...
    2.  Contacting the Server For Information.  (This message lasts ~2 min)
    Then an error message in Excel states:
    "Microsoft Excel is waiting for another application to complete an OLE action."
    OK
    "Could not open 'https://sharepointurl/site/subsite/documentlibrary/document name.xlsx'."
    OK
    Microsoft Excel cannot access the file
    'SameFilePathAsAbove'.  There are several possible reasons:
    The file name or path does not exist.
    The file is being used by another program.
    The workbook you are trying to save has the same name as a currently open workbook.
    OK
    Empty workbook
    We've had problems determining "who" broke it, but the result is the same - nobody is able to open it, whether using Excel2013, Excel2010, or the Excel Services thru the SharePoint "view in browser" option.
    Our terminal servers reboot nightly, we've tried rebooting the 2 SharePoint application servers and the SharePoint SQL server to no avail.  It seems like the file is stuck waiting for itself.  In some cases, we've found that older versions of the
    file can be restored (generally a few versions back) but when versioning is not enabled then that possibility is out.
    We cannot seem to resolve where the issue lies at it's core or how to resolve it.  This happens much more frequently for the documents that users keep open for long periods of time making modifications to them, but we suspect that's because they are
    just more likely to have a SharePoint document open if their computer or Excel client crashes.

    They don't want us (the dealers) to edit the spreadsheet, but they do want us to read it. It's their pricelist, they wouldn't sell a lot of equipment if we couldn't see how much it costs! The point is that Numbers won't even open a spreadsheet that is edit protected, not read protected. This is a major issue, it should at the very least tell me I can open or import the sheet as a read only.
    Excel will always open the spreadsheet, it just can't make changes to it.
    For right now, when I need to get information from the pricelist in Excel, I have to copy and paste the info from the edit protected page to another blank sheet. This is a royal PITA because the Excel pricelist has 50 plus pages. I have been officially told to do that by my manufacturer. But they won't give anyone the password to unprotect the edit function of the sheet. Go figure.

Maybe you are looking for

  • Rtf Templates created with BI Publisher 11.1.1.3.0 not working in APEX

    I created templates using BI Publisher v10 Desktop that I used to create Report Layouts in APEX and everything worked just fine. However, I've upgraded to BIP 11.1.1.3.0 Desktop and the rtf templates don't work. I suspect that the problem is with the

  • Random Pixel blotches on files processed in ACR?

    Recently upgraded to a Canon 5D Markii, and upgraded my ACR to version 5.7.0.213. After some files are processed in ACR and converted to .psd or .jpg, random pixel blotches appear. They are not on the RAW file. Sample can be seen here: http://daydrea

  • Issue in JSF1.1 with jdk1.4...

    Hi All, I am facing a very peculiar issue. I am using JSF 1.1 with j2sdk1.4.2_10 and Tomcat 5.5.7. JSF Expression language is giving me some puzzling errors if I say value="#{varList.AInfo.BInfo.someName} mapped in a datatable tag like this, where va

  • Help- to find institute/faculty for BI-DW in Dallas/Irving area

    all, Can you pls. reply me some good institute/ faculty teach on BI-Datawarehousing.. I have 10 yrs experience in IT.. from Database to app. programming.. Pls. reply thnx-Gopal

  • XL Reporter 2007 A PL 42 - Object variable or With block variable not set

    We have upgraded our client from PL38 to PL 42 and they are now unable to open any XL Reports or XL Reporter on a certain PC, they where able to prior to the upgrade and with PL 42 they can no longer do so. The error message they get  is a system err