Why not indexing on every column ?

If Indexing gives very quick search result, why we should not create index on each and every column of the table? What is limitation of the indexes in the database?

> If I have only one index on the primary key (say table is EMPLOYEE and
EMP_ID as primary key), then also there will be a separate table?
Not necessarily. More on why a PK does not need to be an index below.
Some comments first.
There are different types of indexing methods in Oracle. B+tree indexes, bitmap indexes, function indexes, etc. So even though indexes may seem like a "table" - they are not. They use space like tables, but have very different internal structures. Also, it is not the space used by indexes that is the primary "problem" with using indexes.
Indexes are "good" for searching/reading data. Indexes are "bad" for creating/changing data. When an INSERT/UPDATE/DELETE is done, all these indexes need to be updated. This requires I/O on the indexes to make the changes. I/O is the most expensive operation on a database. And indexes cause more I/O as they need to be maintained. Indexes are therefore expensive things to use.. and thus needs to be used correctly to balance the "good" versus the "bad" of indexing.
As for primary key issue. There are also, like indexes, different structures that can be used for tables.
The standard structure is called a heap table. There is also one called index organised table (IOT). This is essentially a merge of a table with a B+tree index.. so your data and index structures are stored together.
An IOT is a single structure that "contains" both the PK index and the data - for the price of storing the PK columns once. In a heap table the PK index would have been a separate structure and would have duplicated the PK column values.
IOTs have however limitations due to the physical structure used for an IOT.
I suggest that you read the [url http://download.oracle.com/docs/cd/B19306_01/server.102/b14220/toc.htm]Oracle® Database Concepts guide - it goes into these in a lot better and clearer detail.

Similar Messages

  • Why not index every field in a database

    Hello,
    I hope this is not to much of a newbie question. We have a database that is being used by an application. We do not know which fields are queried on, the application allows for any/all field(s) to be searched on.
    Obviously, we can know which fields a particular method is searching on, but there is no requirement for the application developers to keep us up to date on particular query parameters as they add them.
    This is a 10g, soon to be 11g, database. Most of the fields are integer with less than 2 digits.
    My question is, why not simply index every field, or at least every small integer field?
    Thanks,
    Sammer

    user613816 wrote:
    Hello,
    I hope this is not to much of a newbie question. We have a database that is being used by an application. We do not know which fields are queried on, the application allows for any/all field(s) to be searched on.
    Obviously, we can know which fields a particular method is searching on, but there is no requirement for the application developers to keep us up to date on particular query parameters as they add them.
    This is a 10g, soon to be 11g, database. Most of the fields are integer with less than 2 digits.
    My question is, why not simply index every field, or at least every small integer field?
    Thanks,
    SammerIn addition to the unnecessary overhead, there are other considerations that affect whether Oracle will use an index. Just because it is there doesn't mean it will or should be used.
    Think about this:
    You have a table with a particular field, and an index on that field. You want to add up all the values of that field. Do you think it would be faster for oracle to just read all of those rows in the table and add them up, all of the rows in the index and add them up, or read the index, go find the row in the table, read the index, get another random row in the table...
    Now, what if Oracle can read more data at a time if it is getting all the data?
    What if you don't want the data from every row in the table? Are you going to create an index for every combination of columns?
    What if Oracle stores two digit integers no differently than 4 digit?
    What if 99.99% of the values are 0? 100%?
    How does Oracle decide the best way to get the data?
    These are all questions you can look up online. I would strongly suggest starting with the Oracle Concepts manual for the soon to be version. Once you have done that, you may see you don't have to apologize about newbie questions as long as people see you are willing to put some work into letting them help you.
    Some people claim there is no such thing as a stupid question. I think that is just pabulum to keep people from being scared to ask questions when they ought to. The stupid question is the one you ought to have known better before you asked. So your question wasn't a stupid question, but any others you ask now that you know about documentation and online searching may very well be.

  • I have index with 3 column and i want continued word at top of every column, if term not completed at the end

    I have 3 column index.
    Every column have main term, now i want if the main term of subterm not ending the last column then main term and continued word appear at top of every column.
    Please help me

    That // interesting question:
    How not to separate two consecutive paragraphs [2 different levels] in an index? Especially, at the bottom of a column. 

  • Getting error "Column is not indexed " when executing query on ORACLE 10g

    Hi all,
    When executing the below query im getting the error "ORA-20000:Column is not indexed"
    query:
    select xmlelement("nexml:result",xmlattributes('http://namespaces.nextance.com/nex/xml' as "xmlns:nexml"),xmlelement("nexml:value",count(*))).getClobVal()
    from "permission"
    where ( ((contains(object_value,'(searchDocument) inpath(/permission/action)') > 0)) and ((existsNode(object_value,'/permission[resource/resourcekey/@type[. = "document"]]') = 1)) and ((contains(object_value,'(GeneralUser) inpath(/permission/principal/@name)') > 0)) and ((existsNode(object_value,'/permission[principal/@type[. = "group"]]') = 1)) and ((existsNode(object_value,'/permission[type[. = "allow"]]') = 1)) and ((contains(object_value,'(nexip) inpath(/permission/resource/resourcekey/field/@value)') > 0) or (contains(object_value,'(Corporate) inpath(/permission/resource/resourcekey/field/@value)') > 0) or (contains(object_value,'(ProcurementAgreement) inpath(/permission/resource/resourcekey/field/@value)') > 0) or (contains(object_value,'(Procurement) inpath(/permission/resource/resourcekey/field/@value)') > 0) or (contains(object_value,'(SalesAgreement) inpath(/permission/resource/resourcekey/field/@value)') > 0)) )
    Then after checking some forum, i replaced "contains" with "ora:contains" and executed the query. Now im not getting the first error but got a new error "invalid relational operator"
    So please help me in resolving the errors?
    Thanks in advance.

    Anil kumar wrote:
    Hi,
    Thanks for your reply. Could you please explain your solution in detail?Hi,
    I just have a try...
    create table t (id int,my_lob clob)
    begin
    insert into t values(101,'Oracle redwood shores USA');
    insert into t values (102,'HP palo alto USA');
    insert into t values(103,'Capgemini  FRANCE');;
    end;
    create index my_idx on t(my_lob) indextype is ctxsys.context
    select *
    from t
    where contains(my_lob,'USA',1)>0
    Output
    ID      MY_LOB
    101     Oracle redwood shores USA
    102     HP palo alto USA Hope it helps,
    CKLP

  • Why metadata index shows up when i plug my ipod into the computer in itunes and how to avoid metadata index showing up it will not allow me to eject from itunes

    why metadata index shows up when i plug my ipod into the computer  in itunes and it will not allow me to eject my ipod from itunes

    Hi donfrommars,
    Welcome to the Apple Support Communities!
    Please use the following article for information and instruction on deleting the U2 album from your devices and account.
    Remove iTunes gift album "Songs of Innocence" from your iTunes music library and purchases
    Have a great day,
    Joe

  • Why do we get an upgrade every 2 years? Why not every year?

    I do not understand why we only get to upgrade every TWO years?!! I don't know if there is a phone on the planet that will honestly last for TWO WHOLE YEARS, unless it is not being used.. AT ALL!!  We pay $160 a month, which totals up to $1,920 a YEAR, and VERIZON wants to tell me, I will have to pay FULL price for another phone before TWO years is up?!?!?!!!  For starters, we have the HTC Thunderbolt.. It worked fine for the first year, but now, it cuts itself on and off, my husbands phone randomly calls people, and he has NEVER used any kind of headset in his phone, but it has headphones at the top of the screen, so he has to talk on speakerphone, my internet doesn't work half of the time, I can't even restart my phone, because when I do, it tells me it has to be activated.. SERIOUSLY VERIZON!!! When our contract is up, we are out of here!! We have CALLED verizon, we have CHATTED with verizon, we have even WENT to verizon, and NOBODY can help us!! NOT ONE SINGLE PERSON!!!! And I will tell everyone I know about the CRAPPY customer service we have gotten as well!!!

    Why not every 6 months.
    My phone normally lasts 2 years. My wife's phone normally lasts 2 years and her current one is now going on 29 months. The phones for my 2 teenage daughters normally last 2 years.
    All of these phones get normal usage and my wife's phone gets above normal usage as she uses the lions share(between 1400 and 2000 minutes) of our minutes in any given month.
    As a family, we use anywhere from 1000-3000 texts in any given month and I am surfing quite regularly on my phone. Phones CAN last 2 years. Out of the 20 or so phones I have had on my account over the past 20+ years, only 1 did not last and that was because it ended up underneath me when falling on the ice.

  • Why is index not being used?

    I need some help in trying to work out why an index isn't being used. I hope someone here can help.
    Table definition for ACT_TOTALS includes
    STARTTIME TIMESTAMP(6)
    There is an index on to_char(starttime, 'YYYY-MM-DD HH24')
    There is a vew definition ACT_TOTALS_HOURLY2 which includes
    select to_char(starttime, 'YYYY-MM-DD HH24') STARTTIMSE
    from ACT_TOTALS
    group by to_char(starttime, 'YYYY-MM'DD HH24'), TRANSTYPE
    I have run a query
    select starttime from ACT_TOTALS_HOURLY2
    where starttime <= to_char(sysdate, 'YYYY-MM-DD HH24');
    The table access comes out as full despite there being > 2 million rows in the table.
    The predicate looks like
    TO_CHAR(INTERNAL_FUNCTION(''STARTTIME''), 'YYYY-MM-DD HH24')<= ..........
    I thinkg the INTERNAL_FUNCTION is an implicit cast from DATE to TIMESTAMP.
    Can anyone please throw any light on why the index on the table wouldn't be used in this case?
    Thanks in advance for any help.

    Can you supply a test case for that?
    This is what I have done to engeneer your case
    drop table t1;
    create table t1 (n1 number, d1 date, STARTTIME TIMESTAMP(6));
    insert into t1(n1,d1, starttime)  select rownum, trunc(sysdate) + rownum, sysdate
    from dual connect by level <= 2e6;
    create or replace view t1_v as select n1, d1, to_char(starttime, 'YYYY-MM-DD HH24') starttimse
    from t1;
    SQL> explain plan for
      2  select starttimse from t1_v
      3  where starttimse <= to_char(sysdate, 'YYYY-MM-DD HH24');
    Explained.
    SQL> select * from table(dbms_xplan.display);
    Plan hash value: 838529891
    | Id  | Operation         | Name | Rows  | Bytes | Cost (%CPU)| Time     |
    |   0 | SELECT STATEMENT  |      |   109K|  1394K|  2004  (14)| 00:00:12 |
    |*  1 |  TABLE ACCESS FULL| T1   |   109K|  1394K|  2004  (14)| 00:00:12 |
    Predicate Information (identified by operation id):
       1 - filter(TO_CHAR(INTERNAL_FUNCTION("STARTTIME"),'YYYY-MM-DD
                  HH24')<=TO_CHAR(SYSDATE@!,'YYYY-MM-DD HH24'))
    Note
       - dynamic sampling used for this statement
    SQL> create index t1_ind on t1 (to_char(starttime, 'YYYY-MM-DD HH24'));
    Index created.
    SQL> explain plan for
      2  select starttimse from t1_v
      3  where starttimse <= to_char(sysdate, 'YYYY-MM-DD HH24');
    Explained.
    SQL> select * from table(dbms_xplan.display);
    Plan hash value: 3884685049
    | Id  | Operation        | Name   | Rows  | Bytes | Cost (%CPU)| Time     |
    |   0 | SELECT STATEMENT |        |   109K|  1394K|    68   (2)| 00:00:01 |
    |*  1 |  INDEX RANGE SCAN| T1_IND |   109K|  1394K|    68   (2)| 00:00:01 |
    Predicate Information (identified by operation id):
       1 - access(TO_CHAR(INTERNAL_FUNCTION("STARTTIME"),'YYYY-MM-DD
                  HH24')<=TO_CHAR(SYSDATE@!,'YYYY-MM-DD HH24'))
    Note
       - dynamic sampling used for this statement
    The above selects are done against the view t1_v.
    While the following one is done against the table t1
    SQL> set autotrace traceonly explain
    SQL> select starttime from t1
      2  where starttime <= to_char(sysdate, 'YYYY-MM-DD HH24');
    Execution Plan
    Plan hash value: 838529891
    | Id  | Operation         | Name | Rows  | Bytes | Cost (%CPU)| Time     |
    |   0 | SELECT STATEMENT  |      | 29875 |   379K|  1790   (4)| 00:00:11 |
    |*  1 |  TABLE ACCESS FULL| T1   | 29875 |   379K|  1790   (4)| 00:00:11 |
    Predicate Information (identified by operation id):
       1 - filter("STARTTIME"<=TO_TIMESTAMP(TO_CHAR(SYSDATE@!,'YYYY-MM-DD
                  HH24')))
    If you can post a clear test case of your issue may be one of us can help you
    Best regards
    Mohamed Houri
    www.hourim.wordpress.com

  • The beta page and Test Pilot page come up EVERY time I use Firefox. Same information so why not allow us to bypass it after the 1st or 2nd or 3rd reading?

    The beta page and Test Pilot page come up EVERY time I use Firefox. Same information so why not allow us to bypass it after the 1st or 2nd or 3rd reading?

    That is not normal behaviour, for possible causes see [[Firefox has just updated tab shows each time you start Firefox]].

  • I can't find preferences for the notes app. and every once in awhile some of my notes just disappear at start up, I see the name and then it refreshes and they are gone, very annoying. Can anyone tell me why it does this and how to stop it? thanks

    I can't find preferences for the notes app. and every once in awhile some of my notes just disappear at start up, I see the name and then it refreshes and they are gone, very annoying. Can anyone tell me why it does this and how to stop it? thanks

    Hi again, I am on an iMac using OSX 10.7.5, I"ve taken screenshots to show you I think my settings are correct

  • Just got a new iphone5.  Why are addresses for every e-mail I've sent in the past 2 days added to my contacts -- not once, but twice!

    Just got a new iphone5.  Why are addresses for every e-mail I've sent for the past 2 days added to my contact list -- not just once, but twice!?  How can I stop this from happening?

    Firefox doesn't store email addresses except as form data; data that you typed previously into Firefox.
    See if clearing form history solves that problem: [https://support.mozilla.org/en-US/kb/control-firefox-automatically-fills-in-forms?esab=a&s=clear+form+data&r=5&as=s#w_clearing-form-history Clearing form history]

  • Why my index is not working

    I have applied an index on a table but after monitoring also i culd see tht it is not being used. Please advice how to make it possible to make use of an index. What types of hints i shuld use ???????????. Please help.

    I would avoid using hints. There could be a very valid reason why your index is not being used. For example if you don't have up to date statistics Oracle may think that it would be faster to use a full table scan vice the index.
    I recommend you do the following:
    1. Ensure that your statistics are up to date
    2. Explain why you think the index should be used. Basically, post the table structure, number of rows, etc. Than post your queries that you think should use this index and their subsequent explain plans.
    This will allow us to discuss the issue further.

  • Why does iPhoto quit every time after I say do not delete the photos from the camera after downloading?

    Why does iPhoto quit every time after I say do not delete the photos from the camera after downloading?

    I have not have this issue before. I have iphoto 9.1.1. (531) and Lion OS. I connect the camera to iphoto and started to download the photos. Everything got downloaded up till when the iphoto asks if i want to delete or keep the photos. I say keep and click when at this moment iphoto quits unexpectedly. I start iphoto with option and command and click on rebuild the library and examine and repair permissions. I also deleted cache and looked in the preferences folder but could not find anything starting com.apple.iphoto.
    Then it works again however until I start again. I also tried to download individual photos where it works for some and for some it quits. here is the error message:
    Crashed Thread:  26
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000001
    VM Regions Near 0x1:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Applications/iPhoto.app/Contents/MacOS/iPhoto
        __TEXT                 0000000000001000-0000000000f12000 [ 15.1M] r-x/rwx SM=COW  /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Application Specific Information:
    objc[670]: garbage collection is OFF
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   com.apple.Foundation                    0x93e5ff6f -[NSIndexSet indexGreaterThanIndex:] + 1
    1   com.apple.AppKit                        0x96c3e7f2 -[NSTableView _setNeedsDisplayForFirstResponderChange] + 245
    2   com.apple.AppKit                        0x96c3e5e9 -[NSTableView _invalidateForKeyChange] + 129
    3   com.apple.AppKit                        0x96c3dc55 -[NSTableView _dirtyVisibleCellsForKeyStateChange] + 1107
    4   com.apple.AppKit                        0x96c3cec4 -[NSTableView _windowChangedKeyState] + 334
    5   com.apple.CoreFoundation                0x9af7d1b9 CFArrayApplyFunction + 57
    6   com.apple.AppKit                        0x96c3b589 -[NSView _windowChangedKeyState] + 115
    7   com.apple.CoreFoundation                0x9af7d1b9 CFArrayApplyFunction + 57
    8   com.apple.AppKit                        0x96c3b589 -[NSView _windowChangedKeyState] + 115
    9   com.apple.CoreFoundation                0x9af7d1b9 CFArrayApplyFunction + 57
    10  com.apple.AppKit                        0x96c3b589 -[NSView _windowChangedKeyState] + 115
    11  com.apple.CoreFoundation                0x9af7d1b9 CFArrayApplyFunction + 57
    12  com.apple.AppKit                        0x96c3b589 -[NSView _windowChangedKeyState] + 115
    13  com.apple.CoreFoundation                0x9af7d1b9 CFArrayApplyFunction + 57
    14  com.apple.AppKit                        0x96c3b589 -[NSView _windowChangedKeyState] + 115
    15  com.apple.CoreFoundation                0x9af7d1b9 CFArrayApplyFunction + 57
    16  com.apple.AppKit                        0x96c3b589 -[NSView _windowChangedKeyState] + 115
    17  com.apple.AppKit                        0x96c3b39a -[NSWindow _setFrameNeedsDisplay:] + 182
    18  com.apple.AppKit                        0x96cc9f26 -[NSWindow _changeKeyAndMainLimitedOK:] + 1012
    19  com.apple.AppKit                        0x96cc9b18 -[NSWindow makeKeyWindow] + 72
    20  com.apple.AppKit                        0x96cc9987 -[NSWindow _makeKeyRegardlessOfVisibility] + 122
    21  com.apple.AppKit                        0x96e9c5b1 -[NSApplication _orderFrontModalWindow:relativeToWindow:] + 426
    22  com.apple.AppKit                        0x96e9c122 -[NSApplication _commonBeginModalSessionForWindow:relativeToWindow:modalDelegate:didEndSelector :contextInfo:] + 918
    23  com.apple.AppKit                        0x96e94362 -[NSApplication beginModalSessionForWindow:] + 72
    24  com.apple.AppKit                        0x96e9cb90 -[NSApplication runModalForWindow:] + 129
    25  com.apple.AppKit                        0x96e9051e _NXDoLocalRunAlertPanel + 1068
    26  com.apple.AppKit                        0x96e90a0a NSRunAlertPanel + 59
    27  com.apple.iPhoto                        0x001577c5 0x1000 + 1402821
    28  com.apple.CoreFoundation                0x9afe668d __invoking___ + 29
    29  com.apple.CoreFoundation                0x9afe65c9 -[NSInvocation invoke] + 137
    30  com.apple.CoreFoundation                0x9afe3901 -[NSObject performSelector:withObject:] + 65
    31  com.apple.Foundation                    0x93e3b5d4 __NSThreadPerformPerform + 503
    32  com.apple.CoreFoundation                0x9af5b10f __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
    33  com.apple.CoreFoundation                0x9af5aac6 __CFRunLoopDoSources0 + 246
    34  com.apple.CoreFoundation                0x9af849d8 __CFRunLoopRun + 1112
    35  com.apple.CoreFoundation                0x9af841ec CFRunLoopRunSpecific + 332
    36  com.apple.CoreFoundation                0x9af84098 CFRunLoopRunInMode + 120
    37  com.apple.HIToolbox                     0x94d88487 RunCurrentEventLoopInMode + 318
    38  com.apple.HIToolbox                     0x94d8fdc3 ReceiveNextEventCommon + 381
    39  com.apple.HIToolbox                     0x94d8fc32 BlockUntilNextEventMatchingListInMode + 88
    40  com.apple.AppKit                        0x96bc98ec _DPSNextEvent + 678
    41  com.apple.AppKit                        0x96bc9159 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 113
    42  com.apple.AppKit                        0x96bc54cb -[NSApplication run] + 904
    43  com.apple.AppKit                        0x96e58b54 NSApplicationMain + 1054
    44  com.apple.iPhoto                        0x00003719 0x1000 + 10009
    45  com.apple.iPhoto                        0x00003275 0x1000 + 8821
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x90564b5e __select_nocancel + 10
    1   libdispatch.dylib                       0x9c1aeb85 _dispatch_mgr_invoke + 642
    2   libdispatch.dylib                       0x9c1ad71b _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib                  0x9056483e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99c69e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x99c69f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x93e78b77 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x93e3ef9a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x93e3ee6e -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x93e465ed -[NSThread main] + 45
    9   com.apple.Foundation                    0x93e4659d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x99c65ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x99c696de thread_start + 34
    Thread 3:
    0   libsystem_kernel.dylib                  0x90562c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x905621f6 mach_msg + 70
    2   com.apple.CoreFoundation                0x9af7b9ea __CFRunLoopServiceMachPort + 170
    3   com.apple.CoreFoundation                0x9af84b14 __CFRunLoopRun + 1428
    4   com.apple.CoreFoundation                0x9af841ec CFRunLoopRunSpecific + 332
    5   com.apple.CoreFoundation                0x9af84098 CFRunLoopRunInMode + 120
    6   com.apple.Foundation                    0x93df2bdb -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 273
    7   com.apple.proxtcore                     0x8f6693c5 -[XTRunLoopThread run:] + 453
    8   com.apple.Foundation                    0x93e465ed -[NSThread main] + 45
    9   com.apple.Foundation                    0x93e4659d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x99c65ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x99c696de thread_start + 34
    Thread 4:
    0   libsystem_kernel.dylib                  0x90562c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x905621f6 mach_msg + 70
    2   com.apple.CoreFoundation                0x9af7b9ea __CFRunLoopServiceMachPort + 170
    3   com.apple.CoreFoundation                0x9af84b14 __CFRunLoopRun + 1428
    4   com.apple.CoreFoundation                0x9af841ec CFRunLoopRunSpecific + 332
    5   com.apple.CoreFoundation                0x9af84098 CFRunLoopRunInMode + 120
    6   com.apple.Foundation                    0x93df2bdb -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 273
    7   com.apple.proxtcore                     0x8f6693c5 -[XTRunLoopThread run:] + 453
    8   com.apple.Foundation                    0x93e465ed -[NSThread main] + 45
    9   com.apple.Foundation                    0x93e4659d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x99c65ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x99c696de thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib                  0x9056483e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99c69e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x99c69f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x93e78b77 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x93e3ef9a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x93e3ee6e -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x93e465ed -[NSThread main] + 45
    9   com.apple.Foundation                    0x93e4659d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x99c65ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x99c696de thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib                  0x9056483e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99c69e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x99c69f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x93e78b77 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x93e3ef9a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x93e3ee6e -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x93e465ed -[NSThread main] + 45
    9   com.apple.Foundation                    0x93e4659d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x99c65ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x99c696de thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib                  0x9056483e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99c69e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x99c69f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x93e78b77 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x93e3ef9a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x93e3ee6e -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x93e465ed -[NSThread main] + 45
    9   com.apple.Foundation                    0x93e4659d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x99c65ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x99c696de thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib                  0x9056483e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99c69e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x99c69f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x93e78b77 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x93e3ef9a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x93e3ee6e -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x93e465ed -[NSThread main] + 45
    9   com.apple.Foundation                    0x93e4659d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x99c65ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x99c696de thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib                  0x90562c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x905621f6 mach_msg + 70
    2   com.apple.CoreFoundation                0x9af7b9ea __CFRunLoopServiceMachPort + 170
    3   com.apple.CoreFoundation                0x9af84b14 __CFRunLoopRun + 1428
    4   com.apple.CoreFoundation                0x9af841ec CFRunLoopRunSpecific + 332
    5   com.apple.CoreFoundation                0x9af84098 CFRunLoopRunInMode + 120
    6   com.apple.Foundation                    0x93df2bdb -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 273
    7   com.apple.proxtcore                     0x8f6693c5 -[XTRunLoopThread run:] + 453
    8   com.apple.Foundation                    0x93e465ed -[NSThread main] + 45
    9   com.apple.Foundation                    0x93e4659d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x99c65ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x99c696de thread_start + 34
    Thread 10:
    0   libsystem_kernel.dylib                  0x9056483e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99c69e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x99c69f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x93e78b77 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x93e3ef9a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x93e3ee6e -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x93e465ed -[NSThread main] + 45
    9   com.apple.Foundation                    0x93e4659d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x99c65ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x99c696de thread_start + 34
    Thread 11:
    0   libsystem_kernel.dylib                  0x9056483e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99c69e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x99c69f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x93e78b77 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x93e3ef9a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x93e3ee6e -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x93e465ed -[NSThread main] + 45
    9   com.apple.Foundation                    0x93e4659d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x99c65ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x99c696de thread_start + 34
    Thread 12:
    0   libsystem_kernel.dylib                  0x9056483e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99c69e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x99c69f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x93e78b77 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x93e3ef9a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x93e3ee6e -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x93e465ed -[NSThread main] + 45
    9   com.apple.Foundation                    0x93e4659d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x99c65ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x99c696de thread_start + 34
    Thread 13:
    0   libsystem_kernel.dylib                  0x9056483e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99c69e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x99c69f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x93e78b77 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x93e3ef9a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x93e3ee6e -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x93e465ed -[NSThread main] + 45
    9   com.apple.Foundation                    0x93e4659d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x99c65ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x99c696de thread_start + 34
    Thread 14:
    0   libsystem_kernel.dylib                  0x9056483e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99c69e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x99c69f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x93e78b77 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x93e3ef9a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x93e3ee6e -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x93e465ed -[NSThread main] + 45
    9   com.apple.Foundation                    0x93e4659d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x99c65ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x99c696de thread_start + 34
    Thread 15:
    0   libsystem_kernel.dylib                  0x9056483e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99c69e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x99c69f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x93e78b77 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x93e3ef9a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x93e3ee6e -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x93e465ed -[NSThread main] + 45
    9   com.apple.Foundation                    0x93e4659d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x99c65ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x99c696de thread_start + 34
    Thread 16:
    0   libsystem_kernel.dylib                  0x9056483e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99c69e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x99c69f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x93e78b77 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x93e3ef9a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x93e3ee6e -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x93e465ed -[NSThread main] + 45
    9   com.apple.Foundation                    0x93e4659d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x99c65ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x99c696de thread_start + 34
    Thread 17:
    0   libsystem_kernel.dylib                  0x9056483e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99c69e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x99c69f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x93e78b77 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x93e3ef9a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x93e3ee6e -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x93e465ed -[NSThread main] + 45
    9   com.apple.Foundation                    0x93e4659d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x99c65ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x99c696de thread_start + 34
    Thread 18:
    0   libsystem_kernel.dylib                  0x9056483e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99c69e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x99c69f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x93e78b77 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x93e3ef9a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x93e3ee6e -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x93e465ed -[NSThread main] + 45
    9   com.apple.Foundation                    0x93e4659d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x99c65ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x99c696de thread_start + 34
    Thread 19:
    0   libsystem_kernel.dylib                  0x9056483e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99c69e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x99c69f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x93e78b77 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x93e3ef9a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x93e3ee6e -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x93e465ed -[NSThread main] + 45
    9   com.apple.Foundation                    0x93e4659d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x99c65ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x99c696de thread_start + 34
    Thread 20:
    0   libsystem_kernel.dylib                  0x9056483e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99c69e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x99c69f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x93e78b77 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x93e3ef9a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x93e3ee6e -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x93e465ed -[NSThread main] + 45
    9   com.apple.Foundation                    0x93e4659d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x99c65ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x99c696de thread_start + 34
    Thread 21:
    0   libsystem_kernel.dylib                  0x9056483e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99c69e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x99c69f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x93e78b77 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x93e3ef9a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x93e3ee6e -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x93e465ed -[NSThread main] + 45
    9   com.apple.Foundation                    0x93e4659d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x99c65ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x99c696de thread_start + 34
    Thread 22:
    0   libsystem_kernel.dylib                  0x90562c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x905621f6 mach_msg + 70
    2   com.apple.iLifeSQLAccess                0x015dbe41 -[RALatchTrigger wait] + 81
    3   com.apple.iLifeSQLAccess                0x015dbd36 -[RAOperationQueueImpl _workThread] + 358
    4   com.apple.Foundation                    0x93e465ed -[NSThread main] + 45
    5   com.apple.Foundation                    0x93e4659d __NSThread__main__ + 1582
    6   libsystem_c.dylib                       0x99c65ed9 _pthread_start + 335
    7   libsystem_c.dylib                       0x99c696de thread_start + 34
    Thread 23:
    0   libsystem_kernel.dylib                  0x905655fa __fsync + 10
    1   com.apple.iLifeSQLAccess                0x015da971 full_fsync + 49
    2   com.apple.iLifeSQLAccess                0x015da8d0 unixSync + 48
    3   com.apple.iLifeSQLAccess                0x015da892 sqlite3OsSync + 18
    4   com.apple.iLifeSQLAccess                0x015da4d0 sqlite3PagerCommitPhaseOne + 1168
    5   com.apple.iLifeSQLAccess                0x015c71de sqlite3BtreeCommitPhaseOne + 94
    6   com.apple.iLifeSQLAccess                0x015c6dea sqlite3VdbeHalt + 1786
    7   com.apple.iLifeSQLAccess                0x015c6324 sqlite3Step + 37620
    8   com.apple.iLifeSQLAccess                0x015bce28 sqlite3_step + 88
    9   com.apple.iLifeSQLAccess                0x015dd28e -[HgKPreparedSql updateWithArgs:] + 174
    10  com.apple.iLifeSQLAccess                0x015ff9ce -[HgKDatabaseManager commitAndBeginNewTransaction] + 494
    11  com.apple.iLifeSQLAccess                0x015f4f99 -[RAOperationQueueImpl _runOperationFromList:sourceList:] + 73
    12  com.apple.iLifeSQLAccess                0x015dbd63 -[RAOperationQueueImpl _workThread] + 403
    13  com.apple.Foundation                    0x93e465ed -[NSThread main] + 45
    14  com.apple.Foundation                    0x93e4659d __NSThread__main__ + 1582
    15  libsystem_c.dylib                       0x99c65ed9 _pthread_start + 335
    16  libsystem_c.dylib                       0x99c696de thread_start + 34
    Thread 24:
    0   libsystem_kernel.dylib                  0x9056483e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99c69e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x99c69f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x93e78b77 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x93e3ef9a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x93e3ee6e -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.RedRock                       0x01ae6c9d -[RKAsyncImageRenderer _backgroundRenderThread:] + 173
    7   com.apple.CoreFoundation                0x9afebdaa -[NSObject performSelector:] + 58
    8   com.apple.proxtcore                     0x8f6738cc -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 220
    9   com.apple.CoreFoundation                0x9afe3901 -[NSObject performSelector:withObject:] + 65
    10  com.apple.proxtcore                     0x8f6695b3 -[XTSubscription postMessage:] + 227
    11  com.apple.proxtcore                     0x8f668db6 -[XTDistributor distributeMessage:] + 950
    12  com.apple.proxtcore                     0x8f668831 -[XTThread handleMessage:] + 849
    13  com.apple.proxtcore                     0x8f666f46 -[XTThread run:] + 422
    14  com.apple.Foundation                    0x93e465ed -[NSThread main] + 45
    15  com.apple.Foundation                    0x93e4659d __NSThread__main__ + 1582
    16  libsystem_c.dylib                       0x99c65ed9 _pthread_start + 335
    17  libsystem_c.dylib                       0x99c696de thread_start + 34
    Thread 25:
    0   libsystem_kernel.dylib                  0x9056483e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99c69e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x99c1a42c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.Foundation                    0x93e483b0 -[NSCondition wait] + 304
    4   com.apple.iPhoto                        0x00052047 0x1000 + 331847
    5   com.apple.iPhoto                        0x00051e61 0x1000 + 331361
    6   com.apple.CoreFoundation                0x9afe668d __invoking___ + 29
    7   com.apple.CoreFoundation                0x9afe65c9 -[NSInvocation invoke] + 137
    8   com.apple.RedRock                       0x01b1e061 -[RKInvoker _invokeTargetWithPool:] + 81
    9   com.apple.CoreFoundation                0x9afe3901 -[NSObject performSelector:withObject:] + 65
    10  com.apple.proxtcore                     0x8f673888 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 152
    11  com.apple.CoreFoundation                0x9afe3901 -[NSObject performSelector:withObject:] + 65
    12  com.apple.proxtcore                     0x8f6695b3 -[XTSubscription postMessage:] + 227
    13  com.apple.proxtcore                     0x8f668db6 -[XTDistributor distributeMessage:] + 950
    14  com.apple.proxtcore                     0x8f668831 -[XTThread handleMessage:] + 849
    15  com.apple.proxtcore                     0x8f666f46 -[XTThread run:] + 422
    16  com.apple.Foundation                    0x93e465ed -[NSThread main] + 45
    17  com.apple.Foundation                    0x93e4659d __NSThread__main__ + 1582
    18  libsystem_c.dylib                       0x99c65ed9 _pthread_start + 335
    19  libsystem_c.dylib                       0x99c696de thread_start + 34
    Thread 26 Crashed:
    0   com.apple.CoreFoundation                0x9af54e5a __CFCopyFormattingDescription + 26
    1   com.apple.CoreFoundation                0x9af50392 __CFStringAppendFormatCore + 12258
    2   com.apple.CoreFoundation                0x9af4d20b CFStringCreateWithFormatAndArguments + 107
    3   MetadataLib.dylib                       0x9bafe67a readRawTiffPropsFromPath + 161264
    4   MetadataLib.dylib                       0x9bae4102 readRawTiffPropsFromPath + 53368
    5   MetadataLib.dylib                       0x9bae42e1 readRawTiffPropsFromPath + 53847
    6   MetadataLib.dylib                       0x9bad3c60 readMakerNoteProps + 196
    7   com.apple.ImageIO.framework             0x97781733 readProps + 2870
    8   com.apple.ImageIO.framework             0x97781489 readProps + 2188
    9   com.apple.ImageIO.framework             0x977a7e8c readTiffPropsFromData + 228
    10  com.apple.ImageIO.framework             0x9777248c readExifData + 94
    11  com.apple.ImageIO.framework             0x9777017a initImageJPEG + 4372
    12  com.apple.ImageIO.framework             0x9776f03d _CGImagePluginInitJPEG + 89
    13  com.apple.ImageIO.framework             0x9776e798 makeImagePlus + 768
    14  com.apple.ImageIO.framework             0x9776e1db CGImageSourceCreateImageAtIndex + 159
    15  com.apple.iPhoto                        0x000a7791 0x1000 + 681873
    16  com.apple.iPhoto                        0x003cf4b2 0x1000 + 3990706
    17  com.apple.iPhoto                        0x000a6e78 0x1000 + 679544
    18  com.apple.iPhoto                        0x000a6997 0x1000 + 678295
    19  com.apple.iPhoto                        0x000a673b 0x1000 + 677691
    20  com.apple.iPhoto                        0x00160755 0x1000 + 1439573
    21  com.apple.iLifeFaceRecognition          0x010d84b0 -[FaceRecognitionManager detectFacesInPhoto:userInfo:options:delegate:context:] + 149
    22  com.apple.RedRock                       0x01b66cfc -[RKFaceDetectionWorker detectFacesForMaster:aggressive:] + 844
    23  com.apple.iPhoto                        0x007710a9 0x1000 + 7798953
    24  com.apple.RedRock                       0x01b66821 -[RKFaceDetectionWorker performJob:] + 385
    25  com.apple.CoreFoundation                0x9afe3901 -[NSObject performSelector:withObject:] + 65
    26  com.apple.proxtcore                     0x8f6695b3 -[XTSubscription postMessage:] + 227
    27  com.apple.proxtcore                     0x8f668db6 -[XTDistributor distributeMessage:] + 950
    28  com.apple.proxtcore                     0x8f668831 -[XTThread handleMessage:] + 849
    29  com.apple.proxtcore                     0x8f666f46 -[XTThread run:] + 422
    30  com.apple.Foundation                    0x93e465ed -[NSThread main] + 45
    31  com.apple.Foundation                    0x93e4659d __NSThread__main__ + 1582
    32  libsystem_c.dylib                       0x99c65ed9 _pthread_start + 335
    33  libsystem_c.dylib                       0x99c696de thread_start + 34
    Thread 27:
    0   libsystem_kernel.dylib                  0x90562c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x905621f6 mach_msg + 70
    2   com.apple.iLifeSQLAccess                0x015dbe41 -[RALatchTrigger wait] + 81
    3   com.apple.iLifeSQLAccess                0x015dbd36 -[RAOperationQueueImpl _workThread] + 358
    4   com.apple.Foundation                    0x93e465ed -[NSThread main] + 45
    5   com.apple.Foundation                    0x93e4659d __NSThread__main__ + 1582
    6   libsystem_c.dylib                       0x99c65ed9 _pthread_start + 335
    7   libsystem_c.dylib                       0x99c696de thread_start + 34
    Thread 28:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x90564b42 __select + 10
    1   com.apple.CoreFoundation                0x9afd29e5 __CFSocketManager + 1557
    2   libsystem_c.dylib                       0x99c65ed9 _pthread_start + 335
    3   libsystem_c.dylib                       0x99c696de thread_start + 34
    Thread 29:
    0   libsystem_kernel.dylib                  0x9056502e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x99c67ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x99c696fe start_wqthread + 30
    Thread 30:
    0   libsystem_kernel.dylib                  0x9056502e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x99c67ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x99c696fe start_wqthread + 30
    Thread 31:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x9056483e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99c69e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x99c69f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreVideo                     0x93d942e6 CVDisplayLink::waitUntil(unsigned long long) + 306
    4   com.apple.CoreVideo                     0x93d93438 CVDisplayLink::runIOThread() + 706
    5   com.apple.CoreVideo                     0x93d9315f _ZL13startIOThreadPv + 160
    6   libsystem_c.dylib                       0x99c65ed9 _pthread_start + 335
    7   libsystem_c.dylib                       0x99c696de thread_start + 34
    Thread 32:
    0   libsystem_kernel.dylib                  0x9056502e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x99c67ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x99c696fe start_wqthread + 30
    Thread 33:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib                  0x90564bb2 __semwait_signal + 10
    1   libsystem_c.dylib                       0x99c1a7b9 nanosleep$UNIX2003 + 187
    2   libsystem_c.dylib                       0x99c1a558 usleep$UNIX2003 + 60
    3   com.apple.AppKit                        0x96e0ff84 -[NSUIHeartBeat _heartBeatThread:] + 2399
    4   com.apple.Foundation                    0x93e465ed -[NSThread main] + 45
    5   com.apple.Foundation                    0x93e4659d __NSThread__main__ + 1582
    6   libsystem_c.dylib                       0x99c65ed9 _pthread_start + 335
    7   libsystem_c.dylib                       0x99c696de thread_start + 34
    Thread 34:: jpegdecompress_MPLoop
    0   libsystem_kernel.dylib                  0x9056483e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99c69e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x99c1182a pthread_cond_wait + 48
    3   com.apple.QuickTimeComponents.component          0x983ea355 0x97cdc000 + 7398229
    4   libsystem_c.dylib                       0x99c65ed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x99c696de thread_start + 34
    Thread 35:
    Thread 26 crashed with X86 Thread State (32-bit):
      eax: 0x00000001  ebx: 0x00000037  ecx: 0x00000000  edx: 0x9af4d3cd
      edi: 0x00000001  esi: 0x9af54e4e  ebp: 0xb1eb9a38  esp: 0xb1eb9a20
       ss: 0x00000023  efl: 0x00010202  eip: 0x9af54e5a   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000023   gs: 0x0000000f
      cr2: 0x00000001
    Logical CPU: 0
    Binary Images:
        0x1000 -   0xf11ff7  com.apple.iPhoto (9.1.1 - 9.1.1) <27275988-A584-F0C3-FDED-BE77BEF22FA7> /Applications/iPhoto.app/Contents/MacOS/iPhoto
    0x108b000 -  0x10b2ff7  com.apple.iPhoto.Tellus (1.1 - 37) <BB115264-CFD9-8925-BBAD-01FEF30923A2> /Applications/iPhoto.app/Contents/Frameworks/Tellus.framework/Versions/A/Tellus
    0x10d1000 -  0x10e8ff7  com.apple.iLifeFaceRecognition (1.0 - 21) <AD53D7A2-F0B2-FF76-5C6D-C23B234AB50E> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/iLifeFaceRecognition
    0x10f7000 -  0x1122ff3  com.apple.DiscRecordingUI (6.0 - 6000.4.1) <06C371CB-E783-3051-9608-BFEC2218E915> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
    0x113a000 -  0x113cfff  com.apple.ExceptionHandling (1.5 - 10) <6CA9446C-7EF9-35EE-BDF2-AA8D51E93E9E> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x1142000 -  0x114eff3  com.apple.UpgradeChecker (1.0 - 1.1) <A5948AB4-6777-9AB5-2451-ECCCB34F09D0> /Applications/iPhoto.app/Contents/Frameworks/UpgradeChecker.framework/Versions/ A/UpgradeChecker
    0x1156000 -  0x1156ff7  com.apple.iLifeSlideshow (2.1.1 - 814) <765D0352-686B-87B9-719A-A46AAE65B126> /Applications/iPhoto.app/Contents/Frameworks/iLifeSlideshow.framework/Versions/ A/iLifeSlideshow
    0x115a000 -  0x123afe7  org.python.python (2.6.6 - 2.6.6) <2683D847-5FC7-3F47-816E-D1CB71594F4F> /System/Library/Frameworks/Python.framework/Versions/2.6/Python
    0x1285000 -  0x14e7fe7  com.apple.iLifePageLayout (1.0 - 97) <4E5A130C-8270-3523-055A-A608E0E023BA> /Applications/iPhoto.app/Contents/Frameworks/iLifePageLayout.framework/Versions /A/iLifePageLayout
    0x15a8000 -  0x166cff7  com.apple.iLifeSQLAccess (1.1 - 10) <735398DE-9AAC-2CC0-E362-B38C1C8317F8> /Applications/iPhoto.app/Contents/Frameworks/iLifeSQLAccess.framework/Versions/ A/iLifeSQLAccess
    0x16ad000 -  0x16dbfe7  com.apple.ProUtils (1.0 - 107) <CDE57121-223E-B708-9609-AB8A9E3B68AA> /Applications/iPhoto.app/Contents/Frameworks/ProUtils.framework/Versions/A/ProU tils
    0x16f8000 -  0x174dff7  com.apple.iLifeKit (1.0 - 67) <5766B135-5F1B-4EF5-3989-64EF07F06BCC> /Applications/iPhoto.app/Contents/Frameworks/iLifeKit.framework/Versions/A/iLif eKit
    0x1793000 -  0x19b8ff7  com.apple.prokit (7.1 - 1507) <12A56F84-663D-395D-A1AE-1F4D128764CA> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x1ac3000 -  0x1efcfff  com.apple.RedRock (1.2.1 - 211) <68D86D00-CD5A-72C1-E41D-1D0E74C3CD33> /Applications/iPhoto.app/Contents/Frameworks/RedRock.framework/Versions/A/RedRo ck
    0x212d000 -  0x22bfff3  com.apple.geode (1.1 - 123) <12B09410-DD33-1B4C-E839-A3971BD61F47> /Applications/iPhoto.app/Contents/Frameworks/Geode.framework/Versions/A/Geode
    0x2359000 -  0x2360ff7  com.apple.MediaSync (1.0 - 103) <07439836-CD5C-6840-92E3-31A19922FBFF> /Applications/iPhoto.app/Contents/Frameworks/MediaSync.framework/Versions/A/Med iaSync
    0x2368000 -  0x2415ff7  libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <7B6DB792-C9E5-3772-8734-8D0052757B8C> /usr/lib/libcrypto.0.9.7.dylib
    0x245a000 -  0x245bfff +eOkaoCom.dylib (??? - ???) <2DE16B47-23E7-73DB-1297-C928E40DFC31> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoCom.dylib
    0x245f000 -  0x2484ff2 +eOkaoPt.dylib (??? - ???) <831D49D0-43A0-21A0-2662-2207E3BE0FF6> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoPt.dylib
    0x248b000 -  0x24bffe7 +eOkaoDt.dylib (??? - ???) <5693A28E-8C94-0F5F-150E-3B17CF753F64> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoDt.dylib
    0x24c5000 -  0x262cfff +eOkaoFr.dylib (??? - ???) <E355FB47-C5EF-50CF-621A-9B17A50E2850> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoFr.dylib
    0x2630000 -  0x265aff7  com.apple.iLifeSlideshowCore (2.0 - 225) <D20B9251-3C3F-5DB0-1B68-F4AE719DC5A5> /Applications/iPhoto.app/Contents/Frameworks/iLifeSlideshow.framework/Versions/ A/Frameworks/iLifeSlideshowCore.framework/Versions/A/iLifeSlideshowCore
    0x2675000 -  0x2781fe3  com.apple.iLifeSlideshowProducer (2.1.1 - 596) <E34A0D64-E689-9DA4-EE72-02B3AA8FDE36> /Applications/iPhoto.app/Contents/Frameworks/iLifeSlideshow.framework/Versions/ A/Frameworks/iLifeSlideshowProducer.framework/Versions/A/iLifeSlideshowProducer
    0x27ec000 -  0x2955ff3  com.apple.iLifeSlideshowRenderer (2.1.1 - 650) <D1600616-3F0C-3F63-6F9A-E03E2B4B6FE5> /Applications/iPhoto.app/Contents/Frameworks/iLifeSlideshow.framework/Versions/ A/Frameworks/iLifeSlideshowRenderer.framework/Versions/A/iLifeSlideshowRenderer
    0x29d3000 -  0x29deff7  com.apple.iLifeSlideshowExporter (2.0 - 233) <35518165-BD4D-CEA4-6BFD-6787B453846D> /Applications/iPhoto.app/Contents/Frameworks/iLifeSlideshow.framework/Versions/ A/Frameworks/iLifeSlideshowExporter.framework/Versions/A/iLifeSlideshowExporter
    0x29e8000 -  0x2a14ff3  com.apple.audio.CoreAudioKit (1.6.2 - 1.6.2) <C2F6DA06-35A9-310A-9444-D07D6F47E0B4> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x2a27000 -  0x2a86ffb  com.apple.NyxAudioAnalysis (12.3 - 12.3) <F2DF9EA0-8965-3B6F-8188-8F5CA3CA8092> /Library/Frameworks/NyxAudioAnalysis.framework/Versions/A/NyxAudioAnalysis
    0x2a9c000 -  0x2ac6fe7  com.apple.ExpressCheckout (1.0 - 1.0) <9F5AC214-AF0C-8ECF-93FD-5BE5FBF984E2> /Applications/iPhoto.app/Contents/Frameworks/iLifePageLayout.framework/Versions /A/Frameworks/ExpressCheckout.framework/Versions/A/ExpressCheckout
    0x2aea000 -  0x2b25ffb  com.apple.iLifeImageAnalysis (1.0 - 2) <EE7ED2EA-0A3F-7F65-E4CC-E78DABF7605E> /Applications/iPhoto.app/Contents/Frameworks/iLifePageLayout.framework/Versions /A/Frameworks/iLifeImageAnalysis.framework/Versions/A/iLifeImageAnalysis
    0x2ba4000 -  0x2baaff7  com.apple.iPhoto.RSSPublisher (1.1 - 1.0) <6037D7B1-A2C8-88D4-C2FF-84900F761DE6> /Applications/iPhoto.app/Contents/PlugIns/RSSPublisher.publisher/Contents/MacOS /RSSPublisher
    0x2bb3000 -  0x2bb8ff7  com.apple.iphoto.accountconfig.Email (1.0 - 1) <3751A822-CCF3-87F0-C6F0-21095C6DCB7C> /Applications/iPhoto.app/Contents/PlugIns/Email.accountconfigplugin/Contents/Ma cOS/Email
    0x2bbe000 -  0x2bc1ff7  com.apple.iphoto.accountconfig.Facebook (1.1 - 1) <9D39480B-4714-DFC9-2FD9-281A4740287C> /Applications/iPhoto.app/Contents/PlugIns/Facebook.accountconfigplugin/Contents /MacOS/Facebook
    0x62aa000 -  0x62acfff  libCoreFSCache.dylib (??? - ???) <8CC7923C-BD40-3A87-A295-0EAC7760800E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
    0x62b1000 -  0x62b3fff  com.apple.AddressBook.LocalSourceBundle (1.1 - 1043) <49FCCD0A-6436-3C81-8773-06A52EFE3F19> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
    0x63b6000 -  0x63c3ff7 +net.telestream.license (1.0.8.2-GC - 1.0.8.2-GC) <A61005C5-E6A4-84A6-2A85-38E53CFBD6AF> /Library/Frameworks/TSLicense.framework/Versions/A/TSLicense
    0x63cc000 -  0x63d1ffb  com.apple.AppleMPEG2Codec (1.0.2 - 220.1) <F3A640A6-52E4-3BE9-86A6-235A0ACD45C3> /Library/QuickTime/AppleMPEG2Codec.component/Contents/MacOS/AppleMPEG2Codec
    0xe822000 -  0xe827fe2  libcldcpuengine.dylib (1.50.61 - compatibility 1.0.0) <C9714E84-87B3-3EF4-A598-758522D1DB25> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
    0xe82f000 -  0xe85cff8  GLRendererFloat (??? - ???) <BBFAA220-4A07-3CDC-9A93-DF6A2220AE01> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0xe864000 -  0xe867ffe  com.apple.DirectoryServicesSource (1.1 - 1043) <043271EB-0EAD-33D8-A1E4-F5F6E3DCCD32> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
    0xe8fa000 -  0xe8fbff1  com.apple.textencoding.unicode (2.4 - 2.4) <4E55D4B9-4E67-3FC9-9407-3E99D1D50F15> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0xea00000 -  0xeb6dff0  GLEngine (??? - ???) <3C6D5F72-9CDA-37E2-B085-7F38C99FE8C5> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0xeba1000 -  0xec98ffb  libGLProgrammability.dylib (??? - ???) <560A7F12-1AA6-35E1-A922-309016BF6D3C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0xecbc000 -  0xf3d0ffb  com.apple.GeForceGLDriver (7.4.10 - 7.0.4) <30761571-F6AC-3270-B854-BC7D027ED859> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
    0xf810000 -  0xf836ff3  com.apple.iPhoto.FacebookPublisher (1.1 - 1.0) <4ECEB759-308D-5C09-E3B3

  • Why not partition every table

    Hi ,
    In our project we propse to partition all the tables(Even though they are small which are in MBs) in order to use exchange partiion feature.
    But Our DBAs are saying that Maintainance will be a problem if we create partitions for each and every table.We said ,single tablespace is fine for all the partitions as We thought maintaining different tablespaces is a problem.
    But Still DBAs are not approving it.
    I just want to know what are the disadvantages of partitioning.Why DBAs in general are against the idea of creating partitions.If we use same tablespace for all partitions is there any down side for creating partitions for every table ?
    Is there are disadvantage ?
    Thanks
    Pramod Garre

    Pramod Garre wrote:
    We are planning to use range partitioning (on quarters).
    There is requirement to delete one quarter data from the table and then refresh with new data as and when user update some recored from frontend.this should happen in real time.Sounds like you are having the app trigger partition management ... which doesn't strike me as a good idea.
    It also sounds like you really only have justification for partitioning on a few tables. Far from the "every" table you asked about. And even at that it sounds like your concept of the usage of those partitions may be flawed.
    Why not work with your DBAs instead of looking to strangers for justification to fight them. Sounds to me like they are doing exactly what they were hired to do.
    We thought instead of delete and insert , if we use excahnge partitions , this will be real quick as exchange partition just update the dictionary.
    On these lines,do you think will there be any disadvantages of using partitioning ?
    Note : Delete and Insert is working OK (2 Mins ) as compared to exchange partition ( 20 ms ).
    And Yes,Every table has PK.
    Thanks
    Pramod Garre

  • "Every time when I edit my profile or update my profile, I had charged from Apple ITune 1 USD. Why not!!!!!!"

    "Every time when I edit my profile or update my profile, I had charged from Apple ITune 1 USD. Why not!!!!!!"
    "Every time when I edit my profile or update my profile, I had charged from Apple ITune 1 USD. Why not!!!!!!"
    "Every time when I edit my profile or update my profile, I had charged from Apple ITune 1 USD. Why not!!!!!!"

    Hello TOP SupaviT,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    iTunes Store & Mac App Store: About payment card authorization holds
    http://support.apple.com/kb/ht3702
    If you update your billing information, the iTunes Store or Mac App Store will place an authorization hold on your payment card account, usually in the amount of 1 USD or the local currency equivalent, to verify your account information.
    Best of luck,
    Mario

  • Why isn't  there a theme selection for apple products they should atleast give us the choice to choose what look we want on our phones come on every other phone brand has it why not apple ?!!

    When will there be an update to give Iphone users the options to change there themes/skins and text design ?!! Every other smartphone brand had the feature why not iPhones ? Maybe this is why people are complaining  that iPhones look boring !

    send your feedback to apple here http://www.apple.com/feedback/
    Leroyfromgb wrote:
    When will there be an update to give Iphone users the options to change there themes/skins and text design ?!! Every other smartphone brand had the feature why not iPhones ? Maybe this is why people are complaining  that iPhones look boring !
    What people?  I have no issue with IOS 7, neither do the 30 plus people at my work, who I suggested to update to ios 7.0.4, and these are people from the ages of 20+ to 60+....

Maybe you are looking for

  • Integration Process Receiver Determination Step

    Hi experts, May I know whether the "Receiver Determination Step" (in  Integration Process) that collects the list of receivers configured, can be used only to find list of asynchronous receivers? Can't we use this "Receiver Determination Step" in syn

  • Opening of excise tab in GRN

    Previously we were making entries of GRN by mvt 101 and tab for excise was opened. Now we have changed our entry system. Now we are making 103 and then 105, but excise tab is not being opened during this. Please suggest how this will be opened. thank

  • Google Chrome is it a Virus??

    I have problem with my MacBook I think I have A virus, that called "Google Chrome", It's a popup window Automatically opened. Any Solution? Plz Urgent.

  • Depreciation area wise depreciation posting

    Hi Experts, We are using PARALLEL LEDGER for USGAAP reporting requirement. The client has weekly posting period under USGAAP reporting and thus they will perform all the month end activities as "weekend activity" in this non-leading ledger. This will

  • [b]how to assign whole expression to a temporary variable[/b][/b]

    Good afternun. Can someone help me how to assign the whole expression to a temporary variable. The expression is id = catDao.findByPK(info.getCategoryId()); Thanks in advance and may I know how to validate the temporary variable?