DAQmxTaskC​ontrol

Hi I have a question regarding this function. If I just use the DAQmxStartTask and DAQmxStopTask when does the task go through the unverified-verified-commited phase. I know I can set each phase myself with DAQmxTaskControl but am wondering if DAQmxStartTask does all of this on a DAQmxStartTask call if DAQmxTaskControl was not used.
thank you

The task will be implicitly transitioned through all intermediate states when it is explicitly transitioned to a state. More concretely, if a task has only been created, it is in the unverified state. If the DAQmxStartTask function is invoked, the task will be implicitly transitioned to the verified state, then the reserved state, and then the committed state. Finally, the task will be transitioned to the running state.
Similarly, the task will be implicitly transitioned back through those states to its state before the previous explicit state transition. More concretely, expanding the above example, if the DAQmxStopTask function is invoked, the task will be transitioned back to the committed state and then implicitly transitioned back to the reserved state and then the verified state. (The task isn't implicitly transitioned back to the unverified state since that wouldn't be useful).
For simplicity, only use explicit task state transitions when necessary for resource sharing or performance reasons. For many applications, the DAQmxTaskControl function is not necessary and NI-DAQmx behaves as expected without the programmer needing to be intimately familiar with the state model. The NI-DAQmx state model is intended to be a feature that both benefits newer users (since they don't have to be explicit about task state transitions or even understand the task state model) as well as power users (since they may need detailed control over the task state).
The NI-DAQmx Help (Key NI-DAQmx Concepts -> Tasks -> Task State Model) has a lot of information concerning the task state model.
So, to answer your question succinctly, yes
Geoffrey Schmit
Fermi National Accelerator Laborary

Similar Messages

  • Understand​ing DAQmxTaskC​ontrol()

    Hi all , 
    I have a few question about the DAQmxTaskControl() function:
    1. What's the difference between DAQmxStartTask(gAItaskHandle); to DAQmxTaskControl (gAItaskHandle, DAQmx_Val_Task_Start); is there any difference in the time it takes ?
    2. What's the use for DAQmxTaskControl (gAItaskHandle, DAQmx_Val_Task_Commit); I see it makes my function run faster about 40ms faster but does anybody knows how it's done and what's is purpose ?
    Kobi Kalif
    Software Engineer
    Solved!
    Go to Solution.

    Hi Kobi,
    If we look at the function help for DAQmxStartTask and DAQmxTaskControl, we find the following descriptions. To better understand the below descriptions, see the state machine diagram in the Performance section of the NI-DAQmx FAQ. 
    DAQmxStartTask
    "Transitions the task from the committed state to the running state, which begins measurement or generation. Using this function is required for some applications and optional for others."
    DAQmxTaskControl
    "Alters the state of a task according to the action you specify. To minimize the time required to start a task, for example, DAQmxTaskControl can commit the task prior to starting."
    Basically when you use DAQmxTaskControl you are explicitly telling the DAQmx driver what state to be in. In this case you are telling it to transition to the commit state instead of waiting for the DAQmxStartTask to make that transition for you. The task control gives you more advanced control on the state of your acquisition so it makes sense that it would improve your performance.
    If you need more information on the different states, I would recommend the NI-DAQmx help file on your computer. Start Menu » All Programs » National Instruments » NI-DAQ » NI-DAQmx Help - search for "task state model". 
    Jake H | Applications Engineer | National Instruments

  • Why are there no app for PEF Meter Mini Wright on screen converter? Free of course! For to be used by us whith astma and allergy ontroling the PEF meter EN13826-standard with the old Wrigt-McKerrow-scale? We need it in our iPhones and not only in our comp

    We need an app for the PEF-scale on screen converter in our iPhones and not only in our computors.
    A converter between the new PEF Meter Mini Wright EN13826-scale and the old one Wright-McKerrow-scale for to be able to corectly evaluate the standard of our lungs.
    To be honest!
    It is a scandal that it is not already a free iPhone app for the on screen converter....

    You should contact the company that makes the one for your computer and ask them to make an app for your iPhone.  Apple only makes a couple of apps.  The other million are made by people like you and I or by companies and are posted to the app store.
    How to Start Developing Apps: https://developer.apple.com/library/iOS/referencelibrary/GettingStarted/RoadMapi OS/index.html

  • Using USERS ontrol in SMC returns error CIM_ERR_FAILED

    I have installed solaris 10 on 3 intel boxes and applied all patches. They all have problem accessing any of the controls under 'System Configuration'. For example when i click on 'User Accounts' under 'Users' under 'System Configuration', i get error box stating 'The attaempt to view Users or Roles has failed du to an unexpected error. This was caused by the following error. CIM_ERR_FAILED'.
    Only common issue during install was that NIC was not recognized and:
    1. On two of them i changed master file in DEVDB and driver_alias in ETC and ran sys-unconfig to setup networking.
    2. On the one of them i changed the files and isntaed of running sys-unconfig, inchanged files manually and network works fine.
    I will appreciate for every help. thnx.

    added link to static url and not dynamic message server.
    not ideal but works for now whilst i look into a more permanent method, however in Prod we will be sending to Dev and not the other way, to maintain integrity of the data.

  • Refnum out: where to find it on the function/c​ontrol palette?

    Refer pic. Refnum out looks like a dummy variable to paste to the shift register so the register would not be empty, am I right?
    But I searched on the function/control palette, I can't find refnum out, where is it?
    Solved!
    Go to Solution.
    Attachments:
    refnum out vi.vi ‏16 KB

    I don't know that there is an empty "file refnum out" constant, but it can be created in a couple of ways, the first being right clicking on a file function that creates a refnum and doing a "Create constant" another is clicking on an existing refnum wire, or in your case structure instance, the  terminal unconnected in this case and doing the same (essentially the same thing as the first), and a third is dropping a byte stream refnum control on the FP, going to diagram and right clicking it an "change to constant". All are a couple more keystrokes/mouse clicks from just pulling it from the pallete.
    Putnam
    Certified LabVIEW Developer
    Senior Test Engineer
    Currently using LV 6.1-LabVIEW 2012, RT8.5
    LabVIEW Champion

  • HT4623 cannot get air-play logo on my ontrol panel, even after following troubleshotting instructions

    Cannot get air-play logo on my control panel, even after following trouble shooting instructions

    http://support.apple.com/kb/ht5209
    http://support.apple.com/kb/ht4437
    http://support.apple.com/kb/TS4215
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Fix-Airplay-Icon-Missing. htm
     Cheers, Tom

  • ICImagingC​ontrol not appearing

    Hi everyone,
    I'm writing a program to sample images from a CCD camera using the ICIImagingControl VI that comes with the ACtiveX package. Only problem is the window does not actually appear by default. What I mean is, when I start up my program (just a VI at this point not an .exe), the window where I should see my image is not there. I then have to go into the block diagram and double click on the ICIImagingControl to force it to show itself on the front panel. I know the solution is probably pretty simple, but I just can't seem to figure it out.
    Any help is much appreciated.
    Thanks!
    -daman

    Hi Daman,
    Without seeing your code, it is a bit difficult to determine the best way to approach this.  Is the ICIImagingControl more of a VI or an indicator?  Is it possible that you have somehow made the indicator invisible?  To be sure, right click on the image control on the block diagram and see if it gives you the option to "Hide Indicator/Control" and not "Show Indicator/Control".
    There also may be a property node for this VI that you could use to ensure that this image does appear.
    Marti C
    Applications Engineer
    National Instruments
    NI Medical

  • How come a disabled decoration doesn't show up in the VI.Panel.D​ecorations​[ ] property but a disabled control shows up in the VI.Panel.C​ontrols[ ] property?

    This seems like an oversight. Granted, I shouldn't be able to write to size and position properties of a disabled decoration, but I would really like to read this information.
    -Jim

    Sorry, I mean "Locked", not "Disabled".
    -Jim

  • Buffer busy waits

    Hi,
    Version : Oracle 9i
    I am getting buffer busy waits on some tables. Will increase in inittrans & pctfree of those tables reduce buffer busy waits?
    Tablespace is having segment space mgmt auto & extent management local.
    cursor_sharing is similar.
    Users are not experiencing any problem.Is there any problem other than this in statspack report?
    STATSPACK report for
    DB Name DB Id Instance Inst Num Release Cluster Host
    AHD 3712247982 ahd 1 9.2.0.1.0 NO SBGSDPRI
    Snap Id Snap Time Sessions Curs/Sess Comment
    Begin Snap: 20 13-Feb-07 14:48:35 33 9.9
    End Snap: 21 13-Feb-07 15:12:19 34 10.4
    Elapsed: 23.73 (mins)
    Cache Sizes (end)
    ~~~~~~~~~~~~~~~~~
    Buffer Cache: 656M Std Block Size: 8K
    Shared Pool Size: 152M Log Buffer: 768K
    Load Profile
    ~~~~~~~~~~~~ Per Second Per Transaction
    Redo size: 5,960.83 2,761.29
    Logical reads: 2,376.85 1,101.05
    Block changes: 35.48 16.44
    Physical reads: 97.56 45.20
    Physical writes: 1.15 0.53
    User calls: 92.63 42.91
    Parses: 20.00 9.27
    Hard parses: 0.29 0.13
    Sorts: 4.80 2.22
    Logons: 0.01 0.00
    Executes: 23.14 10.72
    Transactions: 2.16
    % Blocks changed per Read: 1.49 Recursive Call %: 14.69
    Rollback per transaction %: 0.00 Rows per Sort: 472.64
    Instance Efficiency Percentages (Target 100%)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Buffer Nowait %: 99.65 Redo NoWait %: 100.00
    Buffer Hit %: 95.90 In-memory Sort %: 100.00
    Library Hit %: 99.15 Soft Parse %: 98.55
    Execute to Parse %: 13.57 Latch Hit %: 99.70
    Parse CPU to Parse Elapsd %: 90.83 % Non-Parse CPU: 96.58
    Shared Pool Statistics Begin End
    Memory Usage %: 84.68 84.76
    % SQL with executions>1: 77.32 79.22
    % Memory for SQL w/exec>1: 90.74 92.81
    Top 5 Timed Events
    ~~~~~~~~~~~~~~~~~~ % Total
    Event Waits Time (s) Ela Time
    CPU time 125 54.23
    db file sequential read 83,110 69 30.14
    db file scattered read 23,196 27 11.75
    buffer busy waits 11,760 6 2.42
    log file sync 3,078 1 .45
    Wait Events for DB: AHD Instance: ahd Snaps: 20 -21
    -> s - second
    -> cs - centisecond - 100th of a second
    -> ms - millisecond - 1000th of a second
    -> us - microsecond - 1000000th of a second
    -> ordered by wait time desc, waits desc (idle events last)
    Avg
    Total Wait wait Waits
    Event Waits Timeouts Time (s) (ms) /txn
    db file sequential read 83,110 0 69 1 27.0
    db file scattered read 23,196 0 27 1 7.5
    buffer busy waits 11,760 0 6 0 3.8
    log file sync 3,078 0 1 0 1.0
    log file parallel write 5,216 4,841 1 0 1.7
    control file sequential read 1,390 0 1 1 0.5
    control file parallel write 462 0 0 1 0.2
    db file parallel write 672 336 0 0 0.2
    latch free 54 24 0 2 0.0
    SQL*Net more data to client 1,026 0 0 0 0.3
    LGWR wait for redo copy 12 0 0 0 0.0
    SQL*Net message from client 131,863 0 22,857 173 42.9
    virtual circuit status 48 48 1,497 31188 0.0
    wakeup time manager 45 45 1,446 32123 0.0
    SQL*Net message to client 131,864 0 0 0 42.9
    SQL*Net more data from clien 27 0 0 0 0.0
    Background Wait Events for DB: AHD Instance: ahd Snaps: 20 -21
    -> ordered by wait time desc, waits desc (idle events last)
    Avg
    Total Wait wait Waits
    Event Waits Timeouts Time (s) (ms) /txn
    log file parallel write 5,216 4,841 1 0 1.7
    control file parallel write 462 0 0 1 0.2
    control file sequential read 184 0 0 2 0.1
    db file parallel write 672 336 0 0 0.2
    log file sync 24 0 0 0 0.0
    db file sequential read 1 0 0 8 0.0
    LGWR wait for redo copy 12 0 0 0 0.0
    rdbms ipc message 12,386 7,345 10,752 868 4.0
    SQL*Net message from client 384 0 1,498 3901 0.1
    smon timer 4 4 1,229 ###### 0.0
    SQL*Net message to client 384 0 0 0 0.1
    SQL ordered by Gets for DB: AHD Instance: ahd Snaps: 20 -21
    -> End Buffer Gets Threshold: 10000
    -> Note that resources reported for PL/SQL includes the resources used by
    all SQL statements called within the PL/SQL code. As individual SQL
    statements are also reported, it is possible and valid for the summed
    total % to exceed 100
    CPU Elapsd
    Buffer Gets Executions Gets per Exec %Total Time (s) Time (s) Hash Value
    1,269,773 52 24,418.7 37.5 27.03 76.26 3370382957
    SELECT call_req.open_date, call_req.id FROM call_req, ctct, loc,
    site, z_zo, z_lho WHERE ( call_req.customer = ctct.id AND ctct
    .c_l_id = loc.id AND loc.l_si_id = site.id AND site.z_si_zo_id
    = z_zo.id AND z_zo.zo_lho_id = z_lho.id AND z_lho.lho_name L
    IKE :"SYS_B_0" AND call_req.active_flag = :"SYS_B_1" ) AND ( (
    381,394 44 8,668.0 11.3 21.30 22.94 3653016280
    SELECT count(*) FROM call_req, ctct, loc, site, z_zo, z_lho WHER
    E ( call_req.customer = ctct.id AND ctct.c_l_id = loc.id AND l
    oc.l_si_id = site.id AND site.z_si_zo_id = z_zo.id AND z_zo.zo
    lhoid = z_lho.id AND z_lho.lho_name LIKE :"SYS_B_0" AND cal
    l_req.active_flag = :"SYS_B_1" ) AND ( ( call_req.group_id != :"
    239,582 10 23,958.2 7.1 5.95 17.44 1650906216
    SELECT call_req.open_date, call_req.id FROM call_req, ctct, loc,
    site, z_zo, z_lho WHERE ( call_req.customer = ctct.id AND ctct
    .c_l_id = loc.id AND loc.l_si_id = site.id AND site.z_si_zo_id
    = z_zo.id AND z_zo.zo_lho_id = z_lho.id AND z_lho.lho_name L
    IKE :"SYS_B_0" ) AND ( ( call_req.group_id != :"SYS_B_1" ) and
    146,016 9 16,224.0 4.3 2.58 12.01 977739309
    SELECT call_req.open_date, call_req.id FROM call_req WHERE ( cal
    l_req.group_id IN ( SELECT id FROM ctct WHERE id = :"SYS_B_00" O
    R id = :"SYS_B_01" OR id = :"SYS_B_02" OR id = :"SYS_B_03" OR id
    = :"SYS_B_04" OR id = :"SYS_B_05" OR id = :"SYS_B_06" OR id = :
    "SYS_B_07" OR id = :"SYS_B_08" OR id = :"SYS_B_09" OR id = :"SYS
    117,569 7 16,795.6 3.5 0.52 0.52 1972089848
    SELECT call_req.open_date, call_req.id FROM call_req, ctct WHERE
    ( call_req.status = :"SYS_B_00" AND call_req.group_id = ctct.id
    AND ctct.c_last_name LIKE :"SYS_B_01" AND ( call_req.assigne
    e IS NULL ) ) AND ( call_req.group_id IN ( SELECT id FROM ctct W
    HERE id = :"SYS_B_02" OR id = :"SYS_B_03" OR id = :"SYS_B_04" OR
    100,276 4 25,069.0 3.0 2.77 6.95 771782876
    SELECT call_req.open_date, call_req.id FROM call_req, ctct, loc,
    site, z_zo, z_lho, ctct cn01 WHERE ( call_req.customer = ctct.i
    d AND ctct.c_l_id = loc.id AND loc.l_si_id = site.id AND site
    .z_si_zo_id = z_zo.id AND z_zo.zo_lho_id = z_lho.id AND z_lho.
    lho_name LIKE :"SYS_B_0" AND call_req.active_flag = :"SYS_B_1"
    95,832 4 23,958.0 2.8 2.13 3.80 1755292198
    SELECT call_req.open_date, call_req.id FROM call_req, ctct, loc,
    site, z_zo, z_lho WHERE ( call_req.customer = ctct.id AND ctct
    .c_l_id = loc.id AND loc.l_si_id = site.id AND site.z_si_zo_id
    = z_zo.id AND z_zo.zo_lho_id = z_lho.id AND z_lho.lho_name L
    IKE :"SYS_B_00" AND call_req.active_flag = :"SYS_B_01" AND ( ca
    86,680 10 8,668.0 2.6 7.69 8.21 3407388950
    SQL ordered by Gets for DB: AHD Instance: ahd Snaps: 20 -21
    -> End Buffer Gets Threshold: 10000
    -> Note that resources reported for PL/SQL includes the resources used by
    all SQL statements called within the PL/SQL code. As individual SQL
    statements are also reported, it is possible and valid for the summed
    total % to exceed 100
    CPU Elapsd
    Buffer Gets Executions Gets per Exec %Total Time (s) Time (s) Hash Value
    SELECT count(*) FROM call_req, ctct, loc, site, z_zo, z_lho WHER
    E ( call_req.customer = ctct.id AND ctct.c_l_id = loc.id AND l
    oc.l_si_id = site.id AND site.z_si_zo_id = z_zo.id AND z_zo.zo
    lhoid = z_lho.id AND z_lho.lho_name LIKE :"SYS_B_0" ) AND (
    ( call_req.group_id != :"SYS_B_1" ) and ( call_req.group_id !=
    71,839 3 23,946.3 2.1 2.73 6.07 1599404397
    SELECT call_req.open_date, call_req.id FROM call_req, ctct, loc,
    site, z_zo WHERE ( call_req.active_flag = :"SYS_B_0" AND call_r
    eq.customer = ctct.id AND ctct.c_l_id = loc.id AND loc.l_si_id
    = site.id AND site.z_si_zo_id = z_zo.id AND z_zo.zo_name LIK
    E :"SYS_B_1" ) AND ( ( call_req.group_id != :"SYS_B_2" ) and (
    60,507 9 6,723.0 1.8 1.47 1.49 632450130
    SELECT call_req.open_date, call_req.id FROM call_req, ctct, loc,
    site, z_zo, z_lho, ctct cn01 WHERE ( call_req.customer = ctct.i
    d AND ctct.c_l_id = loc.id AND loc.l_si_id = site.id AND site
    .z_si_zo_id = z_zo.id AND z_zo.zo_lho_id = z_lho.id AND z_lho.
    lho_name LIKE :"SYS_B_0" AND call_req.status = :"SYS_B_1" AND
    57,682 191 302.0 1.7 3.48 3.52 484128938
    SELECT cnote.posted_date, cnote.text FROM cnote WHERE ( ( cnote.
    loc_id = :"SYS_B_0" ) OR cnote.loc_id IS NULL ) AND ( cnote.inte
    rnal IS NULL OR cnote.internal != :"SYS_B_1" ) ORDER BY cnote.p
    osted_date DESC
    52,146 3 17,382.0 1.5 1.22 3.60 930247717
    SELECT call_req.open_date, call_req.id FROM call_req WHERE ( cal
    l_req.group_id IN ( SELECT id FROM ctct WHERE id = :"SYS_B_00" O
    R id = :"SYS_B_01" OR id = :"SYS_B_02" OR id = :"SYS_B_03" OR id
    = :"SYS_B_04" OR id = :"SYS_B_05" OR id = :"SYS_B_06" OR id = :
    "SYS_B_07" OR id = :"SYS_B_08" OR id = :"SYS_B_09" OR id = :"SYS
    43,534 4 10,883.5 1.3 2.05 2.10 2363733805
    SELECT call_req.open_date, call_req.id FROM call_req, ctct, loc,
    site, z_zo, z_lho, prob_ctg, ctct cn01 WHERE ( call_req.custome
    r = ctct.id AND ctct.c_l_id = loc.id AND loc.l_si_id = site.id
    AND site.z_si_zo_id = z_zo.id AND z_zo.zo_lho_id = z_lho.id A
    ND z_lho.lho_name LIKE :"SYS_B_00" AND call_req.active_flag =
    SQL ordered by Reads for DB: AHD Instance: ahd Snaps: 20 -21
    -> End Disk Reads Threshold: 1000
    CPU Elapsd
    Physical Reads Executions Reads per Exec %Total Time (s) Time (s) Hash Value
    81,653 52 1,570.3 58.8 27.03 76.26 3370382957
    SELECT call_req.open_date, call_req.id FROM call_req, ctct, loc,
    site, z_zo, z_lho WHERE ( call_req.customer = ctct.id AND ctct
    .c_l_id = loc.id AND loc.l_si_id = site.id AND site.z_si_zo_id
    = z_zo.id AND z_zo.zo_lho_id = z_lho.id AND z_lho.lho_name L
    IKE :"SYS_B_0" AND call_req.active_flag = :"SYS_B_1" ) AND ( (
    15,402 10 1,540.2 11.1 5.95 17.44 1650906216
    SELECT call_req.open_date, call_req.id FROM call_req, ctct, loc,
    site, z_zo, z_lho WHERE ( call_req.customer = ctct.id AND ctct
    .c_l_id = loc.id AND loc.l_si_id = site.id AND site.z_si_zo_id
    = z_zo.id AND z_zo.zo_lho_id = z_lho.id AND z_lho.lho_name L
    IKE :"SYS_B_0" ) AND ( ( call_req.group_id != :"SYS_B_1" ) and
    13,371 9 1,485.7 9.6 2.58 12.01 977739309
    SELECT call_req.open_date, call_req.id FROM call_req WHERE ( cal
    l_req.group_id IN ( SELECT id FROM ctct WHERE id = :"SYS_B_00" O
    R id = :"SYS_B_01" OR id = :"SYS_B_02" OR id = :"SYS_B_03" OR id
    = :"SYS_B_04" OR id = :"SYS_B_05" OR id = :"SYS_B_06" OR id = :
    "SYS_B_07" OR id = :"SYS_B_08" OR id = :"SYS_B_09" OR id = :"SYS
    6,157 4 1,539.3 4.4 2.77 6.95 771782876
    SELECT call_req.open_date, call_req.id FROM call_req, ctct, loc,
    site, z_zo, z_lho, ctct cn01 WHERE ( call_req.customer = ctct.i
    d AND ctct.c_l_id = loc.id AND loc.l_si_id = site.id AND site
    .z_si_zo_id = z_zo.id AND z_zo.zo_lho_id = z_lho.id AND z_lho.
    lho_name LIKE :"SYS_B_0" AND call_req.active_flag = :"SYS_B_1"
    6,152 4 1,538.0 4.4 2.13 3.80 1755292198
    SELECT call_req.open_date, call_req.id FROM call_req, ctct, loc,
    site, z_zo, z_lho WHERE ( call_req.customer = ctct.id AND ctct
    .c_l_id = loc.id AND loc.l_si_id = site.id AND site.z_si_zo_id
    = z_zo.id AND z_zo.zo_lho_id = z_lho.id AND z_lho.lho_name L
    IKE :"SYS_B_00" AND call_req.active_flag = :"SYS_B_01" AND ( ca
    4,622 3 1,540.7 3.3 2.73 6.07 1599404397
    SELECT call_req.open_date, call_req.id FROM call_req, ctct, loc,
    site, z_zo WHERE ( call_req.active_flag = :"SYS_B_0" AND call_r
    eq.customer = ctct.id AND ctct.c_l_id = loc.id AND loc.l_si_id
    = site.id AND site.z_si_zo_id = z_zo.id AND z_zo.zo_name LIK
    E :"SYS_B_1" ) AND ( ( call_req.group_id != :"SYS_B_2" ) and (
    2,982 3 994.0 2.1 1.22 3.60 930247717
    SELECT call_req.open_date, call_req.id FROM call_req WHERE ( cal
    l_req.group_id IN ( SELECT id FROM ctct WHERE id = :"SYS_B_00" O
    R id = :"SYS_B_01" OR id = :"SYS_B_02" OR id = :"SYS_B_03" OR id
    = :"SYS_B_04" OR id = :"SYS_B_05" OR id = :"SYS_B_06" OR id = :
    "SYS_B_07" OR id = :"SYS_B_08" OR id = :"SYS_B_09" OR id = :"SYS
    1,566 44 35.6 1.1 21.30 22.94 3653016280
    SELECT count(*) FROM call_req, ctct, loc, site, z_zo, z_lho WHER
    E ( call_req.customer = ctct.id AND ctct.c_l_id = loc.id AND l
    oc.l_si_id = site.id AND site.z_si_zo_id = z_zo.id AND z_zo.zo
    _lho_id = z_lho.id AND z_lho.lho_name LIKE :"SYS_B_0" AND cal
    SQL ordered by Reads for DB: AHD Instance: ahd Snaps: 20 -21
    -> End Disk Reads Threshold: 1000
    CPU Elapsd
    Physical Reads Executions Reads per Exec %Total Time (s) Time (s) Hash Value
    l_req.active_flag = :"SYS_B_1" ) AND ( ( call_req.group_id != :"
    1,540 1 1,540.0 1.1 0.56 1.64 2582352638
    SELECT call_req.open_date, call_req.id FROM call_req, ctct, loc,
    site, z_zo, z_lho WHERE ( call_req.customer = ctct.id AND ctct
    .c_l_id = loc.id AND loc.l_si_id = site.id AND site.z_si_zo_id
    = z_zo.id AND z_zo.zo_lho_id = z_lho.id AND z_lho.lho_name L
    IKE :"SYS_B_0" AND call_req.active_flag = :"SYS_B_1" AND ( call
    1,106 2 553.0 0.8 1.25 3.01 548248759
    SELECT call_req.open_date, call_req.id FROM call_req WHERE ( ( c
    all_req.assignee IS NOT NULL OR call_req.group_id IS NOT NULL )
    AND ( call_req.type = :"SYS_B_00" OR call_req.type = :"SYS_B_01"
    OR call_req.type IS NULL ) AND call_req.active_flag = :"SYS_B_0
    2" ) AND ( call_req.group_id IN ( SELECT id FROM ctct WHERE id =
    875 2 437.5 0.6 0.94 2.95 1195215130
    SELECT call_req.open_date, call_req.id FROM call_req WHERE ( ( c
    all_req.assignee IS NULL AND call_req.group_id IS NULL ) AND ( c
    all_req.type = :"SYS_B_00" OR call_req.type = :"SYS_B_01" OR cal
    l_req.type IS NULL ) AND call_req.active_flag = :"SYS_B_02" ) AN
    D ( call_req.group_id IN ( SELECT id FROM ctct WHERE id = :"SYS_
    473 1 473.0 0.3 1.80 5.57 3376831664
    BEGIN statspack.snap; END;
    357 10 35.7 0.3 7.69 8.21 3407388950
    SELECT count(*) FROM call_req, ctct, loc, site, z_zo, z_lho WHER
    E ( call_req.customer = ctct.id AND ctct.c_l_id = loc.id AND l
    oc.l_si_id = site.id AND site.z_si_zo_id = z_zo.id AND z_zo.zo
    _lho_id = z_lho.id AND z_lho.lho_name LIKE :"SYS_B_0" ) AND (
    ( call_req.group_id != :"SYS_B_1" ) and ( call_req.group_id !=
    177 5 35.4 0.1 1.81 2.08 920690862
    SELECT ctct.c_last_name, ctct.c_first_name, ctct.c_middle_name,
    ctct.c_public_phone, ctct.c_contact_num, ctct.c_org_id, ctct.c_l
    _id, ctct.id FROM ctct, ct_ty WHERE ( ctct.c_ctp_id = ct_ty.id A
    SQL ordered by Executions for DB: AHD Instance: ahd Snaps: 20 -21
    -> End Executions Threshold: 100
    CPU per Elap per
    Executions Rows Processed Rows per Exec Exec (s) Exec (s) Hash Value
    7,741 7,738 1.0 0.00 0.00 1060224445
    SELECT grpmem.group_id , grpmem.manager_flag , grpmem.member , g
    rpmem.notify_flag FROM grpmem WHERE grpmem.id = :"SYS_B_0"
    2,459 2,459 1.0 0.00 0.00 3026674282
    SELECT act_log.action_desc , act_log.analyst , act_log.call_req_
    id , act_log.description , act_log.internal , act_log.knowledge_
    session , act_log.knowledge_tool , act_log.last_mod_dt , act_log
    .persid , act_log.system_time , act_log.time_spent , act_log.tim
    e_stamp , act_log.type FROM act_log WHERE act_log.id = :"SYS_B_0
    1,449 1,449 1.0 0.00 0.00 3299996875
    SELECT att_evt.cancel_time , att_evt.event_tmpl , att_evt.fire_t
    ime , att_evt.first_fire_time , att_evt.group_name , att_evt.las
    t_mod_dt , att_evt.num_fire , att_evt.obj_id , att_evt.persid ,
    att_evt.start_time , att_evt.status_flag , att_evt.user_smag , a
    tt_evt.wait_time FROM att_evt WHERE att_evt.id = :"SYS_B_0"
    1,336 1,336 1.0 0.00 0.00 3034229510
    SELECT cr_prp.description , cr_prp.label , cr_prp.last_mod_by ,
    cr_prp.last_mod_dt , cr_prp.owning_cr , cr_prp.persid , cr_prp.r
    equired , cr_prp.sample , cr_prp.sequence , cr_prp.value FROM cr
    prp WHERE crprp.id = :"SYS_B_0"
    968 968 1.0 0.00 0.00 3460529092
    select t.name, (select owner_instance from sys.aq$_queue_table_
    affinities where table_objno = t.objno) from system.aq$_queue
    _tables t where t.name = :1 and t.schema = :2 for update skip lo
    cked
    808 808 1.0 0.00 0.00 3346182257
    SELECT call_req.active_flag , call_req.affected_rc , call_req.as
    signee , call_req.call_back_date , call_req.call_back_flag , cal
    l_req.category , call_req.change , call_req.charge_back_id , cal
    l_req.close_date , call_req.created_via , call_req.customer , ca
    ll_req.description , call_req.event_token , call_req.extern_ref
    720 720 1.0 0.00 0.00 140137628
    Module: Spotlight On Oracle, classic
    SELECT DECODE(:b1,'BL','Buffer hash table instance lock','CF','C
    ontrol file schema global enqueue lock','CI','Cross-instance fun
    ction invocation instance lock','CS','Control file schema global
    enqueue lock','CU','Cursor bind lock','DF','Data file instance
    lock','DL','Direct loader parallel index create','DM','Mount/sta
    718 718 1.0 0.00 0.00 4078915446
    SELECT options.app_name, options.sym, options.id FROM options WH
    ERE ( options.sym = :"SYS_B_0" ) AND ( options.del = :"SYS_B_1"
    ) ORDER BY options.app_name
    634 634 1.0 0.00 0.00 1199698393
    SELECT loc.alias , loc.del , loc.l_addr1 , loc.l_addr2 , loc.l_a
    ddr3 , loc.l_addr4 , loc.l_addr5 , loc.l_addr6 , loc.l_details ,
    loc.l_name , loc.l_si_id , loc.last_mod , loc.persid , loc.z_cb
    SQL ordered by Executions for DB: AHD Instance: ahd Snaps: 20 -21
    -> End Executions Threshold: 100
    CPU per Elap per
    Executions Rows Processed Rows per Exec Exec (s) Exec (s) Hash Value
    l1 , loc.zcb_l2 , loc.z_cb_l3 , loc.z_l_code , loc.z_ro_code ,
    loc.z_zo_code FROM loc WHERE loc.id = :"SYS_B_0"
    531 208 0.4 0.00 0.00 800192270
    SELECT lrel.l_persid, lrel.l_attr, lrel.l_sql, lrel.r_persid, lr
    el.r_attr, lrel.r_sql, lrel.id FROM lrel WHERE lrel.l_persid = :
    "SYS_B_0" and lrel.l_attr = :"SYS_B_1" ORDER BY lrel.l_persid ,
    lrel.l_attr , lrel.l_sql
    438 438 1.0 0.00 0.00 1317334374
    Select PROPERTY_NAME,PROPERTY_VALUE,PROPERTY_TYPE from CI_PROPER
    TIES where PROPERTY_NAME=:"SYS_B_0"
    429 8,151 19.0 0.00 0.00 1976028604
    SELECT cr_stat.sym, cr_stat.code FROM cr_stat WHERE cr_stat.del
    = :"SYS_B_0" ORDER BY cr_stat.sym
    383 383 1.0 0.00 0.00 2599265718
    DELETE FROM anima WHERE id = :"SYS_B_0"
    359 359 1.0 0.00 0.00 1719939797
    DELETE FROM att_evt WHERE id = :"SYS_B_0"
    337 337 1.0 0.00 0.00 3069423312
    SELECT anima.a_act , anima.a_delta , anima.a_lock , anima.a_name
    , anima.a_org , anima.a_string , anima.a_time , anima.t_method
    , anima.t_persid , anima.t_type FROM anima WHERE anima.id = :"SY
    S_B_0"
    332 331 1.0 0.00 0.00 1549656119
    SELECT crsq.id FROM crsq WHERE crsq.code = :"SYS_B_0"
    315 315 1.0 0.00 0.00 1734736338
    UPDATE cr_prp SET last_mod_by = :"SYS_B_0" , last_mod_dt = :"SYS
    _B_1" WHERE id = :"SYS_B_2"
    308 1,580 5.1 0.00 0.00 618252548
    SELECT cr_prp.sequence, cr_prp.id FROM cr_prp WHERE cr_prp.ownin
    g_cr = :"SYS_B_0" ORDER BY cr_prp.sequence
    279 1,716 6.2 0.00 0.00 749386807
    SELECT call_req.open_date, call_req.id FROM call_req WHERE call_
    req.customer = :"SYS_B_0" AND call_req.active_flag = :"SYS_B_1"
    ORDER BY call_req.open_date DESC
    277 277 1.0 0.00 0.00 321149819
    INSERT INTO anima ( a_act, a_delta, a_lock, a_name, a_org, a_str
    ing, a_time, t_method, t_persid, t_type, id ) VALUES ( :"SYS_B_
    0" , :"SYS_B_1" , :"SYS_B_2" , :"SYS_B_3" , :"SYS_B_4" , nu
    ll , :"SYS_B_5" , :"SYS_B_6" , :"SYS_B_7" , :"SYS_B_8" , :"
    SQL ordered by Parse Calls for DB: AHD Instance: ahd Snaps: 20 -21
    -> End Parse Calls Threshold: 1000
    % Total
    Parse Calls Executions Parses Hash Value
    7,733 7,741 27.15 1060224445
    SELECT grpmem.group_id , grpmem.manager_flag , grpmem.member , g
    rpmem.notify_flag FROM grpmem WHERE grpmem.id = :"SYS_B_0"
    2,459 2,459 8.63 3026674282
    SELECT act_log.action_desc , act_log.analyst , act_log.call_req_
    id , act_log.description , act_log.internal , act_log.knowledge_
    session , act_log.knowledge_tool , act_log.last_mod_dt , act_log
    .persid , act_log.system_time , act_log.time_spent , act_log.tim
    e_stamp , act_log.type FROM act_log WHERE act_log.id = :"SYS_B_0
    1,449 1,449 5.09 3299996875
    SELECT att_evt.cancel_time , att_evt.event_tmpl , att_evt.fire_t
    ime , att_evt.first_fire_time , att_evt.group_name , att_evt.las
    t_mod_dt , att_evt.num_fire , att_evt.obj_id , att_evt.persid ,
    att_evt.start_time , att_evt.status_flag , att_evt.user_smag , a
    tt_evt.wait_time FROM att_evt WHERE att_evt.id = :"SYS_B_0"
    1,336 1,336 4.69 3034229510
    SELECT cr_prp.description , cr_prp.label , cr_prp.last_mod_by ,
    cr_prp.last_mod_dt , cr_prp.owning_cr , cr_prp.persid , cr_prp.r
    equired , cr_prp.sample , cr_prp.sequence , cr_prp.value FROM cr
    prp WHERE crprp.id = :"SYS_B_0"
    808 808 2.84 3346182257
    SELECT call_req.active_flag , call_req.affected_rc , call_req.as
    signee , call_req.call_back_date , call_req.call_back_flag , cal
    l_req.category , call_req.change , call_req.charge_back_id , cal
    l_req.close_date , call_req.created_via , call_req.customer , ca
    ll_req.description , call_req.event_token , call_req.extern_ref
    718 718 2.52 4078915446
    SELECT options.app_name, options.sym, options.id FROM options WH
    ERE ( options.sym = :"SYS_B_0" ) AND ( options.del = :"SYS_B_1"
    ) ORDER BY options.app_name
    634 634 2.23 1199698393
    SELECT loc.alias , loc.del , loc.l_addr1 , loc.l_addr2 , loc.l_a
    ddr3 , loc.l_addr4 , loc.l_addr5 , loc.l_addr6 , loc.l_details ,
    loc.l_name , loc.l_si_id , loc.last_mod , loc.persid , loc.z_cb
    l1 , loc.zcb_l2 , loc.z_cb_l3 , loc.z_l_code , loc.z_ro_code ,
    loc.z_zo_code FROM loc WHERE loc.id = :"SYS_B_0"
    531 531 1.86 800192270
    SELECT lrel.l_persid, lrel.l_attr, lrel.l_sql, lrel.r_persid, lr
    el.r_attr, lrel.r_sql, lrel.id FROM lrel WHERE lrel.l_persid = :
    "SYS_B_0" and lrel.l_attr = :"SYS_B_1" ORDER BY lrel.l_persid ,
    lrel.l_attr , lrel.l_sql
    438 438 1.54 1317334374
    Select PROPERTY_NAME,PROPERTY_VALUE,PROPERTY_TYPE from CI_PROPER
    TIES where PROPERTY_NAME=:"SYS_B_0"
    429 429 1.51 1976028604
    SQL ordered by Parse Calls for DB: AHD Instance: ahd Snaps: 20 -21
    -> End Parse Calls Threshold: 1000
    % Total
    Parse Calls Executions Parses Hash Value
    SELECT cr_stat.sym, cr_stat.code FROM cr_stat WHERE cr_stat.del
    = :"SYS_B_0" ORDER BY cr_stat.sym
    383 383 1.34 2599265718
    DELETE FROM anima WHERE id = :"SYS_B_0"
    359 359 1.26 1719939797
    DELETE FROM att_evt WHERE id = :"SYS_B_0"
    337 337 1.18 3069423312
    SELECT anima.a_act , anima.a_delta , anima.a_lock , anima.a_name
    , anima.a_org , anima.a_string , anima.a_time , anima.t_method
    , anima.t_persid , anima.t_type FROM anima WHERE anima.id = :"SY
    S_B_0"
    330 332 1.16 1549656119
    SELECT crsq.id FROM crsq WHERE crsq.code = :"SYS_B_0"
    315 315 1.11 1734736338
    UPDATE cr_prp SET last_mod_by = :"SYS_B_0" , last_mod_dt = :"SYS
    _B_1" WHERE id = :"SYS_B_2"
    308 308 1.08 618252548
    SELECT cr_prp.sequence, cr_prp.id FROM cr_prp WHERE cr_prp.ownin
    g_cr = :"SYS_B_0" ORDER BY cr_prp.sequence
    277 277 0.97 321149819
    INSERT INTO anima ( a_act, a_delta, a_lock, a_name, a_org, a_str
    ing, a_time, t_method, t_persid, t_type, id ) VALUES ( :"SYS_B_
    0" , :"SYS_B_1" , :"SYS_B_2" , :"SYS_B_3" , :"SYS_B_4" , nu
    ll , :"SYS_B_5" , :"SYS_B_6" , :"SYS_B_7" , :"SYS_B_8" , :"
    SYS_B_9" )
    277 279 0.97 749386807
    SELECT call_req.open_date, call_req.id FROM call_req WHERE call_
    req.customer = :"SYS_B_0" AND call_req.active_flag = :"SYS_B_1"
    ORDER BY call_req.open_date DESC
    275 275 0.97 2816620377
    INSERT INTO att_evt ( cancel_time, event_tmpl, fire_time, first_
    fire_time, group_name, last_mod_dt, num_fire, obj_id, persid, st
    art_time, status_flag, user_smag, wait_time, id ) VALUES ( null
    , :"SYS_B_00" , :"SYS_B_01" , :"SYS_B_02" , :"SYS_B_03" ,
    :"SYS_B_04" , :"SYS_B_05" , :"SYS_B_06" , :"SYS_B_07" , :"SY
    269 269 0.94 3605948696
    SELECT slatpl.del , slatpl.elapsed , slatpl.event , slatpl.last_
    mod_by , slatpl.last_mod_dt , slatpl.object_type , slatpl.persid
    , slatpl.service_type , slatpl.sym FROM slatpl WHERE slatpl.id
    SQL ordered by Sharable Memory for DB: AHD Instance: ahd Snaps: 20 -21
    -> End Sharable Memory Threshold: 1048576
    Sharable Mem (b) Executions % Total Hash Value
    23,912,520 231 13.6 139964375
    SELECT anima.a_name, anima.t_persid, anima.t_method, anima.id FR
    OM anima WHERE anima.t_persid LIKE :"SYS_B_0" ORDER BY anima.
    a_name
    18,314,292 26 10.4 380755726
    SELECT call_req.open_date, call_req.id FROM call_req WHERE ( cal
    l_req.ref_num LIKE :"SYS_B_00" ) AND ( call_req.group_id IN (
    SELECT id FROM ctct WHERE id = :"SYS_B_01" OR id = :"SYS_B_02" O
    R id = :"SYS_B_03" OR id = :"SYS_B_04" OR id = :"SYS_B_05" OR id
    = :"SYS_B_06" OR id = :"SYS_B_07" OR id = :"SYS_B_08" OR id = :
    12,365,844 107 7.0 1877135209
    SELECT chg.open_date, chg.chg_ref_num, chg.id FROM chg WHERE ( c
    hg.affected_contact = :"SYS_B_0" and chg.active_flag = :"SYS_B_1
    " ) AND ( chg.affected_contact = :"SYS_B_2" ) ORDER BY chg.open
    _date DESC
    2,692,852 17 1.5 4181730075
    SELECT ctct.c_last_name, ctct.c_first_name, ctct.c_middle_name,
    ctct.c_public_phone, ctct.c_contact_num, ctct.c_org_id, ctct.c_l
    _id, ctct.id FROM ctct, ct_ty WHERE ( ctct.c_last_name LIKE :"
    SYS_B_0" AND ctct.c_ctp_id = ct_ty.id AND ct_ty.id = :"SYS_B_1"
    AND ctct.del = :"SYS_B_2" AND ctct.id IN ( SELECT member FROM g
    2,048,083 10 1.2 153455816
    SELECT ctct.c_last_name, ctct.c_first_name, ctct.c_middle_name,
    ctct.c_public_phone, ctct.c_contact_num, ctct.c_org_id, ctct.c_l
    _id, ctct.id FROM ctct WHERE ( ctct.c_last_name LIKE :"SYS_B_0
    " ) AND ( ( ctct.del = :"SYS_B_1" ) AND ( ctct.c_ctp_id = :"SYS_
    B_2" AND ctct.alias = -:"SYS_B_3" ) ) ORDER BY ctct.c_last_name
    1,653,628 3 0.9 1096419296
    SELECT call_req.open_date, call_req.id FROM call_req WHERE ( cal
    l_req.ref_num LIKE :"SYS_B_0" ) AND ( ( call_req.group_id IN (
    SELECT group_id FROM grpmem WHERE member = :"SYS_B_1" ) ) or ca
    ll_req.assignee = :"SYS_B_2" or call_req.customer = :"SYS_B_3" )
    ORDER BY call_req.open_date DESC
    SQL ordered by Version Count for DB: AHD Instance: ahd Snaps: 20 -21
    -> End Version Count Threshold: 20
    Version
    Count Executions Hash Value
    349 231 139964375
    SELECT anima.a_name, anima.t_persid, anima.t_method, anima.id FR
    OM anima WHERE anima.t_persid LIKE :"SYS_B_0" ORDER BY anima.
    a_name
    196 107 1877135209
    SELECT chg.open_date, chg.chg_ref_num, chg.id FROM chg WHERE ( c
    hg.affected_contact = :"SYS_B_0" and chg.active_flag = :"SYS_B_1
    " ) AND ( chg.affected_contact = :"SYS_B_2" ) ORDER BY chg.open
    _date DESC
    127 26 380755726
    SELECT call_req.open_date, call_req.id FROM call_req WHERE ( cal
    l_req.ref_num LIKE :"SYS_B_00" ) AND ( call_req.group_id IN (
    SELECT id FROM ctct WHERE id = :"SYS_B_01" OR id = :"SYS_B_02" O
    R id = :"SYS_B_03" OR id = :"SYS_B_04" OR id = :"SYS_B_05" OR id
    = :"SYS_B_06" OR id = :"SYS_B_07" OR id = :"SYS_B_08" OR id = :
    36 17 4181730075
    SELECT ctct.c_last_name, ctct.c_first_name, ctct.c_middle_name,
    ctct.c_public_phone, ctct.c_contact_num, ctct.c_org_id, ctct.c_l
    _id, ctct.id FROM ctct, ct_ty WHERE ( ctct.c_last_name LIKE :"
    SYS_B_0" AND ctct.c_ctp_id = ct_ty.id AND ct_ty.id = :"SYS_B_1"
    AND ctct.del = :"SYS_B_2" AND ctct.id IN ( SELECT member FROM g
    33 10 153455816
    SELECT ctct.c_last_name, ctct.c_first_name, ctct.c_middle_name,
    ctct.c_public_phone, ctct.c_contact_num, ctct.c_org_id, ctct.c_l
    _id, ctct.id FROM ctct WHERE ( ctct.c_last_name LIKE :"SYS_B_0
    " ) AND ( ( ctct.del = :"SYS_B_1" ) AND ( ctct.c_ctp_id = :"SYS_
    B_2" AND ctct.alias = -:"SYS_B_3" ) ) ORDER BY ctct.c_last_name
    26 3 1096419296
    SELECT call_req.open_date, call_req.id FROM call_req WHERE ( cal
    l_req.ref_num LIKE :"SYS_B_0" ) AND ( ( call_req.group_id IN (
    SELECT group_id FROM grpmem WHERE member = :"SYS_B_1" ) ) or ca
    ll_req.assignee = :"SYS_B_2" or call_req.customer = :"SYS_B_3" )
    ORDER BY call_req.open_date DESC
    Instance Activity Stats for DB: AHD Instance: ahd Snaps: 20 -21
    Statistic Total per Second per Trans
    CPU used by this session 12,450 8.7 4.1
    CPU used when call started 12,515 8.8 4.1
    CR blocks created 53 0.0 0.0
    DBWR buffers scanned 0 0.0 0.0
    DBWR checkpoint buffers written 1,644 1.2 0.5
    DBWR checkpoints 0 0.0 0.0
    DBWR free buffers found 0 0.0 0.0
    DBWR lru scans 0 0.0 0.0
    DBWR make free requests 0 0.0 0.0
    DBWR summed scan depth 0 0.0 0.0
    DBWR transaction table writes 10 0.0 0.0
    DBWR undo block writes 238 0.2 0.1
    SQL*Net roundtrips to/from client 131,833 92.6 42.9
    active txn count during cleanout 130 0.1 0.0
    background checkpoints completed 0 0.0 0.0
    background checkpoints started 0 0.0 0.0
    background timeouts 2,161 1.5 0.7
    branch node splits 0 0.0 0.0
    buffer is not pinned count 3,147,925 2,210.6 1,024.1
    buffer is pinned count 638,155 448.1 207.6
    bytes received via SQL*Net from c 20,116,711 14,126.9 6,544.2
    bytes sent via SQL*Net to client 33,961,169 23,849.1 11,047.9
    calls to get snapshot scn: kcmgss 76,324 53.6 24.8
    calls to kcmgas 6,266 4.4 2.0
    calls to kcmgcs 110 0.1 0.0
    change write time 25 0.0 0.0
    cleanout - number of ktugct calls 145 0.1 0.1
    cleanouts and rollbacks - consist 0 0.0 0.0
    cleanouts only - consistent read 0 0.0 0.0
    cluster key scan block gets 1,361 1.0 0.4
    cluster key scans 1,146 0.8 0.4
    commit cleanout failures: buffer 0 0.0 0.0
    commit cleanout failures: callbac 3 0.0 0.0
    commit cleanout failures: cannot 0 0.0 0.0
    commit cleanouts 14,837 10.4 4.8
    commit cleanouts successfully com 14,834 10.4 4.8
    commit txn count during cleanout 106 0.1 0.0
    consistent changes 2,123 1.5 0.7
    consistent gets 3,336,864 2,343.3 1,085.5
    consistent gets - examination 197,061 138.4 64.1
    cursor authentications 71 0.1 0.0
    data blocks consistent reads - un 2,123 1.5 0.7
    db block changes 50,525 35.5 16.4
    db block gets 47,774 33.6 15.5
    deferred (CURRENT) block cleanout 7,940 5.6 2.6
    dirty buffers inspected 0 0.0 0.0
    enqueue conversions 29 0.0 0.0
    enqueue releases 14,210 10.0 4.6
    enqueue requests 14,210 10.0 4.6
    enqueue waits 0 0.0 0.0
    execute count 32,955 23.1 10.7
    free buffer inspected 16 0.0 0.0
    free buffer requested 140,283 98.5 45.6
    hot buffers moved to head of LRU 950 0.7 0.3
    immediate (CR) block cleanout app 0 0.0 0.0
    immediate (CURRENT) block cleanou 2,804 2.0 0.9
    Instance Activity Stats for DB: AHD Instance: ahd Snaps: 20 -21
    Statistic Total per Second per Trans
    index fast full scans (full) 157 0.1 0.1
    index fetch by key 70,378 49.4 22.9
    index scans kdiixs1 28,181 19.8 9.2
    leaf node 90-10 splits 10 0.0 0.0
    leaf node splits 76 0.1 0.0
    logons cumulative 11 0.0 0.0
    messages received 5,452 3.8 1.8
    messages sent 5,452 3.8 1.8
    no buffer to keep pinned count 0 0.0 0.0
    no work - consistent read gets 3,085,481 2,166.8 1,003.7
    opened cursors cumulative 4,561 3.2 1.5
    parse count (failures) 0 0.0 0.0
    parse count (hard) 412 0.3 0.1
    parse count (total) 28,484 20.0 9.3
    parse time cpu 426 0.3 0.1
    parse time elapsed 469 0.3 0.2
    physical reads 138,930 97.6 45.2
    physical reads direct 0 0.0 0.0
    physical writes 1,644 1.2 0.5
    physical writes direct 0 0.0 0.0
    physical writes non checkpoint 232 0.2 0.1
    pinned buffers inspected 7 0.0 0.0
    prefetched blocks 32,732 23.0 10.7
    process last non-idle time 12,884,949,552 9,048,419.6 4,191,590.6
    recursive calls 22,718 16.0 7.4
    recursive cpu usage 226 0.2 0.1
    redo blocks written 19,178 13.5 6.2
    redo buffer allocation retries 0 0.0 0.0
    redo entries 27,265 19.2 8.9
    redo log space requests 0 0.0 0.0
    redo log space wait time 0 0.0 0.0
    redo size 8,488,216 5,960.8 2,761.3
    redo synch time 74 0.1 0.0
    redo synch writes 3,078 2.2 1.0
    redo wastage 1,040,788 730.9 338.6
    redo write time 75 0.1 0.0
    redo writer latching time 0 0.0 0.0
    redo writes 5,216 3.7 1.7
    rollback changes - undo records a 6 0.0 0.0
    rollbacks only - consistent read 233 0.2 0.1
    rows fetched via callback 54,581 38.3 17.8
    session connect time 12,884,949,552 9,048,419.6 4,191,590.6
    session logical reads 3,384,638 2,376.9 1,101.1
    session pga memory max 6,168,536 4,331.8 2,006.7
    session uga memory 599,984 421.3 195.2
    session uga memory max 9,592,864 6,736.6 3,120.7
    shared hash latch upgrades - no w 27,737 19.5 9.0
    shared hash latch upgrades - wait 84 0.1 0.0
    sorts (disk) 0 0.0 0.0
    sorts (memory) 6,834 4.8 2.2
    sorts (rows) 3,229,994 2,268.3 1,050.8
    summed dirty queue length 0 0.0 0.0
    switch current to new buffer 990 0.7 0.3
    table fetch by rowid 474,673 333.3 154.4
    table fetch continued row 8 0.0 0.0
    table scan blocks gotten 2,751,375 1,932.2 895.1
    Instance Activity Stats for DB: AHD Instance: ahd Snaps: 20 -21
    Statistic Total per Second per Trans
    table scan rows gotten 55,928,200 39,275.4 18,194.0
    table scans (long tables) 245 0.2 0.1
    table scans (short tables) 3,383 2.4 1.1
    transaction rollbacks 3 0.0 0.0
    transaction tables consistent rea 0 0.0 0.0
    transaction tables consistent rea 0 0.0 0.0
    user calls 131,904 92.6 42.9
    user commits 3,074 2.2 1.0
    user rollbacks 0 0.0 0.0
    workarea executions - onepass 0 0.0 0.0
    workarea executions - optimal 8,438 5.9 2.7
    write clones created in backgroun 0 0.0 0.0
    write clones created in foregroun 0 0.0 0.0
    Tablespace IO Stats for DB: AHD Instance: ahd Snaps: 20 -21
    ->ordered by IOs (Reads + Writes) desc
    Tablespace
    Av Av Av Av Buffer Av Buf
    Reads Reads/s Rd(ms) Blks/Rd Writes Writes/s Waits Wt(ms)
    AHD1_DATA
    105,869 74 0.9 1.3 828 1 11,740 0.5
    AHD1_IDX
    38 0 7.4 1.0 563 0 0 0.0
    PERFSTAT
    372 0 3.6 1.0 0 0 0 0.0
    UNDOTBS1
    0 0 0.0 248 0 0 0.0
    SYSTEM
    6 0 6.7 1.0 5 0 0 0.0
    File IO Stats for DB: AHD Instance: ahd Snaps: 20 -21
    ->ordered by Tablespace, File
    Tablespace Filename
    Av Av Av Av Buffer Av Buf
    Reads Reads/s Rd(ms) Blks/Rd Writes Writes/s Waits Wt(ms)
    AHD1_DATA E:\ORACLE\ORADATA\AHD\AHD1_DATA.ORA
    53,454 38 0.9 1.3 432 0 5,949 0.5
    E:\ORACLE\ORADATA\AHD\AHD2_DATA.ORA
    52,415 37 0.9 1.3 396 0 5,791 0.5
    AHD1_IDX E:\ORACLE\ORADATA\AHD\AHD1_IDX.ORA
    38 0 7.4 1.0 563 0 0
    PERFSTAT E:\ORACLE\ORADATA\AHD\PERFSTAT.ORA
    372 0 3.6 1.0 0 0 0
    SYSTEM E:\ORACLE\ORADATA\AHD\SYSTEM01.DBF
    6 0 6.7 1.0 5 0 0
    UNDOTBS1 E:\ORACLE\ORADATA\AHD\UNDOTBS01.DBF
    0 0 248 0 0
    Buffer Pool Statistics for DB: AHD Instance: ahd Snaps: 20 -21
    -> Standard block size Pools D: default, K: keep, R: recycle
    -> Default Pools for other block sizes: 2k, 4k, 8k, 16k, 32k
    Free Write Buffer
    Number of Cache Buffer Physical Physical Buffer Complete Busy
    P Buffers Hit % Gets Reads Writes Waits Waits Waits
    D 82,082 97.8 6,327,007 138,971 1,644 0 0 11,760
    Instance Recovery Stats for DB: AHD Instance: ahd Snaps: 20 -21
    -> B: Begin snapshot, E: End snapshot
    Targt Estd Log File Log Ckpt Log Ckpt
    MTTR MTTR Recovery Actual Target Size Timeout Interval
    (s) (s) Estd IOs Redo Blks Redo Blks Redo Blks Redo Blks Redo Blks
    B 75 26 2354 18057 17632 184320 17632
    E 75 27 2967 23569 22952 184320 22952
    Buffer Pool Advisory for DB: AHD Instance: ahd End Snap: 21
    -> Only rows with estimated physical reads >0 are displayed
    -> ordered by Block Size, Buffers For Estimate
    Size for Size Buffers for Est Physical Estimated
    P Estimate (M) Factr Estimate Read Factor Physical Reads
    D 64 .1 8,008 261.38 4,357,231,706
    D 128 .2 16,016 207.44 3,458,029,385
    D 192 .3 24,024 143.22 2,387,570,894
    D 256 .4 32,032 2.29 38,243,018
    D 320 .5 40,040 1.89 31,541,321
    D 384 .6 48,048 1.74 29,023,767
    D 448 .7 56,056 1.69 28,232,064
    D 512 .8 64,064 1.20 19,951,481
    D 576 .9 72,072 1.11 18,529,925
    D 640 1.0 80,080 1.04 17,367,752
    D 656 1.0 82,082 1.00 16,670,129
    D 704 1.1 88,088 0.97 16,124,256
    D 768 1.2 96,096 0.91 15,155,822
    D 832 1.3 104,104 0.90 15,055,099
    D 896 1.4 112,112 0.89 14,839,567
    D 960 1.5 120,120 0.88 14,668,682
    D 1,024 1.6 128,128 0.87 14,479,726
    D 1,088 1.7 136,136 0.84 13,988,866
    D 1,152 1.8 144,144 0.70 11,723,518
    D 1,216 1.9 152,152 0.61 10,156,857
    D 1,280 2.0 160,160 0.20 3,281,883
    Buffer wait Statistics for DB: AHD Instance: ahd Snaps: 20 -21
    -> ordered by wait time desc, waits desc
    Tot Wait Avg
    Class Waits Time (s) Time (ms)
    data block 11,754 6 0
    PGA Aggr Target Stats for DB: AHD Instance: ahd Snaps: 20 -21
    -> B: Begin snap E: End snap (rows dentified with B or E contain data
    which is absolute i.e. not diffed over the interval)
    -> PGA cache hit % - percentage of W/A (WorkArea) data processed only in-memory
    -> Auto PGA Target - actual workarea memory target
    -> W/A PGA Used - amount of memory used for all Workareas (manual + auto)
    -> %PGA W/A Mem - percentage of PGA memory allocated to workareas
    -> %Auto W/A Mem - percentage of workarea memory controlled by Auto Mem Mgmt
    -> %Man W/A Mem - percentage of workarea memory under manual control
    PGA Cache Hit % W/A MB Processed Extra W/A MB Read/Written
    100.0 1,169 0
    %PGA %Auto %Man
    PGA Aggr Auto PGA PGA Mem W/A PGA W/A W/A W/A Global Mem
    Target(M) Target(M) Alloc(M) Used(M) Mem Mem Mem Bound(K)
    B 350 293 37.6 0.0 .0 .0 .0 17,920
    E 350 293 37.5 0.2 .6 100.0 .0 17,920
    PGA Aggr Target Histogram for DB: AHD Instance: ahd Snaps: 20 -21
    -> Optimal Executions are purely in-memory operations
    Low High
    Optimal Optimal Total Execs Optimal Execs 1-Pass Execs M-Pass Execs
    8K 16K 6,809 6,809 0 0
    16K 32K 148 148 0 0
    32K 64K 90 90 0 0
    64K 128K 154 154 0 0
    128K 256K 73 73 0 0
    256K 512K 308 308 0 0
    512K 1024K 374 374 0 0
    1M 2M 171 171 0 0
    2M 4M 217 217 0 0
    4M 8M 10 10 0 0
    PGA Memory Advisory for DB: AHD Instance: ahd End Snap: 21
    -> When using Auto Memory Mgmt, minimally choose a pga_aggregate_target value
    where Estd PGA Overalloc Count is 0
    Estd Extra Estd PGA Estd PGA
    PGA Target Size W/A MB W/A MB Read/ Cache Overalloc
    Est (MB) Factr Processed Written to Disk Hit % Count
    44 0.1 180,060.5 42,218.7 81.0 4
    88 0.3 180,060.5 23,194.7 89.0 0
    175 0.5 180,060.5 9,436.8 95.0 0
    263 0.8 180,060.5 9,356.7 95.0 0
    350 1.0 180,060.5 9,274.8 95.0 0
    420 1.2 180,060.5 9,169.9 95.0 0
    490 1.4 180,060.5 9,148.0 95.0 0
    560 1.6 180,060.5 9,148.0 95.0 0
    630 1.8 180,060.5 9,148.0 95.0 0
    700 2.0 180,060.5 9,148.0 95.0 0
    1,050 3.0 180,060.5 9,148.0 95.0 0
    1,400 4.0 180,060.5 9,148.0 95.0 0
    2,100 6.0 180,060.5 3,983.3 98.0 0
    2,800 8.0 180,060.5 3,983.3 98.0 0
    Rollback Segment Stats for DB: AHD Instance: ahd Snaps: 20 -21
    ->A high value for "Pct Waits" suggests more rollback segments may be required
    ->RBS stats may not be accurate between begin and end snaps when using Auto Undo
    managment, as RBS may be dynamically created and dropped as needed
    Trans Table Pct Undo Bytes
    RBS No Gets Waits Written Wraps Shrinks Extends
    0 29.0 0.00 0 0 0 0
    1 975.0 0.00 122,796 0 0 0
    2 1,244.0 0.00 1,094,706 10 0 5
    3 816.0 0.00 118,596 0 0 0
    4 1,430.0 0.00 212,754 2 0 0
    5 1,716.0 0.00 291,940 2 0 0
    6 1,287.0 0.00 197,900 0 0 0
    7 1,674.0 0.00 279,160 0 0 0
    8 1,031.0 0.00 148,216 0 0 0
    9 947.0 0.00 141,870 0 0 0
    10 834.0 0.00 117,422 0 0 0
    Rollback Segment Storage for DB: AHD Instance: ahd Snaps: 20 -21
    ->Optimal Size should be larger than Avg Active
    RBS No Segment Size Avg Active Optimal Size Maximum Size
    0 385,024 0 385,024
    1 2,220,032 455,412 2,220,032
    2 2,088,960 333,026 2,220,032
    3 2,220,032 456,101 2,220,032
    4 2,220,032 474,584 3,268,608
    5 2,220,032 480,865 3,268,608
    6 2,220,032 513,967 3,268,608
    7 2,220,032 480,785 2,220,032
    8 2,220,032 496,182 2,220,032
    9 2,220,032 486,763 2,220,032
    10 2,220,032 430,016 6,414,336
    Undo Segment Summary for DB: AHD Instance: ahd Snaps: 20 -21
    -> Undo segment block stats:
    -> uS - unexpired Stolen, uR - unexpired Released, uU - unexpired reUsed
    -> eS - expired Stolen, eR - expired Released, eU - expired reUsed
    Undo Undo Num Max Qry Max Tx Snapshot Out of uS/uR/uU/
    TS# Blocks Trans Len (s) Concurcy Too Old Space eS/eR/eU
    1 395 2,900,725 5 1 0 0 0/0/0/0/0/0
    Undo Segment Stats for DB: AHD Instance: ahd Snaps: 20 -21
    -> ordered by Time desc
    Undo Num Max Qry Max Tx Snap Out of uS/uR/uU/
    End Time Blocks Trans Len (s) Concy Too Old Space eS/eR/eU
    13-Feb 15:04 96 ######## 4 1 0 0 0/0/0/0/0/0
    13-Feb 14:54 299 ######## 5 1 0 0 0/0/0/0/0/0
    Latch Activity for DB: AHD Instance: ahd Snaps: 20 -21
    ->"Get Requests", "Pct Get Miss" and "Avg Slps/Miss" are statistics for
    willing-to-wait latch get requests
    ->"NoWait Requests", "Pct NoWait Miss" are for no-wait latch get requests
    ->"Pct Misses" for both should be very close to 0.0
    Pct Avg Wait Pct
    Get Get Slps Time NoWait NoWait
    Latch Requests Miss /Miss (s) Requests Miss
    Consistent RBA 5,216 0.0 0 0
    FOB s.o list latch 34 0.0 0 0
    SQL memory manager latch 1 0.0 0 462 0.0
    SQL memory manager worka 40,347 0.0 0 0
    active checkpoint queue 1,261 0.0 0 0
    archive control 163 0.0 0 0
    archive process latch 29 0.0 0 0
    cache buffer handles 378 0.0 0 0
    cache buffers chains 6,836,244 0.4 0.0 0 266,617 0.0
    cache buffers lru chain 244,157 0.0 0.0 0 140,432 0.0
    channel handle pool latc 21 0.0 0 0
    channel operations paren 960 0.0 0 0
    checkpoint queue latch 86,982 0.0 0 2,337 0.0
    child cursor hash table 6,464 0.0 0.0 0 0
    dml lock allocation 15,005 0.0 0 0
    dummy allocation 21 0.0 0 0
    enqueue hash chains 28,447 0.0 0 0
    enqueues 8,689 0.0 0 0
    event group latch 11 0.0 0 0
    file number translation 4,079 0.0 0 0
    hash table column usage 38 0.0 0 187,596 0.0
    hash table modification 1 0.0 0 0
    job_queue_processes para 23 0.0 0 0
    ktm global data 4 0.0 0 0
    kwqit: protect wakeup ti 45 0.0 0 0
    lgwr LWN SCN 5,328 0.4 0.0 0 0
    library cache 342,865 0.2 0.0 0 342 0.6
    library cache load lock 452 0.0 0 0
    library cache pin 197,662 0.0 0.0 0 0
    library cache pin alloca 124,035 0.0 0.0 0 0
    list of block allocation 55 0.0 0 0
    messages 30,779 0.0 0.0 0 0
    mostly latch-free SCN 5,459 1.8 0.0 0 0
    multiblock read objects 194,822 0.0 0.0 0 0
    ncodef allocation latch 23 0.0 0 0
    object stats modificatio 618 0.0 0 0
    post/wait queue 10,441 0.0 0 3,078 0.0
    process allocation 11 0.0 0 11 0.0
    process group creation 21 0.0 0 0
    redo allocation 37,773 0.0 0.0 0 0
    redo copy 0 0 27,274 0.0
    redo writing 17,880 0.0 0 0
    row cache enqueue latch 169,423 0.0 0.0 0 0
    row cache objects 169,795 0.0 0 3 0.0
    sequence cache 38 0.0 0 0
    session allocation 15,580 0.0 0 0
    session idle bit 269,419 0.0 0.0 0 0
    session switching 23 0.0 0 0
    session timer 478 0.0 0 0
    shared pool 104,427 0.1 0.0 0 0
    Latch Activity for DB: AHD Instance: ahd Snaps: 20 -21
    ->"Get Requests", "Pct Get Miss" and "Avg Slps/Miss" are statistics for
    willing-to-wait latch get requests
    ->"NoWait Requests", "Pct NoWait Miss" are for no-wait latch get requests
    ->"Pct Misses" for both should be very close to 0.0
    Pct Avg Wait Pct
    Get Get Slps Time NoWait NoWait
    Latch Requests Miss /Miss (s) Requests Miss
    sim partition latch 0 0 32 0.0
    simulator hash latch 217,119 0.0 0.0 0 0
    simulator lru latch 16,247 0.0 0 902 0.4
    sort extent pool 29 0.0 0 0
    transaction allocation 36 0.0 0 0
    transaction branch alloc 23 0.0 0 0
    undo global data 19,973 0.0 0 0
    user lock 42 0.0 0 0
    Latch Sleep breakdown for DB: AHD Instance: ahd Snaps: 20 -21
    -> ordered by misses desc
    Get Spin &
    Latch Name Requests Misses Sleeps Sleeps 1->4
    cache buffers chains 6,836,244 26,201 46 0/0/0/0/0
    library cache 342,865 778 5 773/5/0/0/0
    shared pool 104,427 125 3 122/3/0/0/0
    Latch Miss Sources for DB: AHD Instance: ahd Snaps: 20 -21
    -> only latches with sleeps are shown
    -> ordered by name, sleeps desc
    NoWait Waiter
    Latch Name Where Misses Sleeps Sleeps
    cache buffers chains kcbgtcr: kslbegin excl 0 32 30
    cache buffers chains kcbrls: kslbegin 0 7 13
    cache buffers chains kcbzwb 0 4 3
    cache buffers chains kcbgtcr: fast path 0 3 0
    library cache kglic 0 2 0
    library cache kglobpn: child: 0 2 0
    library cache kgllkdl: child: cleanup 0 1 0
    shared pool kghalo 0 2 0
    shared pool kghalp 0 1 0
    Child Latch Statistics DB: AHD Instance: ahd Snaps: 20 -21
    -> only latches with sleeps/gets > 1/100000 are shown
    -> ordered by name, gets desc
    Child Get Spin &
    Latch Name Num Requests Misses Sleeps Sleeps 1->4
    cache buffers chains 439 28,269 1,276 1 0/0/0/0/0
    cache buffers chains 269 26,297 842 1 0/0/0/0/0
    cache buffers chains 1010 17,482 49 2 0/0/0/0/0
    cache buffers chains 260 11,141 20 1 0/0/0/0/0
    cache buffers chains 324 9,454 29 1 0/0/0/0/0
    cache buffers chains 840 7,235 20 1 0/0/0/0/0
    cache buffers chains 46 6,868 25 1 0/0/0/0/0
    cache buffers chains 835 6,799 26 2 0/0/0/0/0
    cache buffers chains 202 6,768 17 1 0/0/0/0/0
    cache buffers chains 740 6,573 38 2 0/0/0/0/0
    cache buffers chains 592 6,508 30 1 0/0/0/0/0
    cache buffers chains 436 6,485 25 2 0/0/0/0/0
    cache buffers chains 513 6,443 16 1 0/0/0/0/0
    cache buffers chains 844 6,436 28 1 0/0/0/0/0
    cache buffers chains 117 6,423 25 1 0/0/0/0/0
    cache buffers chains 389 6,381 25 1 0/0/0/0/0
    cache buffers chains 116 6,349 29 1 0/0/0/0/0
    cache buffers chains 51 6,340 34 1 0/0/0/0/0
    cache buffers chains 914 6,259 31 1 0/0/0/0/0
    cache buffers chains 713 6,249 24 1 0/0/0/0/0
    cache buffers chains 465 6,198 27 2 0/0/0/0/0
    cache buffers chains 416 6,193 27 1 0/0/0/0/0
    cache buffers chains 432 6,155 34 1 0/0/0/0/0
    cache buffers chains 583 6,152 23 2 0/0/0/0/0
    cache buffers chains 126 6,147 35 1 0/0/0/0/0
    cache buffers chains 879 6,043 21 1 0/0/0/0/0
    cache buffers chains 110 6,010 25 1 0/0/0/0/0
    cache buffers chains 138 6,010 25 1 0/0/0/0/0
    cache buffers chains 472 6,002 31 1 0/0/0/0/0
    cache buffers chains 908 5,964 20 1 0/0/0/0/0
    cache buffers chains 860 5,950 23 1 0/0/0/0/0
    cache buffers chains 71 5,945 29 3 0/0/0/0/0
    cache buffers chains 20 5,780 28 1 0/0/0/0/0
    cache buffers chains 932 5,759 25 1 0/0/0/0/0
    cache buffers chains 866 5,610 22 1 0/0/0/0/0
    cache buffers chains 989 5,454 34 2 0/0/0/0/0
    cache buffers chains 1005 5,434 40 1 0/0/0/0/0
    library cache 6 47,067 52 3 49/3/0/0/0
    shared pool 1 99,771 124 3 121/3/0/0/0
    Top 5 Logical Reads per Segment for DB: AHD Instance: ahd Snaps: 20 -21
    -> End Segment Logical Reads Threshold: 10000
    Subobject Obj. Logical
    Owner Tablespace Object Name Name Type Reads %Total
    AHD AHD1_DATA CALL_REQ TABLE 1,714,928 51.19
    AHD AHD1_DATA CTCT TABLE 1,169,360 34.90
    AHD AHD1_IDX SYS_C003707 INDEX 89,152 2.66
    AHD AHD1_DATA CNOTE TABLE 66,272 1.98
    AHD AHD1_IDX CALL_REQ_X5 INDEX 61,360 1.83
    Top 5 Physical Reads per Segment for DB: AHD Instance: ahd Snaps: 20 -21
    -> End Segment Physical Reads Threshold: 1000
    Subobject Obj. Physical
    Owner Tablespace Object Name Name Type Reads %Total
    AHD AHD1_DATA CALL_REQ TABLE 132,989 95.95
    AHD AHD1_DATA CTCT TABLE 5,325 3.84
    AHD AHD1_DATA CI_AUDIT_TRAILS_GU_I INDEX 43 .03
    AHD AHD1_DATA ACT_LOG TABLE 38 .03
    AHD AHD1_DATA CI_EXT_CALLS_GUID INDEX 36 .03
    Top 5 Buf. Busy Waits per Segment for DB: AHD Instance: ahd Snaps: 20 -21
    -> End Segment Buffer Busy Waits Threshold: 100
    Buffer
    Subobject Obj. Busy
    Owner Tablespace Object Name Name Type Waits %Total
    AHD AHD1_DATA CALL_REQ TABLE 11,751 99.95
    AHD AHD1_DATA CTCT TABLE 6 .05
    Dictionary Cache Stats for DB: AHD Instance: ahd Snaps: 20 -21
    ->"Pct Misses" should be very low (< 2% in most cases)
    ->"Cache Usage" is the number of cache entries being used
    ->"Pct SGA" is the ratio of usage to allocated size for that cache
    Get Pct Scan Pct Mod Final
    Cache Requests Miss Reqs Miss Reqs Usage
    dc_files 30 0.0 0 0 15
    dc_histogram_defs 3,022 3.9 0 0 1,919
    dc_object_ids 22,961 0.1 0 0 1,181
    dc_objects 1,092 9.2 0 0 1,026
    dc_profiles 11 0.0 0 0 1
    dc_rollback_segments 168 0.0 0 0 22
    dc_segments 5,519 0.1 0 0 1,334
    dc_sequences 1 0.0 0 1 2
    dc_tablespace_quotas 3 0.0 0 3 2
    dc_tablespaces 25,902 0.0 0 0 16
    dc_user_grants 127 0.0 0 0 22
    dc_usernames 110 0.0 0 0 18
    dc_users 26,077 0.0 0 0 30
    Library Cache Activity for DB: AHD Instance: ahd Snaps: 20 -21
    ->"Pct Misses" should be very low
    Get Pct Pin Pct Invali-
    Namespace Requests Miss Requests Miss Reloads dations
    CLUSTER 19 0.0 16 0.0 0 0
    INDEX 315 0.0 315 0.0 0 0
    SQL AREA 27,908 0.0 94,300 0.5 38 0
    TABLE/PROCEDURE 3,793 2.6 6,017 6.5 55 0
    TRIGGER 20 0.0 20 0.0 0 0
    Shared Pool Advisory for DB: AHD Instance: ahd End Snap: 21
    -> Note there is often a 1:Many correlation between a single logical object
    in the Library Cache, and the physical number of memory objects associated
    with it. Therefore comparing the number of Lib Cache objects (e.g. in
    v$librarycache), with the number of Lib Cache Memory Objects is invalid
    Estd
    Shared Pool SP Estd Estd Estd Lib LC Time
    Size for Size Lib Cache Lib Cache Cache Time Saved Estd Lib Cache
    Estim (M) Factr Size (M) Mem Obj Saved (s) Factr Mem Obj Hits
    88 .6 81 11,169 59,229 1.0 6,202,663
    104 .7 96 13,308 59,237 1.0 6,207,373
    120 .8 112 15,603 59,277 1.0 6,228,405
    136 .9 127 18,086 59,348 1.0 6,265,370
    152 1.0 142 19,501 59,379 1.0 6,295,279
    168 1.1 157 21,035 59,426 1.0 6,314,861
    184 1.2 172 22,038 59,455 1.0 6,325,903
    200 1.3 187 23,807 59,459 1.0 6,328,446
    216 1.4 202 25,911 59,460 1.0 6,329,386
    232 1.5 217 28,194 59,461 1.0 6,330,245
    248 1.6 232 29,884 59,462 1.0 6,330,914
    264 1.7 248 31,127 59,462 1.0 6,331,222
    280 1.8 263 32,878 59,463 1.0 6,331,563
    296 1.9 278 34,121 59,463 1.0 6,331,898
    312 2.1 295 36,139 59,463 1.0 6,332,102
    SGA Memory Summary for DB: AHD Instance: ahd Snaps: 20 -21
    SGA regions Size in Bytes
    Database Buffers 687,865,856
    Fixed Size 455,196
    Redo Buffers 929,792
    Variable Size 293,601,280
    sum 982,852,124
    SGA breakdown difference for DB: AHD Instance: ahd Snaps: 20 -21
    Pool Name Begin value End value % Diff
    java free memory 75,497,472 75,497,472 0.00
    large free memory 41,943,040 41,943,040 0.00
    shared 1M buffer 2,098,176 2,098,176 0.00
    shared Checkpoint queue 846,912 846,912 0.00
    shared FileOpenBlock 695,504 695,504 0.00
    shared KGK heap 3,756 3,756 0.00
    shared KGLS heap 1,230,944 1,438,740 16.88
    shared KQR L PO 2,064 2,064 0.00
    shared KQR M PO 2,480,924 2,514,220 1.34
    shared KQR S PO 383,036 383,036 0.00
    shared KQR S SO 5,636 5,636 0.00
    shared KSXR pending messages que 841,036 841,036 0.00
    shared KSXR receive buffers 1,033,000 1,033,000 0.00
    shared MTTR advisory 97,412 97,412 0.00
    shared PL/SQL DIANA 624,112 624,112 0.00
    shared PL/SQL MPCODE 422,640 422,640 0.00
    shared PLS non-lib hp 2,068 2,068 0.00
    shared character set object 323,724 323,724 0.00
    shared dictionary cache 1,610,880 1,610,880 0.00
    shared errors 35,964 35,964 0.00
    shared event statistics per sess 1,718,360 1,718,360 0.00
    shared fixed allocation callback 300 300 0.00
    shared free memory 26,982,004 26,841,956 -0.52
    shared joxs heap init 4,220 4,220 0.00
    shared kgl simulator 3,980,240 3,996,976 0.42
    shared library cache 54,425,164 53,999,624 -0.78
    shared message pool freequeue 834,752 834,752 0.00
    shared miscellaneous 8,126,704 8,177,516 0.63
    shared parameters 1,632 1,632 0.00
    shared sessions 410,720 410,720 0.00
    shared sim memory hea 377,656 377,656 0.00
    shared sql area 66,513,080 66,768,476 0.38
    shared subheap 45,216 45,216 0.00
    shared table definiti 1,200 2,752 129.33
    shared trigger defini 340 340 0.00
    shared trigger inform 1,292 1,292 0.00
    shared trigger source 100 100 0.00
    buffer_cache 687,865,856 687,865,856 0.00
    fixed_sga 455,196 455,196 0.00
    log_buffer 918,528 918,528 0.00
    init.ora Parameters for DB: AHD Instance: ahd Snaps: 20 -21
    End value
    Parameter Name Begin value (if different)
    aq_tm_processes 1
    background_dump_dest E:\oracle\admin\ahd\bdump
    compatible 9.2.0.0.0
    control_files E:\oracle\oradata\ahd\CONTROL01.C
    core_dump_dest E:\oracle\admin\ahd\cdump
    cursor_sharing SIMILAR
    db_block_size 8192
    db_cache_size 687865856
    db_domain
    db_file_multiblock_read_count 8
    db_name ahd
    db_writer_processes 2
    dispatchers (PROTOCOL=TCP) (SERVICE=ahdXDB)
    fast_start_mttr_target 300
    hash_join_enabled TRUE
    instance_name ahd
    java_pool_size 75497472
    job_queue_processes 10
    large_pool_size 41943040
    log_archive_dest_1 location=c:\archive
    log_archive_format arc%d_%t_%s.arc
    log_archive_start TRUE
    open_cursors 300
    pga_aggregate_target 367001600
    processes 150
    query_rewrite_enabled FALSE
    remote_login_passwordfile EXCLUSIVE
    shared_pool_size 159383552
    sort_area_size 10485760
    star_transformation_enabled FALSE
    timed_statistics TRUE
    undo_management AUTO
    undo_retention 3600
    undo_tablespace UNDOTBS1
    user_dump_dest E:\oracle\admin\ahd\udump
    End of Report

    I am getting buffer busy waits on some tables.
    Users are not experiencing any problem.Looks like you got bit by the CTD troll while sleeping.
    Note also that (if I'm reading the report alright) out of 23 mins you have 6 seconds accounted to buffer busy waits.
    Read the sample chapter here.

  • Remove space after text in table?

    Hello!
    I am hoping that someone can help me out with this issue. Basically I want the extra space in each row or the tabel to be gone. I cant seem to sort out how.
    Any ideas?
    http://www.glennbartley.com/photoworkshops/home.htm
    Thank you very much!
    Glenn
    CODE:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <meta name="verify-v1" content="KlxWeqA4VpyVuSC1GrV7bdzvgvpOjVtDQS/cjguScTg=" />
    <title>Bird Photography Workshops - Glenn Bartley Nature Photography</title>
    <meta name="description" content="Bird Photography Workshops and Nature Photography Workshops from Canada, Ecuador, Costa Rica and around the world focusing on birds">
    <meta name="keywords" content="Nature Photography Workshops, Bird Photography Workshops, Glenn Bartley, Canada, Ecuador, Costa Rica, birds, Bird photography tours, digital photography, photographic workshops, photographer, photographers, bird photo workshops, nature photography classes, bird photographs, bird photos, birds, photos, workshops, workshop, nature, Hummingbirds">
    <meta name="Classification" content="Nature Photography, Bird Photography, Wildlife Photography, Landscape Photography,Digital Photography.">
    <meta name="author/photographer" content="Glenn Bartley">
    <meta name="ROBOTS" content="index,follow">
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <script language="JavaScript" type="text/JavaScript">
    <!--
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    //-->
    </script>
    <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
    <style type="text/css">
    <!--
    .style29 {
              font-weight: bold;
              font-family: Arial, Helvetica, sans-serif;
              font-size: small;
              color: #000000;
    .style36 {
              font-size: small;
              color: #000000;
              font-family: Arial, Helvetica, sans-serif;
    .style37 {
              color: #000000;
              font-size: small;
    .style38 {
              font-size: x-large;
              color: #CCCCCC;
              font-family: Arial, Helvetica, sans-serif;
    .style40 {
              font-family: Arial, Helvetica, sans-serif;
              font-weight: bold;
              color: #333333;
    .style45 {font-family: Arial, Helvetica, sans-serif}
    .style46 {font-family: Arial, Helvetica, sans-serif; font-size: small; }
    .style47 {
              color: #006600;
              font-size: 28px;
              font-family: Arial, Helvetica, sans-serif;
    a:link {
              text-decoration: none;
              color: #000000;
    a:visited {
              text-decoration: none;
              color: #000000;
    a:hover {
              text-decoration: underline;
              color: #000000;
    a:active {
              text-decoration: none;
              color: #000000;
    .style48 {color: #000000}
    .style49 {font-size: small}
    .style66 {
              font-family: Arial, Helvetica, sans-serif;
              font-weight: bold;
              color: #000000;
    .style67 {
              font-family: Arial, Helvetica, sans-serif;
              color: #FF0000;
    .style76 {
              color: #FF0000;
              font-family: Arial, Helvetica, sans-serif;
              font-size: 24px;
    .style79 {font-family: Arial, Helvetica, sans-serif; font-size: 16px; }
    .style80 {
              color: #0000FF
    .style85 {color: #0000FF}
    .style86 {font-size: 9px}
    .style87 {
              color: #006600;
              font-weight: bold;
    .style79 li strong {
              color: #006600;
    .GreenLarge {
              color: #006600;
    .style76 p .GreenLarge font {
              font-weight: bold;
    .style79 li strong .style80 {
              color: #0000FF;
    -->
    </style>
    </head>
    <p align="right"><font size="-2" face="Arial, Helvetica, sans-serif">
    <script language="JavaScript"><!--
    function makeArray() {
         for (i = 0; i<makeArray.arguments.length; i++)
              this[i + 1] = makeArray.arguments[i];
    var months = new makeArray('January','February','March',
        'April','May','June','July','August','September',
        'October','November','December');
    var date = new Date();
    var day  = date.getDate();
    var month = date.getMonth() + 1;
    var yy = date.getYear();
    var year = (yy < 1000) ? yy + 1900 : yy;
    document.write(day + " " + months[month] + " " + year);
    //--></script>
    <body bgcolor="#FFFFFF" text="#000000">
    <table width="100%" height="63" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td bordercolor="#FFFFFF" bgcolor="#FFFFFF"><div align="center"><img src="Text/GlennBartleysBirdPhotoWorkshops.jpg" width="980" height="110"></div></td>
      </tr>
    </table>
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td height="10" bordercolor="#FFFFFF" bgcolor="#CCCCCC"><img src="Text/Spacer - gray 10px.jpg" width="250" height="10"></td>
      </tr>
    </table>
    <table width="1000" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td><div align="center"><img src="Text/Spacer - white 10px.jpg" width="250" height="10"></div></td>
      </tr>
    </table>
    <table width="1000" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td><a href="home.htm"><img src="Text/Home button-red.jpg" width="200" height="25" border="0"></a><a href="whoweare.htm"><img src="Text/Who we are button.jpg" width="200" height="25" border="0"></a><a href="photoworkshops.htm"><img src="Text/Photo Workshops button.jpg" width="200" height="25" border="0"></a><a href="portfolio.htm"><img src="Text/Portfolio button.jpg" width="200" height="25" border="0"></a><a href="contact.htm"><img src="Text/Contact button.jpg" width="200" height="25" border="0"></a></td>
      </tr>
    </table>
    <table width="1000" height="492" border="0" align="center" cellpadding="4">
      <tr>
        <td height="18" nowrap bordercolor="#FFFFFF" bgcolor="#FFFFFF"> </td>
        <td width="601" rowspan="8" bordercolor="#FFFFFF" bgcolor="#FFFFFF"><img src="Text/Spacer - white 10px.jpg" width="250" height="25">
          <script type="text/javascript">
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','600','height','400','hspace','0','vspace','0','align','middle','src','Images/Index slideshow/Slideshow','quality','high','flashvars','flashlet={imageLinkTarget:\'_blank\',c aptionFont:\'Verdana\',titleFont:\'Verdana\',showControls:false,frameShow:false,slideDelay :4,captionSize:10,captionColor:#333333,titleSize:10,transitionsType:\'Iris\',titleColor:#3 33333,slideAutoPlay:true,slideLoop:true,frameThickness:5,frameColor:#000000,bgColor:#FFFFF F,imageCaptions:[],imageURLs:[\'Images/Index slideshow/Andean Cock-of-the-Rock - 01.jpg\',\'Images/Index slideshow/Pacific Loon - 28.jpg\',\'Images/Index slideshow/American Golden Plover - 10.jpg\',\'Images/Index slideshow/Black-crested Coquette - 11.jpg\',\'Images/Index slideshow/Orange-eared Tanager - 02.jpg\',\'Images/Index slideshow/Common Eider - 22.jpg\',\'Images/Index slideshow/Fasciated Tiger-Heron - 01.jpg\',\'Images/Index slideshow/Red-necked Tanager - 01.jpg\',\'Images/Index slideshow/Mealy Amazon Parrot - 02.jpg\',\'Images/Index slideshow/Northern Waterthrush - 11.jpg\',\'Images/Index slideshow/Purple-crowned Fairy - 03.jpg\',\'Images/Index slideshow/Red-billed Tropicbird - 02.jpg\',\'Images/Index slideshow/Red-eyed Tree Frog - 01.jpg\',\'Images/Index slideshow/Ruby Topaz - 01.jpg\',\'Images/Index slideshow/Snowcap - 14.jpg\',\'Images/Index slideshow/Tufted Coquette - 01.jpg\',\'Images/Index slideshow/Varied Thrush - 15.jpg\',\'Images/Index slideshow/Violet Sabrewings - 07.jpg\',\'Images/Index slideshow/Whimbrel - 17.jpg\',\'Images/Index slideshow/Common Loon - 19.jpg\',\'Images/Index slideshow/Horned Grebe - 14.jpg\',\'Images/Index slideshow/Willow Ptarmigan - 01.jpg\',\'Images/Index slideshow/Cape May Warbler - 05.jpg\',\'Images/Index slideshow/Bartley - 01.jpg\',\'Images/Index slideshow/Bartley - 06.jpg\'],imageLinks:[\'http://www.glennbartley.com/photoworkshops/photoworkshops.htm\']}','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','flas h_component','ImageViewer.swc','movie','Images/Index slideshow/Slideshow' ); //end AC code
    </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="600" height="400" hspace="0" vspace="0" align="middle">
      <param name="flash_component" value="ImageViewer.swc">
      <param name="movie" value="Images/Index slideshow/Slideshow.swf">
      <param name="quality" value="high">
      <param name="FlashVars" value="flashlet={imageLinkTarget:'_blank',captionFont:'Verdana',titleFont:'Verdana',showC ontrols:false,frameShow:false,slideDelay:4,captionSize:10,captionColor:#333333,titleSize:1 0,transitionsType:'Iris',titleColor:#333333,slideAutoPlay:true,slideLoop:true,frameThickne ss:5,frameColor:#000000,bgColor:#FFFFFF,imageCaptions:[],imageURLs:['Images/Index slideshow/Andean Cock-of-the-Rock - 01.jpg','Images/Index slideshow/Pacific Loon - 28.jpg','Images/Index slideshow/American Golden Plover - 10.jpg','Images/Index slideshow/Black-crested Coquette - 11.jpg','Images/Index slideshow/Orange-eared Tanager - 02.jpg','Images/Index slideshow/Common Eider - 22.jpg','Images/Index slideshow/Fasciated Tiger-Heron - 01.jpg','Images/Index slideshow/Red-necked Tanager - 01.jpg','Images/Index slideshow/Mealy Amazon Parrot - 02.jpg','Images/Index slideshow/Northern Waterthrush - 11.jpg','Images/Index slideshow/Purple-crowned Fairy - 03.jpg','Images/Index slideshow/Red-billed Tropicbird - 02.jpg','Images/Index slideshow/Red-eyed Tree Frog - 01.jpg','Images/Index slideshow/Ruby Topaz - 01.jpg','Images/Index slideshow/Snowcap - 14.jpg','Images/Index slideshow/Tufted Coquette - 01.jpg','Images/Index slideshow/Varied Thrush - 15.jpg','Images/Index slideshow/Violet Sabrewings - 07.jpg','Images/Index slideshow/Whimbrel - 17.jpg','Images/Index slideshow/Common Loon - 19.jpg','Images/Index slideshow/Horned Grebe - 14.jpg','Images/Index slideshow/Willow Ptarmigan - 01.jpg','Images/Index slideshow/Cape May Warbler - 05.jpg','Images/Index slideshow/Bartley - 01.jpg','Images/Index slideshow/Bartley - 06.jpg'],imageLinks:['http://www.glennbartley.com/photoworkshops/photoworkshops.htm']}">
      <embed src="Images/Index slideshow/Slideshow.swf" width="600" height="400" hspace="0" vspace="0" align="middle" quality="high" flashvars="flashlet={imageLinkTarget:'_blank',captionFont:'Verdana',titleFont:'Verdana',s howControls:false,frameShow:false,slideDelay:4,captionSize:10,captionColor:#333333,titleSi ze:10,transitionsType:'Iris',titleColor:#333333,slideAutoPlay:true,slideLoop:true,frameThi ckness:5,frameColor:#000000,bgColor:#FFFFFF,imageCaptions:[],imageURLs:['Images/Index slideshow/Andean Cock-of-the-Rock - 01.jpg','Images/Index slideshow/Pacific Loon - 28.jpg','Images/Index slideshow/American Golden Plover - 10.jpg','Images/Index slideshow/Black-crested Coquette - 11.jpg','Images/Index slideshow/Orange-eared Tanager - 02.jpg','Images/Index slideshow/Common Eider - 22.jpg','Images/Index slideshow/Fasciated Tiger-Heron - 01.jpg','Images/Index slideshow/Red-necked Tanager - 01.jpg','Images/Index slideshow/Mealy Amazon Parrot - 02.jpg','Images/Index slideshow/Northern Waterthrush - 11.jpg','Images/Index slideshow/Purple-crowned Fairy - 03.jpg','Images/Index slideshow/Red-billed Tropicbird - 02.jpg','Images/Index slideshow/Red-eyed Tree Frog - 01.jpg','Images/Index slideshow/Ruby Topaz - 01.jpg','Images/Index slideshow/Snowcap - 14.jpg','Images/Index slideshow/Tufted Coquette - 01.jpg','Images/Index slideshow/Varied Thrush - 15.jpg','Images/Index slideshow/Violet Sabrewings - 07.jpg','Images/Index slideshow/Whimbrel - 17.jpg','Images/Index slideshow/Common Loon - 19.jpg','Images/Index slideshow/Horned Grebe - 14.jpg','Images/Index slideshow/Willow Ptarmigan - 01.jpg','Images/Index slideshow/Cape May Warbler - 05.jpg','Images/Index slideshow/Bartley - 01.jpg','Images/Index slideshow/Bartley - 06.jpg'],imageLinks:['http://www.glennbartley.com/photoworkshops/photoworkshops.htm']}" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" flash_component="ImageViewer.swc"> </embed>
      </object>
      </noscript></td>
      </tr>
      <tr>
        <td width="393" align="center" valign="middle" bordercolor="#FFFFFF" bgcolor="#999999"><p align="center" class="style40 style47">2015 PHOTOGRAPHY WORKSHOPS</p>      </td>
      </tr>
      <tr bordercolor="#000002">
        <td bordercolor="#FFFFFF" bgcolor="#CCCCCC"><ul class="style79">
          <li><strong><span class="style48"><a href="Workshops/Ecuador.htm"> ECUADOR: HUMMINGBIRDS AND MORE!</a></span></strong></li>
          <li>JAN, 2015 <span class="style85">-<strong><span class="style80"><span class="style67">SOLD OUT</span></span></strong></span></li>
          <li> JAN, 2015 - <strong><span class="style67">SOLD OUT</span></strong></li>
        </ul></td>
      </tr>
      <tr bordercolor="#000002">
        <td height="64" bordercolor="#FFFFFF" bgcolor="#CCCCCC"><ul class="style79">
          <li><strong><a href="Workshops/VancouverIsland.htm">VANCOUVER ISLAND: WATERFOWL</a></strong></li>
          <li>MAR 9-13, 2015 -<strong><span class="style85"> </span><span class="style80">SIGN UP TODAY!</span></strong></li>
          <li>MAR 16-20, 2015  -<strong><span class="style85"> </span><span class="style80">SIGN UP TODAY!</span></strong></li>
        </ul></td>
      </tr>
      <tr bordercolor="#000002">
        <td height="64" bordercolor="#FFFFFF" bgcolor="#CCCCCC"><ul class="style79">
          <li><strong><a href="Workshops/CostaRica.html">COSTA RICA: NATURE PHOTOGRAPHY</a></strong></li>
          <li> APR, 2015 -<strong><span class="style85"> </span><a href="mailto:[email protected]"><u>EMAIL</u></a> TO JOIN WISH LIST</strong></li>
          <li>OCT, 2015  -<strong><span class="style85"> </span><a href="mailto:[email protected]"><u>EMAIL</u></a> TO JOIN WISH LIST</strong></li>
        </ul></td>
      </tr>
      <tr bordercolor="#000002">
        <td height="46" bordercolor="#FFFFFF" bgcolor="#CCCCCC"><ul class="style79">
          <li><strong><a href="Workshops/Manitoba-Churchill.htm">CHURCHILL: TUNDRA BIRDS &amp; WILDLIFE</a></strong></li>
          <li> JUNE, 2016 - <strong><a href="mailto:[email protected]"><u>EMAIL</u></a> TO JOIN WISH LIST</strong></li>
          </ul>
        </td>
      </tr>
      <tr bordercolor="#000002">
        <td height="46" bordercolor="#FFFFFF" bgcolor="#CCCCCC"><ul class="style79">
          <li><strong><a href="Workshops/Peru.html">PERU: MANU NATIONAL PARK</a></strong></li>
          <li>SEPT, 2015 -<strong><span class="style85"> </span><a href="mailto:[email protected]"><u>EMAIL</u></a> TO JOIN WISH LIST</strong></li>
          <li>SEPT, 2015 -<strong><span class="style85"> </span><a href="mailto:[email protected]"><u>EMAIL</u></a> TO JOIN WISH LIST</strong></li>
        </ul></td>
      </tr>
      <tr bordercolor="#000002">
        <td height="64" bordercolor="#FFFFFF" bgcolor="#CCCCCC"><ul class="style79">
          <li><strong><a href="Workshops/OneonOneWorkshops.htm">CUSTOM / PHOTOSHOP WORKSHOPS</a></strong></li>
          <li>PRIVATE LESSONS<span class="style85"><strong></strong></span></li>
          <li><strong><a href="Workshops/OneonOneWorkshops.htm">CLICK HERE</a></strong> FOR DETAILS</li>
        </ul></td>
      </tr>
    </table>
    <table width="1000" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td> </td>
      </tr>
      <tr>
        <td height="72"><div align="center" class="style76">
          <p><strong><font color="#FF0000" face="Arial, Helvetica, sans-serif"><a href="mailto:[email protected]"></a> </font></strong><font face="Arial, Helvetica, sans-serif">ALL 2014 TRIPS ARE SOLD OUT</font></p>
          <p><span class="GreenLarge"><font face="Arial, Helvetica, sans-serif">SOME 2015 DATES NOW AVAILABLE -</font><font face="Arial, Helvetica, sans-serif"></font></span><font face="Arial, Helvetica, sans-serif"> <strong><font color="#FF0000" face="Arial, Helvetica, sans-serif"><a href="mailto:[email protected]"><u>EMAIL GLENN</u> TO JOIN THE WISH LISTS</a></font></strong></font><span class="style87">.</span></p>
          <p><a href="../mailinglist.htm"><img src="../naturephotography/Text/newsletter Button3 - White.jpg" width="215" height="60" border="0"></a></p>
          <p class="style86"> </p>
        </div></td>
      </tr>
      <tr>
        <td><div align="right" class="style45">
          <p align="center"><span class="style37"><a href="Workshops/VancouverIsland.htm">VANCOUVER ISLAND</a> - <a href="Workshops/Ecuador.htm">ECUADOR</a> - <a href="Workshops/CostaRica.html">COSTA RICA</a> - <a href="Workshops/Manitoba-Churchill.htm">CHURCHILL</a> - PERU - <a href="Workshops/OneonOneWorkshops.htm">CUSTOM PHOTO WORKSHOPS</a></span></p>
        </div></td>
      </tr>
    </table>
    <table width="1000" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td><div align="center" class="style46">
          <p> </p>
          <p> </p>
        </div></td>
      </tr>
      <tr>
        <td height="14"><div align="center">
          <p align="right"><font color="#000000" size="-2" face="Arial, Helvetica, sans-serif">Site designed and created by Glenn Bartley. &copy; 2014 Glenn Bartley Nature Photography. All Rights Reserved</font></p>
          </div></td>
      </tr>
    </table>
    <p> </p>
    <p align="center"> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <table width="1000" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td height="367"><h1 class="style38"><span class="style48"><a href="photoworkshops.htm">BIRD PHOTOGRAPHY WORKSHOPS</a> - <a href="Workshops/VancouverIsland.htm">CANADA</a>, <a href="Workshops/Ecuador.htm">ECUADOR</a>, <a href="Workshops/CostaRica.html">COSTA RICA</a> AND MORE</span></h1>
        <p class="style36"><strong>Glenn  Bartley</strong> is a professional nature photographer from Victoria, British Columbia on Canada's west  coast.  He focuses on capturing intimate portraits of birds in their  natural surroundings. Glenn strives  for what he calls &ldquo;clean&rdquo; images &ndash; where the subject is clear, distracting  elements are kept to a minimum and the background is pleasingly blurred out of  focus. Glenn&rsquo;s  work has been published widely throughout North America in books and  magazines (such as Birder&rsquo;s World, Birding &amp; Bird Watchers Digest).  His most recent book is entitled &ndash; &ldquo;Birds in Ecuador: A Photographic  Journey.&rdquo; Glenn  loves to share his passion for photography and for the natural world with those  who attend his photographic workshops and with participants of www.naturescapes.net where he is a  moderator in the Birds forum.</p>
          <p align="left" class="style37"><font face="Arial, Helvetica, sans-serif">What  makes Glenn's <a href="photoworkshops.htm">photography workshops</a> different from the competitors?</font></p>
          <div align="left" class="style48">
            <ul>
              <li class="style49"><font face="Arial, Helvetica, sans-serif">Glenn focuses on more personalized attention,instruction  and guidance.</font></li>
              <li class="style49"><font face="Arial, Helvetica, sans-serif">Glenn is regarded one of the world&rsquo;s top  professional photographers in bird portrait  photography. Just go pick up a birding magazine and you will almost certainly find his images.</font></li>
              <li class="style49"><font face="Arial, Helvetica, sans-serif">Glenn  often utilizes local guides with years of  experience in their home areas. </font></li>
              <li class="style49"><font face="Arial, Helvetica, sans-serif">Glenn has more  experience.  He has been to the places that he will take you &ndash;  not for a week or two &ndash; but for months!!   Glenn knows where to get the best possible images and can show you how to  achieve them.  </font></li>
              <li class="style49"><font face="Arial, Helvetica, sans-serif">Having completed his Msc. in Environmental Studies Glenn is very environmentally and socially aware.  When we visit communities around the  world we give something back to these places and the people who live  there. </font></li>
              <li class="style49"><font face="Arial, Helvetica, sans-serif">Glenn's <a href="photoworkshops.htm">Photography Workshops</a> will be fun too!</font></li>
            </ul>
            <p align="center" class="style66">JOIN NATURE PHOTOGRAPHER GLENN BARTLEY FOR A BIRD PHOTOGRAPHY WORKSHOP TO:</p>
            <ul class="style48">
              <li class="style45"> <a href="Workshops/CostaRica.html"><strong>COSTA RICA PHOTOGRAPHY WORKSHOP</strong></a> - TROPICAL BIRD PHOTOGRAPHY AT ITS FINEST</li>
              <li class="style45"><a href="Workshops/Ecuador.htm"><strong>ECUADOR PHOTOGRAPHY WORKSHOP</strong></a> - HUMMINGBIRD PHOTOGRAPHY</li>
              <li class="style45"><a href="Workshops/VancouverIsland.htm"><strong>VANCOUVER   ISLAND PHOTOGRAPHY WORKSHOP</strong></a> - NATURE PHOTOGRAPHY OASIS</li>
              <li class="style45"><a href="Workshops/Manitoba-Churchill.htm"><strong>CHURCHILL BIRD PHOTOGRAPHY WORKSHOP</strong></a> - BIRDS OF THE HIGH ARCTIC</li>
              <li class="style45"><a href="../VictoriaBirdPhotoAcademy_Photoshop.html"><strong>ADOBE PHOTOSHOP WORKSHOPS</strong></a> - ONLINE OR IN PERSON I CAN TEACH YOU HOW TO USE ADOBE PHOTOSHOP</li>
              <li class="style45"><a href="Workshops/OneonOneWorkshops.htm"><strong>ONE ON ONE BIRD PHOTOGRAPHY WORKSHOPS</strong></a> - CONTACT ME TO DISCUSS THE OPTIONS FOR INDIVIDUAL OR SMALL GROUP BIRD PHOTOGRAPHY WORKSHOPS</li>
            </ul>
            <p align="center" class="style67"><strong>GLENNS CURRENT BIRD PHOTOGRAPHY PORTFOLIOS</strong>:</p>
            <ul class="style48">
              <li class="style45"><a href="../naturephotography/birdslist.htm"><strong>BIRDS OF NORTH AMERICA</strong></a> - 380 bird species from North America and counting...</li>
              <li class="style45"><a href="../naturephotography/Ecuador/ecuador birdslist.htm"><strong>BIRDS OF ECUADOR</strong></a> - Over 375 bird species from mainland Ecuador</li>
              <li class="style45"><a href="../naturephotography/costarica birdslist.htm"><strong>BIRDS OF COSTA RICA</strong></a> - Over 250 bird species from Costa Rica</li>
              <li class="style45"><a href="../naturephotography/Trinidad/trinidad birdslist.htm"><strong>BIRDS OF TRINIDAD AND TOBAGO</strong></a> - A sample of some of the exciting birds that call these Islands home...</li>
              <li class="style45"><a href="../naturephotography/articles/HummingbirdsoftheWorld.html"><strong>HUMMINGBIRD PHOTOGRAPHY</strong></a> - Over 100 species of Hummingbirds Photographed.</li>
              <li class="style45"><a href="../naturephotography/North American Warblers.html"><strong>WARBLERS OF NORTH AMERICA</strong></a> - Nearly all of the Wood Warblers that live in Canada.</li>
            </ul>
            <p align="center" class="style66">BIRD PHOTOGRAPHY EQUIPMENT:</p>
            <p align="left" class="style67">I currently use Canon Digital Photography equipment. My primary camera is the Canon 7D and I use lenses including the 500mm f/4 L IS, 300mm f/4 L IS, 400mm f/5.6 L, and 17-40mm f/4 L. To find out more about the bird photography equipment that I use visit my <a href="naturephotography/articles/gear.htm">nature photography equipment page</a>.</p>
            <p align="center" class="style67"><strong>PHOTOGRAPHER BIOGRAPHY</strong>:</p>
            <div align="left" class="style48">
              <p class="style45">I have
                been enchanted by nature, birds and wildlife for as long as I can remember.
                Growing up in Toronto, Canada I can recall countless hours spent
                glued to National Geographic magazines, natural history books or watching
                David Suzuki's &quot;The Nature of Things&quot; on TV. Those days
                I took any opportunity I had to study and learn about animals of all
                kinds. Nowadays
                I often find myself up at the crack of dawn, knee-deep in mud or covered
                in mosquitoes all in pursuit of capturing just a glimpse of natures
                beauty. Although I enjoy photographing all of mother natures fascinating
                creatures. I tend to focus on birds. Why birds? I think it's because
                there are so many species of birds, they can be found almost anywhere, they are
                challenging to photograph and they are beautiful to watch. I love birds!</p>
            </div>
            <p align="left" class="style67">I
              will continue to strive to improve my craft of bird photography, and capture some part of
              the beauty that surrounds us all. Along the way I look forward to sharing
              my passion for nature photography, birds and the natural world with each and every
              one of you. Thanks
              for visiting. I hope you enjoy my site.</p>
            <p align="center" class="style67"><strong>RECENT BOOK PROJECTS:</strong></p>
            <ul>
              <li class="style67"><strong><a href="../VancouverIslandBook.html">BIRDS OF VANCOUVER ISLAND</a></strong> - GLENN BARTLEY</li>
              <li class="style67"><strong><a href="../Ecuador book.html">BIRDS IN ECUADOR</a></strong> - GLENN BARTLEY</li>
              <li class="style67"><strong>BIRD COLORATION</strong> - NATIONAL GEOGRAPHIC SOCIETY</li>
              <li class="style67"><strong>GLOBAL BIRDING</strong> - NATIONAL GEOGRAPHIC SOCIETY</li>
            </ul>
            <p> </p>
          </div>
          <p class="style36"> </p>
          <h2 align="center" class="style29">KEYWORDS: BIRD, PHOTOGRAPHY, <a href="photoworkshops.htm">PHOTOGRAPHY WORKSHOPS</a>, PHOTOGRAPHY TOURS, NATURE, NATURE PHOTOGRAPHY, CANADA, COSTA RICA, ECUADOR, CHURCHILL, WILDLIFE, CANON, HUMMINGBIRDS</h2></td>
      </tr>
    </table>
    <p align="center">
      <!-- Start of StatCounter Code -->
      <script type="text/javascript">
    var sc_project=4985648;
    var sc_invisible=0;
    var sc_partition=57;
    var sc_click_stat=1;
    var sc_security="92a3aba2";
    var sc_text=2;
      </script>
      <script type="text/javascript"
    src="http://www.statcounter.com/counter/counter.js"></script>
      <noscript>
      </noscript><noscript></noscript>
      <noscript>
      </noscript>
    </p>
    <noscript><div
    class="statcounter">
      <div align="center"></div>
    </div></noscript>
    <!-- Start of StatCounter Code -->
    <script type="text/javascript">
    var sc_project=4985648;
    var sc_invisible=0;
    var sc_partition=57;
    var sc_click_stat=1;
    var sc_security="92a3aba2";
    var sc_text=2;
    </script>
    <!-- Start of StatCounter Code -->
    <script type="text/javascript">
    var sc_project=6201502;
    var sc_invisible=1;
    var sc_security="65bdf721";
    </script>
    <script type="text/javascript"
    src="http://www.statcounter.com/counter/counter.js"></script><noscript><div
    class="statcounter"><a title="weebly analytics"
    href="http://www.statcounter.com/weebly/"
    target="_blank"><img class="statcounter"
    src="http://c.statcounter.com/6201502/0/65bdf721/1/"
    alt="weebly analytics" ></a></div></noscript>
    <!-- End of StatCounter Code -->
        <p> </p>
        <p> </p>
        <p> </p>
      </div>
    </div></noscript>
    <!-- End of StatCounter Code -->
    </body>
    </html>
    <table style="border-style:none;border-bottom-width:0;border-top-width:0;border-left-width:0;bor der-right-width:0;border-bottom-color:#99CCFF;border-top-color:#99CCFF;border-right-color: #99CCFF;border-left-color:#99CCFF;" cellpadding=4><tr><td>
    <font color="#CCCCCC" face="arial">

    Line 88 in your source, add this into your .style79...
    margin-bottom:0;
    So from...
    .style79 {font-family: Arial, Helvetica, sans-serif; font-size: 16px; }
    to
    .style79 {font-family: Arial, Helvetica, sans-serif; font-size: 16px; margin-bottom:0; }
    That should do the trick.

  • How to externally trigger the execution of TestStand with a start and abort button through a digital interface?

    Hello,
    I'm Currently evaluating TestStand as an alternative for an in-house developed Test Sequencer.
    To start our own Test Sequencer we use a small box, connected to a DIO board. The box has a start button and an abort button. The box also has a pass, a fail and a running led.
    The interface with this box is made via some digital lines of a PCI-DIO-96.
    In our own Test Sequencer we have groups named Init, Run, Abort, Exit.
    The Init group is executed at startup (only once). It is used to initialize all the HW and SW. -> I guess this is the Pre UUT Loop callback in TestStand.
    The Exit group is only executed once at the end of the day when the application is terminated. It is used to free all the used hardware and cleanup all the resources. This probably is the Post UUT Loop Callback in TS.
    When a product needs to be tested, the operator presses the "start" button which triggers our own Test Sequencer and the run and abort group are being executed (first the run group, afterwards the abort group).
    When the product is being tested the "running led" of the little box lights up to indicate to the operator that the application is running. (only when the run and abort group are running)
    The Run group has all the functional tests in it. (MainSequence)
    The abort group is used to put everything back in it's original state after the test on this single product is done. (Post UUT)
    When executing the tests and something goes wrong (operator gets stuck in a clamper, ...) the operator can still press the abort button and then the execution immediately jumps from the currently executing step in the run group to the first step of the abort group. So, when something goes wrong, immediately the abort group is called.
    At the end of the run and abort group, if no errors occured, the "pass led" lights up. If one or more steps went wrong the "fail" led lights up.
    This setup can also be used to test multiple product in parallel. At that time all the different parallel testers have such a small box which contains a "start" and "abort" button and a pass, fail and running led. (it is possible that they are all connected to the same PCI-DIO-96 board. )
    My question:
    Is it possible to do something similar like this in Teststand? If yes, is there an example available that shows me how to do this in TestStand? (externally trigger the execution of TestStand)
    Typically, in the Init group (Pre UUT Loop) the digital interface box gets initialised.
    In the Close group (Post UUT Loop) the digital interface box is taken out of scope.
    Note: The PCI-DIO-96 board to which the digital interface box is connected will also be used in the rest of the developed application (MainSequence, ...)
    What's really important for me is that I can create a process model that all the application developers in our organisation can use. I really don't want any of the application developers (limited software experience) to mess around in all the features of TestStand.
    For them it's important that they just add the function DigitalInterfaceBoxInit () in the Pre UUT Loop Callback and the DigitalInterfaceBoxClose () in the Post UUT Loop Callback, and then everything works!
    It is important that the appliation developers do not have to create any global variables, other functions, synchronisations, parallel sequences, ... in TestStand. All this needs to be done with a simple call to the DigitalInterfaceBoxInit function.
    Thanks in advance for all the help!
    Best Regards,
    Dennis Vanotterdijk
    [email protected]

    Dennis-
    Your application sounds very well suited to TestStand's abilities. I am also quite impressed with your knowledge of how TestStand's architecture is arranged when you are still just considering whether or not to use it.
    I think that TestStand would work really well for you in this application. Like you mentioned it will provide you with a form of standardization for your application developers to work from. It also provides the flexibility for you to add your custom routines in many different places. TestStand also makes parallel and batch testing much easier in TS 2.0 so that you could develop one test for your product and execute different instances of it in parallel to test multiple products at once.
    As for your specific question about how to c
    ontrol TestStand using a DIO board. I think this is very feasible and should not be too difficult. Since TestStand provides you the ability to create a custom operator interface your operator interface could monitor the status of your DIO board and launch/abort executions based on the read values. Usually the executions are launched/aborted when a button on the GUI is pressed however, I do not see any thing different about basing the action on a DI signal vs a mouse click. I am sure your application is more involved than this high level description but from the sounds of it I think it is very possible to do with TestStand.
    Based on my experience of building test systems with TestStand and your description of the application, I would feel very confident in using TestStand to achieve all the goals you mentioned. If you have further detailed questions on how one of your features might be implemented, feel free to contact one of our Application Engineers or email us at www.ni.com/ask
    and we would be glad to help you.
    Best regards,
    Richard McDonell
    National Instruments

  • I have an ipad and have a 'GOOD' app which i think i have to have to download my purchased i tunes. But it wont open in good becasue i need a password/account - can anyone help explain this, and how to access my itunes

    In the past i set up a KNOWCLOUD on a computer which is now defunct.  So, i have all my photos and a few itunes stuck in the scam KNOWCLOUD and have now purchased an ipad and i phone.  When i try to down load my photos it says save to GOOD, but when i open good it says i need to contact my administrator for password and username.  Any suggestions ?

    I have the same problem , i've converted my videos to mp4 , by using different programmes and tried to open them in itunes but it didnt .
    Some people suggested the following although it didnt help me , it might help you
    One suggested to paste the videos that you want in automatically add to itune (  go to your music folder m then click on itunes , then itunes media , and you will find it there )
    Others suggested to o to the ontrol panal , then programmes and features m then lick on quick time (. Or itunes) then Change then repair
    If it didnt help. And you find another method m please let me know
    Thank you

  • I have an ipad 2 and want to put my dvds onto the ipad. i have converted the dvd into an mpeg4 file but cannot get it to open in i tunes does anyone know how i do this?

    i have an ipad 2 and want to put my dvds onto the ipad. i have downloaded handbrake and converted the file into mpeg4 file but i cannot get the file to open in itunes

    I have the same problem , i've converted my videos to mp4 , by using different programmes and tried to open them in itunes but it didnt .
    Some people suggested the following although it didnt help me , it might help you
    One suggested to paste the videos that you want in automatically add to itune (  go to your music folder m then click on itunes , then itunes media , and you will find it there )
    Others suggested to o to the ontrol panal , then programmes and features m then lick on quick time (. Or itunes) then Change then repair
    If it didnt help. And you find another method m please let me know
    Thank you

  • Safari 5.1 crashes with Lion when attempting to print

    Since updating to Lion, Safari 5.1 has become very unstable. It crashes periodically for no observable reason. However, it always crashes when I try to print anything from Safare.
    Here is a copy of the printout from the last crash.
    Process:        Safari [8833]
    Path:           /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:     com.apple.Safari
    Version:        5.1 (7534.48.3)
    BuildInfo:     WebBrowser-7534048003000000~1
    CodeType:      X86 (Native)
    ParentProcess:  launchd [2645]
    Date/Time:       2011-09-12 01:05:41.617 -0400
    OSVersion:     Mac OS X 10.7.1 (11B26)
    ReportVersion:  9
    IntervalSince Last Report:          229378 sec
    CrashesSince Last Report:           4
    Per-AppInterval Since Last Report:  161000sec
    Per-AppCrashes Since Last Report:   4
    AnonymousUUID:                     B780E7F7-6CA9-461E-B109-E0700C5BFA79
    CrashedThread:  0  Dispatch queue: com.apple.main-thread
    ExceptionType:  EXC_BAD_ACCESS (SIGBUS)
    ExceptionCodes: KERN_PROTECTION_FAILURE at 0x00000000ff00e000
    VMRegions Near 0xff00e000:
        CG backing stores     00000000cb477000-00000000cb94a000 [ 4940K] rw-/rw- SM=SHM 
    -->VM_ALLOCATE           00000000fefff000-00000000ff010000 [   68K] rw-/rwx SM=COW 
        Submap                00000000ffff0000-00000000ffff2000          r-x/r-xprocess-only submap
    ApplicationSpecific Information:
    objc[8833]:garbage collection is OFF
    Performing@selector(safari_printDocument:) from sender NSMenuItem 0x188f30
    Thread0 Crashed:: Dispatch queue: com.apple.main-thread
    0   ???                                       0xff00e0000 + 4278247424
    1   com.apple.ImageCaptureCore                0x9307ddc6-[ICCommandCenter sendCommand:from:] + 36
    2   com.apple.ImageCaptureCore                0x930adce7-[ICMasterDeviceBrowser registerForImageCaptureEventNotifications:reason:] +277
    3   com.apple.ImageCaptureCore                0x930b137b-[ICMasterDeviceBrowser start:] + 165
    4   com.apple.ImageCaptureCore                0x9307c15a-[ICDeviceBrowser start] + 145
    5  com.apple.printingprivate.framework.PrintingPrivate            0x01d3a9af-[PKBrowser(ICA) startScannerBrowser:] + 123
    6  com.apple.printingprivate.framework.PrintingPrivate            0x01d37545-[PKBrowser(private) startBrowsingForNearbyDevices] + 79
    7  com.apple.printingprivate.framework.PrintingPrivate            0x01d371bb-[PKBrowser start] + 166
    8   com.apple.print.framework.Print.Private            0x01d94f4c0x1d7e000 + 94028
    9  com.apple.print.framework.Print.Private            0x01da5d8d0x1d7e000 + 163213
    10  com.apple.print.framework.Print.Private            0x01da664b0x1d7e000 + 165451
    11  com.apple.AppKit                         0x92563e1e-[NSWindowController _windowDidLoad] + 579
    12  com.apple.AppKit                         0x9255b116-[NSWindowController window] + 121
    13  com.apple.AppKit                         0x928cba31-[NSPrintPanel beginSheetWithPrintInfo:modalForWindow:delegate:didEndSelector:contextInfo:]+ 616
    14  com.apple.AppKit                         0x928c97d3-[NSConcretePrintOperationrunOperationModalForWindow:delegate:didRunS elector:contextInfo:] + 433
    15  com.apple.Safari.framework                0x95553f73-[BrowserDocument printFrame:showingPrintPanel:waitUntilDone:] + 551
    16  com.apple.Safari.framework                0x95548eacSafari::BrowserContentViewController::printFrame(Safari::WK::Frame const&,Safari::PrintFrameBehavior, bool) + 92
    17  com.apple.Safari.framework                0x9553e728Safari::BrowserContentViewController::printPage(bool) + 110
    18  com.apple.Safari.framework                0x95553b8e-[BrowserDocument printShowingPrintPanel:] + 165
    19  com.apple.AppKit                         0x92730325__-[NSDocumentprintDocumentWithSettings:showPrintPanel:delegate:didPr intSelector:contextInfo:]_block_invoke_2+ 307
    20  com.apple.AppKit                         0x92733cf5__-[NSDocument_commitEditingWithDelegate:didSomethingSelector:context Info:thenContinue:]_block_invoke_1+ 34
    21  com.apple.AppKit                         0x9273846b-[NSDocument _commitEditingThenContinue:] + 335
    22  com.apple.AppKit                         0x92733cce-[NSDocument_commitEditingWithDelegate:didSomethingSelector:contextIn fo:thenContinue:] +108
    23  com.apple.AppKit                         0x92730144__-[NSDocument printDocumentWithSettings:showPrintPanel:delegate:didPrintSelector:contextInfo: ]_block_invoke_1+ 235
    24  com.apple.AppKit                         0x92741fe2-[NSDocument performActivityWithSynchronousWaiting:usingBlock:] + 90
    25  com.apple.AppKit                         0x92730054-[NSDocument printDocumentWithSettings:showPrintPanel:delegate:didPrintSelector:contextInfo: ]+ 122
    26  com.apple.AppKit                         0x9272ffd4-[NSDocument printDocument:] + 94
    27  com.apple.Safari.framework                0x95553a6f-[BrowserDocument safari_printDocument:] + 40
    28  com.apple.CoreFoundation                  0x94d74901-[NSObject performSelector:withObject:] + 65
    29  com.apple.AppKit                         0x92463937-[NSApplication sendAction:to:from:] + 232
    30  com.apple.Safari.framework                0x9552ea32-[BrowserApplication sendAction:to:from:] + 75
    31  com.apple.AppKit                         0x925571a3-[NSMenuItem _corePerformAction] + 536
    32  com.apple.AppKit                         0x92556e20-[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 171
    33  com.apple.AppKit                         0x925564a9-[NSMenu_performActionWithHighlightingForItemAtIndex:sendAccessibilit yNotification:] +79
    34  com.apple.AppKit                         0x9282e6c7-[NSMenu performActionForItemAtIndex:] + 65
    35  com.apple.AppKit                         0x9282e6fa-[NSMenu _internalPerformActionForItemAtIndex:] + 45
    36  com.apple.AppKit                         0x9283292b-[NSMenuItem _internalPerformActionThroughMenuIfPossible] + 106
    37  com.apple.AppKit                         0x9269cc4c-[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 172
    38  com.apple.AppKit                         0x924cc00aNSSLMMenuEventHandler + 452
    39  com.apple.HIToolbox                       0x91888e54_InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long(*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
    40  com.apple.HIToolbox                       0x9170482b_ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14Hand lerCallRec+ 1602
    41  com.apple.HIToolbox                       0x91703ca8_ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTar getRefP14HandlerCallRec+ 482
    42  com.apple.HIToolbox                       0x91718ac9SendEventToEventTarget + 76
    43  com.apple.HIToolbox                       0x91889318_ZL18SendHICommandEventmPK9HICommandmmhPKvP20OpaqueEventTargetRefS5_P P14OpaqueEventRef+ 482
    44  com.apple.HIToolbox                       0x91889382SendMenuCommandWithContextAndModifiers + 70
    45  com.apple.HIToolbox                       0x918f37efSendMenuItemSelectedEvent + 275
    46  com.apple.HIToolbox                       0x91755598_ZL19FinishMenuSelectionP13SelectionDataP10MenuResultS2_ + 129
    47  com.apple.HIToolbox                       0x918e46c4_ZL14MenuSelectCoreP8MenuData5PointdmPP13OpaqueMenuRefPt + 608
    48  com.apple.HIToolbox                       0x9174d240_HandleMenuSelection2 + 641
    49  com.apple.HIToolbox                       0x9174cfb7_HandleMenuSelection + 53
    50  com.apple.AppKit                         0x923c86fe_NSHandleCarbonMenuEvent + 302
    51  com.apple.AppKit                         0x92358ebc_DPSNextEvent + 2166
    52  com.apple.AppKit                         0x92358159-[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 113
    53  com.apple.Safari.framework                0x9552e608-[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 171
    54  com.apple.AppKit                         0x923544cb-[NSApplication run] + 904
    55  com.apple.AppKit                         0x925e7b54NSApplicationMain + 1054
    56  com.apple.Safari.framework                0x956eec25SafariMain + 219
    57  com.apple.Safari                         0x000b0f790xb0000 + 3961
    Thread1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                    0x9ac3090akevent + 10
    1   libdispatch.dylib                        0x97a0fccc_dispatch_mgr_invoke + 969
    2   libdispatch.dylib                        0x97a0e71b_dispatch_mgr_thread + 53
    Thread2:: WebCore: IconDatabase
    0   libsystem_kernel.dylib                    0x9ac2f83e__psynch_cvwait + 10
    1   libsystem_c.dylib                        0x9af1ce21_pthread_cond_wait + 827
    2   libsystem_c.dylib                        0x9aecd42cpthread_cond_wait$UNIX2003 + 71
    3   com.apple.WebCore                        0x97dc91a8WebCore::IconDatabase::syncThreadMainLoop() + 376
    4   com.apple.WebCore                        0x97dc6c9dWebCore::IconDatabase::iconDatabaseSyncThread() + 501
    5   com.apple.WebCore                        0x97dc6a9bWebCore::IconDatabase::iconDatabaseSyncThreadStart(void*) + 17
    6   libsystem_c.dylib                        0x9af18ed9_pthread_start + 335
    7   libsystem_c.dylib                        0x9af1c6dethread_start + 34
    Thread3:: CoreAnimation render server
    0   libsystem_kernel.dylib                    0x9ac2dc22mach_msg_trap + 10
    1   libsystem_kernel.dylib                    0x9ac2d1f6mach_msg + 70
    2   com.apple.QuartzCore                      0x93b946edCA::Render::Server::server_thread(void*) + 233
    3   com.apple.QuartzCore                      0x93b945fathread_fun + 29
    4   libsystem_c.dylib                        0x9af18ed9_pthread_start + 335
    5   libsystem_c.dylib                        0x9af1c6dethread_start + 34
    Thread4:: CVDisplayLink
    0   libsystem_kernel.dylib                    0x9ac2f83e__psynch_cvwait + 10
    1   libsystem_c.dylib                        0x9af1ce21_pthread_cond_wait + 827
    2   libsystem_c.dylib                        0x9aecd42cpthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreVideo                       0x9b6da527CVDisplayLink::runIOThread() + 945
    4   com.apple.CoreVideo                       0x9b6da15f_ZL13startIOThreadPv + 160
    5   libsystem_c.dylib                        0x9af18ed9_pthread_start + 335
    6   libsystem_c.dylib                        0x9af1c6dethread_start + 34
    Thread5:: Safari: SafeBrowsingManager
    0   libsystem_kernel.dylib                    0x9ac2dc22mach_msg_trap + 10
    1   libsystem_kernel.dylib                    0x9ac2d1f6mach_msg + 70
    2   com.apple.CoreFoundation                  0x94d0c9ea__CFRunLoopServiceMachPort + 170
    3   com.apple.CoreFoundation                  0x94d15b14__CFRunLoopRun + 1428
    4   com.apple.CoreFoundation                  0x94d151ecCFRunLoopRunSpecific + 332
    5   com.apple.CoreFoundation                  0x94d15098CFRunLoopRunInMode + 120
    6   com.apple.Safari.framework                0x956a6ab8Safari::MessageRunLoop::runSingleRunLoopIteration() + 52
    7   com.apple.Safari.framework                0x956a63deSafari::MessageRunLoop::threadBody() + 156
    8   com.apple.Safari.framework                0x956a633bSafari::MessageRunLoop::threadCallback(void*) + 17
    9   libsystem_c.dylib                        0x9af18ed9_pthread_start + 335
    10  libsystem_c.dylib                        0x9af1c6dethread_start + 34
    Thread6:: Safari: SnapshotStore
    0   libsystem_kernel.dylib                    0x9ac2f83e__psynch_cvwait + 10
    1   libsystem_c.dylib                        0x9af1ce21_pthread_cond_wait + 827
    2   libsystem_c.dylib                        0x9aecd42cpthread_cond_wait$UNIX2003 + 71
    3   com.apple.JavaScriptCore                  0x96cb6d81***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    4   com.apple.Safari.framework                0x95720a15Safari::MessageQueue<***::RefPtr<Safari::SnapshotStore::DiskAccessMes sage>>::waitForMessage(***::RefPtr<Safari::SnapshotStore::DiskAccessMessage>&)+ 119
    5   com.apple.Safari.framework                0x9571e24fSafari::SnapshotStore::diskAccessThreadBody() + 257
    6   com.apple.Safari.framework                0x9571dbbdSafari::SnapshotStore::diskAccessThreadCallback(void*) + 17
    7   libsystem_c.dylib                        0x9af18ed9_pthread_start + 335
    8   libsystem_c.dylib                        0x9af1c6dethread_start + 34
    Thread7:: WebCore: LocalStorage
    0   libsystem_kernel.dylib                    0x9ac2f83e__psynch_cvwait + 10
    1   libsystem_c.dylib                        0x9af1ce21_pthread_cond_wait + 827
    2   libsystem_c.dylib                        0x9aecd42cpthread_cond_wait$UNIX2003 + 71
    3   com.apple.JavaScriptCore                  0x96cb6d81***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    4   com.apple.WebCore                        0x97de51f1***::MessageQueue<WebCore::LocalStorageTask>::waitForMessage() + 135
    5   com.apple.WebCore                        0x97de5144WebCore::LocalStorageThread::threadEntryPoint() + 74
    6   com.apple.WebCore                        0x97de50a1WebCore::LocalStorageThread::threadEntryPointCallback(void*) + 17
    7   libsystem_c.dylib                        0x9af18ed9_pthread_start + 335
    8   libsystem_c.dylib                        0x9af1c6dethread_start + 34
    Thread8:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                    0x9ac2dc22mach_msg_trap + 10
    1   libsystem_kernel.dylib                    0x9ac2d1f6mach_msg + 70
    2   com.apple.CoreFoundation                  0x94d0c9ea__CFRunLoopServiceMachPort + 170
    3   com.apple.CoreFoundation                  0x94d15b14__CFRunLoopRun + 1428
    4   com.apple.CoreFoundation                  0x94d151ecCFRunLoopRunSpecific + 332
    5   com.apple.CoreFoundation                  0x94d15098CFRunLoopRunInMode + 120
    6   com.apple.Foundation                      0x9409e88c+[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 378
    7   com.apple.Foundation                      0x940925ed-[NSThread main] + 45
    8   com.apple.Foundation                      0x9409259d__NSThread__main__ + 1582
    9   libsystem_c.dylib                        0x9af18ed9_pthread_start + 335
    10  libsystem_c.dylib                        0x9af1c6dethread_start + 34
    Thread9:
    0   libsystem_kernel.dylib                    0x9ac3002e__workq_kernreturn + 10
    1   libsystem_c.dylib                        0x9af1accf_pthread_wqthread + 773
    2   libsystem_c.dylib                        0x9af1c6festart_wqthread + 30
    Thread10:
    0   libsystem_kernel.dylib                    0x9ac3002e__workq_kernreturn + 10
    1   libsystem_c.dylib                        0x9af1accf_pthread_wqthread + 773
    2   libsystem_c.dylib                        0x9af1c6festart_wqthread + 30
    Thread0 crashed with X86 Thread State (32-bit):
      eax: 0xc00ad138  ebx: 0x6c542340  ecx: 0x00000000  edx: 0x00000020
      edi: 0x6c552120  esi: 0x9307ea71  ebp: 0xc00ad158  esp: 0xc00ad11c
       ss: 0x0000001f  efl: 0x00010202  eip: 0xff00e000   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0xff00e000
    LogicalCPU: 0
    BinaryImages:
       0xb0000 -    0xb0fff  com.apple.Safari (5.1 - 7534.48.3)<A04E95A3-CDFC-3C5D-ACC9-8F24CBC5CACD> /Applications/Safari.app/Contents/MacOS/Safari
    0x1304000 -  0x1304ffc +com.growl.GrowlSafariLoader (1.0 - 1.1)/Library/InputManagers/*/GrowlSafariLoader.bundle/Contents/MacOS/GrowlSafar iLoader
    0x13e1000 -  0x13e6ffe libgermantok.dylib (??? - ???)<465F8E0F-0AED-3D8A-A852-22549742C6E9> /usr/lib/libgermantok.dylib
    0x142d000 -  0x142ffff +com.growl.GrowlSafari (1.1.2 - 1.1.4)<9C2AF951-99BB-2AF4-9072-793B2EC0E232>/Library/InputManagers/*/GrowlSafar iLoader.bundle/Contents/PlugIns/GrowlSafari.bundle/Contents/MacOS/GrowlSafari
    0x1645000 -  0x164dfff +com.growl.growlframework (1.1.4 - 1.1.4)<E42FE970-9303-5D24-85B7-64CCF9A15D70> /Library/InputManagers/*/GrowlSafariLoader.bundle/Contents/PlugIns/GrowlSafari. bundle/Contents/Frameworks/Growl.framework/Growl
    0x1a6e000 -  0x1a73fe2 libcldcpuengine.dylib (1.50.61 - compatibility 1.0.0)<C9714E84-87B3-3EF4-A598-758522D1DB25>/System/Library/Frameworks/OpenCL.f ramework/Libraries/libcldcpuengine.dylib
    0x1a7a000 -  0x1a7cfff libCoreFSCache.dylib (??? - ???)<8CC7923C-BD40-3A87-A295-0EAC7760800E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
    0x1a80000 -  0x1a80ffb +cl_kernels (??? - ???)<087C41DA-F7DB-4F82-AB05-ED55A38A7BAA> cl_kernels
    0x1a86000 -  0x1a87ffb +cl_kernels (??? - ???)<FED8EA71-2C8B-4871-A3E1-0D434AC63873> cl_kernels
    0x1d33000 -  0x1d64ff9 com.apple.printingprivate.framework.PrintingPrivate (7.0 - 68)<C3E11478-69F5-3A70-9E14-CA0E0071EA3C>/System/Library/PrivateFrameworks/Prin tingPrivate.framework/Versions/A/PrintingPrivate
    0x1d7e000 -  0x1dbffff com.apple.print.framework.Print.Private (7.0 - 378)<5CD0BA3A-70CD-3531-8834-D88A06D3BD1C> /System/Library/PrivateFrameworks/PrintingPrivate.framework/Versions/Current/Pl ugins/PrintCocoaUI.bundle/Contents/MacOS/PrintCocoaUI
    0x6071000 -  0x6112ff7 unorm8_bgra.dylib (1.50.61 - compatibility 1.0.0)<6C750910-BE8C-3D26-8272-9C4285153DAF> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib
    0x61db000 -  0x61dcff8 +cl_kernels (??? - ???)<45B68CA3-9D05-490C-8381-8FF86C7FA8B8> cl_kernels
    0x61e2000 -  0x61e3ff8 +cl_kernels (??? - ???)<D2813BD5-4DA3-4B83-809F-C96AAEC568B8> cl_kernels
    0x6989000 -  0x698dff7 +com.stclairsoft.DefaultFolderX.osax (DefaultFolder X Addition version 1.0 - 4.4.1)<E085D1D9-EE71-527C-DC02-140F4D9A9131>/Users/USER/Library/ScriptingAdditi ons/Default Folder X Addition.osax/Contents/MacOS/DefaultFolder X Addition
    0x6a7b000 -  0x6be8ff0 GLEngine (??? - ???) <3C6D5F72-9CDA-37E2-B085-7F38C99FE8C5>/System/Library/Frameworks/OpenGL.framewo rk/Resources/GLEngine.bundle/GLEngine
    0x6c1c000 -  0x6d13ffb libGLProgrammability.dylib (??? - ???)<560A7F12-1AA6-35E1-A922-309016BF6D3C>/System/Library/Frameworks/OpenGL.fra mework/Versions/A/Libraries/libGLProgrammability.dylib
    0x6d8c000 -  0x6db9ff8 GLRendererFloat (??? - ???) <BBFAA220-4A07-3CDC-9A93-DF6A2220AE01>/System/Library/Frameworks/OpenGL.framewo rk/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x7be1000 -  0x7c04fe3 +com.stclairsoft.DefaultFolderX.CarbonPatcher(kBundleVersion - kBundleVersion) <72193D78-04AF-4F73-94B7-0FCA80DA66AA>/Library/PreferencePanes/Default Folder X.prefPane/Contents/Resources/DefaultFolder X.bundle/Contents/Resources/Carbon Patcher.bundle/Contents/MacOS/CarbonPatcher
    0x7c19000 -  0x7c3aff3 +Cocoa Patcher (??? - ???)<728DC1EB-0A37-41F7-B104-2F89CD530F0A> /Library/PreferencePanes/DefaultFolder X.prefPane/Contents/Resources/Default Folder X.bundle/Contents/Resources/CocoaPatcher.bundle/Contents/MacOS/Cocoa Patcher
    0x82c0000 -  0x82c3ff3 +com.divx.divxtoolkit (1.0 - 1.0)/Library/Frameworks/DivX Toolkit.framework/Versions/A/DivX Toolkit
    0x8311000 -  0x8426ffb libmecab.1.0.0.dylib (??? - ???)<61393042-CC0C-3AA5-932B-85CE57C0779F> /usr/lib/libmecab.1.0.0.dylib
    0x85a1000 -  0x85f6fdf +com.DivXInc.DivXDecoder (6.8.3.5 - 6.8.3.5)/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x995f000 -  0x9961fff com.apple.AddressBook.LocalSourceBundle (1.1 - 1043)<49FCCD0A-6436-3C81-8773-06A52EFE3F19> /System/Library/Address BookPlug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
    0x9966000 -  0x9969ffe com.apple.DirectoryServicesSource (1.1 - 1043) <043271EB-0EAD-33D8-A1E4-F5F6E3DCCD32>/System/Library/Address BookPlug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
    0x8f7c6000- 0x8fb10fff com.apple.GeForce7xxxGLDriver (7.0.52 - 7.0.0)<AD10A8C5-A025-305A-A789-91EB88058FF3> /System/Library/Extensions/GeForce7xxxGLDriver.bundle/Contents/MacOS/GeForce7xx xGLDriver
    0x8feaf000- 0x8fee19c7  dyld (195.5 - ???)<134323A7-49DC-3A9D-ACFD-32FAD0FD6BA2> /usr/lib/dyld
    0x9000a000- 0x90063ff3  com.apple.coreui (0.3- 162) <BD3FBC84-234A-38E0-AA29-DE0424D3FD16>/System/Library/PrivateFrameworks/CoreUI. framework/Versions/A/CoreUI
    0x90064000- 0x900a2fff  libRIP.A.dylib(600.0.0 - compatibility 64.0.0) <0AE59D4F-FFA7-3539-8B86-AD8993894AA0>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resource s/libRIP.A.dylib
    0x900a3000- 0x901b4ff7  libJP2.dylib (??? -???) <E938C201-C508-3E3D-B9A9-81FE52349E1B>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/lib JP2.dylib
    0x90203000- 0x90207ff3 libsystem_network.dylib (??? - ???)<E1455F3E-549B-3D50-A38B-17B394F3C7F6>/usr/lib/system/libsystem_network.dyl ib
    0x90208000- 0x902c8ff3  com.apple.ColorSync(4.7.0 - 4.7.0) <50767823-56BA-373D-BC5A-37B17B659838>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x902c9000- 0x902fcfef  libtidy.A.dylib (???- ???) <E962D8EC-6B9D-35B7-B586-F07D92302ADD> /usr/lib/libtidy.A.dylib
    0x90321000- 0x90321fff  com.apple.vecLib (3.7- vecLib 3.7) <A01CD788-26FB-320F-8617-5A7DF0F9031E>/System/Library/Frameworks/vecLib.framewo rk/Versions/A/vecLib
    0x90322000- 0x90325ffb  com.apple.help (1.3.2- 42) <DDCEBA10-5CDE-3ED2-A52F-5CD5A0632CA2>/System/Library/Frameworks/Carbon.framewo rk/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x9032a000- 0x90358ffb com.apple.DictionaryServices (1.2 - 158)<C614930F-520D-3F77-AD0D-0E16FBCB98CE>/System/Library/Frameworks/CoreServic es.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/Dicti onaryServices
    0x90365000- 0x9039bff4 com.apple.LDAPFramework (3.0 - 120.1)<EA92FCA5-7A7E-328F-8C7F-4250FCC45879>/System/Library/Frameworks/LDAP.fra mework/Versions/A/LDAP
    0x9039c000- 0x903b9fff  libresolv.9.dylib(46.0.0 - compatibility 1.0.0) <95AE43ED-6C52-3B39-89B6-54C81C62F1FF>/usr/lib/libresolv.9.dylib
    0x903ba000- 0x903c2ffb com.apple.DisplayServicesFW (2.5.0 - 302.1.2)<AD856B0D-3602-3C37-8B64-C6BB53A6F248> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x9043d000- 0x905d6ff7  com.apple.CoreData(103 - 358.4) <EB07F3A5-6301-3DA4-96FC-F8381D148C69>/System/Library/Frameworks/CoreData.frame work/Versions/A/CoreData
    0x908e3000- 0x908ebfff com.apple.DiskArbitration (2.4 - 2.4)<E574D5E7-7297-33B5-8B91-1E6346D5F917>/System/Library/Frameworks/DiskArbitr ation.framework/Versions/A/DiskArbitration
    0x908ef000- 0x909d7fff  libxml2.2.dylib(10.3.0 - compatibility 10.0.0) <ED3F5E83-8C76-3D46-B2FF-0D5BDF8970C5>/usr/lib/libxml2.2.dylib
    0x909d8000- 0x90ae7ff7  libsqlite3.dylib(9.6.0 - compatibility 9.0.0) <01987A45-9270-30FD-8A67-5E53DB637909>/usr/lib/libsqlite3.dylib
    0x90b11000- 0x90b11fff  libdnsinfo.dylib(395.6.0 - compatibility 1.0.0) <959E5139-EB23-3529-8881-2BCB5724D1A9>/usr/lib/system/libdnsinfo.dylib
    0x90b12000- 0x90be8a5b  libobjc.A.dylib(228.0.0 - compatibility 1.0.0) <A0EDB351-4B9D-3AA2-9D1A-0C22204FCCD3>/usr/lib/libobjc.A.dylib
    0x90be9000- 0x90bf1ff5  libcopyfile.dylib(85.1.0 - compatibility 1.0.0) <A1BFC320-616A-30AA-A41E-29D7904FC4C7>/usr/lib/system/libcopyfile.dylib
    0x90bf2000- 0x90c32ff3 com.apple.corelocation (330.9 - 330.9)<2F87DE20-E231-39C1-8CCB-3C029A07DC18>/System/Library/Frameworks/CoreLoca tion.framework/Versions/A/CoreLocation
    0x90c33000- 0x90e5cffb com.apple.QuartzComposer (5.0 - 232)<B25A191A-B96D-3BB0-B7D5-FDE4A97DFD06>/System/Library/Frameworks/Quartz.fra mework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x90e5d000- 0x90e63ffb com.apple.print.framework.Print (7.0 - 247)<1140BB03-0720-308F-8D92-F71B347D63D6>/System/Library/Frameworks/Carbon.fra mework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x90e64000- 0x90e6fffc  com.apple.NetAuth(1.0 - 3.0) <C07853C0-AF32-3633-9CEF-2480860C12C5>/System/Library/PrivateFrameworks/NetAuth .framework/Versions/A/NetAuth
    0x90e70000- 0x90e96ffb com.apple.quartzfilters (1.7.0 - 1.7.0)<9C8F1F3D-D570-3F5C-9B31-5B5B82161CDE>/System/Library/Frameworks/Quartz.f ramework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x90e97000- 0x90eb4ff3 com.apple.openscripting (1.3.3 - ???)<31A51238-0CA1-38C7-9F0E-8A6676EE3241>/System/Library/Frameworks/Carbon.fra mework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x90fe4000- 0x90ff2fff  libz.1.dylib (1.2.5 -compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB>/usr/lib/libz.1.dylib
    0x90ff3000- 0x90ff3fff  com.apple.Cocoa (6.6- ???) <650273EF-1ABC-334E-B745-B75AF028F9F4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x910c8000- 0x910cffff  libnotify.dylib(80.0.0 - compatibility 1.0.0) <B3B3875D-311D-31A7-A09F-D1BC56795E00>/usr/lib/system/libnotify.dylib
    0x9114f000- 0x9162bff6  libBLAS.dylib (??? -???) <327C1517-2B63-3D8C-8D8E-CB4EBA2A9C36>/System/Library/Frameworks/Accelerate.fra mework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x9162c000- 0x916fbffb com.apple.ImageIO.framework (3.1.0 - 3.1.0)<A482C10A-C474-39DC-AB3C-EADBCF3A433B>/System/Library/Frameworks/Applicat ionServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x916fc000- 0x91a3bff3  com.apple.HIToolbox(1.7 - ???) <A9583F07-218D-35CD-B29C-C65E6D008836>/System/Library/Frameworks/Carbon.framewo rk/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x91a3c000- 0x91a45ff3  com.apple.CommonAuth(2.1 - 2.0) <94EA2555-212C-3704-8307-FCEE5D6D32C5>/System/Library/PrivateFrameworks/CommonA uth.framework/Versions/A/CommonAuth
    0x91a46000- 0x91b98ffb com.apple.audio.toolbox.AudioToolbox (1.7 - 1.7)<5767C518-343D-36DB-8D59-C72986161AEC>/System/Library/Frameworks/AudioToolb ox.framework/Versions/A/AudioToolbox
    0x91b99000- 0x91bc6ff7 com.apple.securityinterface (5.0 - 55004) <93C0285A-A266-3F21-82C9-434CBD3FA712>/System/Library/Frameworks/SecurityInterf ace.framework/Versions/A/SecurityInterface
    0x91bc7000- 0x91becff9  libJPEG.dylib (??? -???) <5872B388-D6CC-3DD4-A2F3-8BB464E83D14>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/lib JPEG.dylib
    0x91bed000- 0x91eedfff com.apple.CoreServices.CarbonCore (960.13 - 960.13)<E098AC3A-E795-3C28-BA92-EED51C461A6F>/System/Library/Frameworks/CoreSer vices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x91ef4000- 0x91efbff5  libsystem_dnssd.dylib(??? - ???) <B3217FA8-A7D6-3C90-ABFC-2E54AEF33547>/usr/lib/system/libsystem_dnssd.dylib
    0x91efc000- 0x921adff7  com.apple.security(7.0 - 55010) <28168576-1B8C-3FE8-9356-DE79390A480A>/System/Library/Frameworks/Security.frame work/Versions/A/Security
    0x921df000- 0x921edfff  com.apple.opengl(1.7.4 - 1.7.4) <C6DE3D3A-CC1F-3F55-B8DD-2637FA40058F>/System/Library/Frameworks/OpenGL.framewo rk/Versions/A/OpenGL
    0x921ee000- 0x921f8ff2 com.apple.audio.SoundManager (3.9.4 - 3.9.4)<D23C4761-6492-3974-B4D2-495082B8B7A6>/System/Library/Frameworks/Carbon.f ramework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
    0x921f9000- 0x9221bffe  com.apple.framework.familycontrols(3.0 - 300) <AE51B604-D32D-32F7-AEDC-B1C4EB7191C6>/System/Library/PrivateFrameworks/FamilyC ontrols.framework/Versions/A/FamilyControls
    0x9221c000- 0x9221dfff libDiagnosticMessagesClient.dylib (??? - ???)<DB3889C2-2FC2-3087-A2A2-4C319455E35C>/usr/lib/libDiagnosticMessagesClient. dylib
    0x9221e000- 0x9222efff  libsasl2.2.dylib(3.15.0 - compatibility 3.0.0) <D6F728DA-990A-32A3-86FA-4A3F4D88E309>/usr/lib/libsasl2.2.dylib
    0x92231000- 0x92233ff9  com.apple.securityhi(4.0 - 1) <BD367302-73C3-32F4-8080-E389AE89E434>/System/Library/Frameworks/Carbon.framewo rk/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x92266000- 0x922a9ffd  libcommonCrypto.dylib(55010.0.0 - compatibility 1.0.0) <4BA1F5F1-F0A2-3FEB-BB62-F514DCBB3725>/usr/lib/system/libcommonCrypto.dylib
    0x922aa000- 0x922c3ffb com.apple.ScriptingBridge (1.2.1 - ???)<21A258EA-C4B7-3DCE-A041-3A2FBA08C24C>/System/Library/Frameworks/ScriptingB ridge.framework/Versions/A/ScriptingBridge
    0x922c4000- 0x9234effb  com.apple.SearchKit(1.4.0 - 1.4.0) <C8567435-9CD1-35EE-AE05-304D28858C42>/System/Library/Frameworks/CoreServices.f ramework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x9234f000- 0x92dd4ffe  com.apple.AppKit (6.7- 1138) <1CEDE402-32DD-3C10-B3B3-8C3DDBE8335D>/System/Library/Frameworks/AppKit.framewo rk/Versions/C/AppKit
    0x92dd5000- 0x92f89ff3  libicucore.A.dylib(46.1.0 - compatibility 1.0.0) <6270318A-CA9A-376C-AD6D-64A9B4B4A26E>/usr/lib/libicucore.A.dylib
    0x92f8a000- 0x92fb5fff  com.apple.GSS (2.1 -2.0) <129F4AB0-41AC-3713-A7BC-921769B0E12D>/System/Library/Frameworks/GSS.framework/ Versions/A/GSS
    0x92fb6000- 0x93016ffb com.apple.audio.CoreAudio (4.0.0 - 4.0.0)<6026C895-3DC6-3785-A7BB-2F2B9E292D95>/System/Library/Frameworks/CoreAudi o.framework/Versions/A/CoreAudio
    0x93019000- 0x93042ffe  com.apple.opencl(1.50.62 - 1.50.62) <52059AB5-8E0D-356E-98AA-71A4777CBE57>/System/Library/Frameworks/OpenCL.framewo rk/Versions/A/OpenCL
    0x9307a000- 0x930c8ff3 com.apple.ImageCaptureCore (3.0 - 3.0) <16B80ABD-DCDA-34AA-A539-F36A4D39CB03>/System/Library/Frameworks/ImageCaptureCo re.framework/Versions/A/ImageCaptureCore
    0x930ef000- 0x930f0ffd libCVMSPluginSupport.dylib (??? - ???)<8057030D-B290-3A8B-9828-3A1BD123B124>/System/Library/Frameworks/OpenGL.fra mework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x932f7000- 0x932faff7  libmathCommon.A.dylib(2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336>/usr/lib/system/libmathCommon.A.dylib
    0x93314000- 0x9397965b  com.apple.CoreGraphics(1.600.0 - ???) <DD3B7ADA-0F19-371E-BB87-F3C08464134A>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGrap hics
    0x939a1000- 0x939aefff  com.apple.HelpData(2.1.0 - 68) <C1E7DE84-CCC3-3495-93B7-3D47FBC1FFD1>/System/Library/PrivateFrameworks/HelpDat a.framework/Versions/A/HelpData
    0x939af000- 0x939c5ffe  libxpc.dylib (77.16.0- compatibility 1.0.0) <2EAF3E13-19FA-3EF2-88D6-64ACBC3A6ADB>/usr/lib/system/libxpc.dylib
    0x939c6000- 0x93a3eff2  com.apple.CorePDF(3.0 - 3.0) <A0EC8F60-A622-347E-979A-F71939C45E5F>/System/Library/PrivateFrameworks/CorePDF .framework/Versions/A/CorePDF
    0x93a3f000- 0x93a43ff7 com.apple.OpenDirectory (10.7 - 144) <A117580D-FD86-381E-82FD-B1A040045031>/System/Library/Frameworks/OpenDirectory. framework/Versions/A/OpenDirectory
    0x93a44000- 0x93aa6ffb com.apple.datadetectorscore (3.0 - 179.3)<18117942-9D6F-3283-B8B0-03C7550CA2EB>/System/Library/PrivateFrameworks/D ataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x93aab000- 0x93b4ffff  com.apple.QD (3.12 -???) <68CBE425-43BA-3E6D-8668-A4A67396E20D>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x93b50000- 0x93b53fff  com.apple.AppleSystemInfo(1.0 - 1) <D2F60873-ECB1-30A8-A02E-E772F969116E>/System/Library/PrivateFrameworks/AppleSy stemInfo.framework/Versions/A/AppleSystemInfo
    0x93b54000- 0x93b54fff  libffi.dylib (??? -???) <58A2AA81-461E-3581-9A8C-880A3BDA2D6A> /usr/lib/libffi.dylib
    0x93b92000- 0x93cf3ffb  com.apple.QuartzCore(1.7 - 269.0) <221FF6A0-9C2C-3977-BC2A-A84C392BA49B>/System/Library/Frameworks/QuartzCore.fra mework/Versions/A/QuartzCore
    0x93cf4000- 0x93f9dff7 com.apple.AddressBook.framework (6.0 - 1043) <54E6D4A0-2799-386D-B53A-9582393E5E5E>/System/Library/Frameworks/AddressBook.fr amework/Versions/A/AddressBook
    0x93f9e000- 0x93fa8ff0 com.apple.DirectoryService.Framework (10.7 - 144)<8F1D20D2-300A-3CC8-BDD0-C79CE0B2BA3A>/System/Library/Frameworks/DirectoryS ervice.framework/Versions/A/DirectoryService
    0x93fa9000- 0x9401efff  com.apple.Metadata(10.7.0 - 627.9) <1EF7D615-3DF4-3F5D-88CE-6BDFA120FE32>/System/Library/Frameworks/CoreServices.f ramework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x94033000- 0x94336ff7  com.apple.Foundation(6.7 - 833.1) <94BFFEDD-0676-368D-B4C6-8784E1DA4306>/System/Library/Frameworks/Foundation.fra mework/Versions/C/Foundation
    0x94337000- 0x9439cff7  libvDSP.dylib(325.3.0 - compatibility 1.0.0) <1C4B66EB-3186-31BE-B93F-878E49334C49>/System/Library/Frameworks/Accelerate.fra mework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x9439d000- 0x9440bfff  com.apple.Heimdal(2.1 - 2.0) <5BA5BFA4-0B05-3B00-AF06-C3D0D60F36BC>/System/Library/PrivateFrameworks/Heimdal .framework/Versions/A/Heimdal
    0x9440c000- 0x94520ff3 com.apple.QuickTimeImporters.component (7.7.1 - 2246)<AB6ABF7E-22FD-3EEF-A9A4-55EC16092D15>/System/Library/QuickTime/QuickTimeI mporters.component/Contents/MacOS/QuickTimeImporters
    0x9485c000- 0x94861ffd  libGFXShared.dylib(??? - ???) <7C55BE22-CDB5-3192-B7F0-96EA754A20AC>/System/Library/Frameworks/OpenGL.framewo rk/Versions/A/Libraries/libGFXShared.dylib
    0x94862000- 0x9486aff3  liblaunch.dylib(392.18.0 - compatibility 1.0.0) <CD470A1E-0147-3CB1-B44D-0B61F9061826>/usr/lib/system/liblaunch.dylib
    0x94892000- 0x94919fff com.apple.print.framework.PrintCore (7.0 - 366)<D037D344-7463-3620-AE8F-8D0D3EA5CE8E>/System/Library/Frameworks/Applicatio nServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCo re
    0x9491a000- 0x9491fffb com.apple.phonenumbers (1.0 - 47)<84484814-C9BE-33E7-A3DF-4DD0E970B902>/System/Library/PrivateFrameworks/Phon eNumbers.framework/Versions/A/PhoneNumbers
    0x94920000- 0x9492bff3  libCSync.A.dylib(600.0.0 - compatibility 64.0.0) <11726E50-E6FC-3AB0-8750-DDDCCF2B8534>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resource s/libCSync.A.dylib
    0x9496a000- 0x94beffe3  com.apple.QuickTime(7.7.1 - 2246) <56DF434A-D929-350C-86D5-684089D0EDFB>/System/Library/Frameworks/QuickTime.fram ework/Versions/A/QuickTime
    0x94bf0000- 0x94c57fff  libc++.1.dylib(19.0.0 - compatibility 1.0.0) <3AFF3CE8-14AE-300F-8F63-8B7FB9D4DA96>/usr/lib/libc++.1.dylib
    0x94c58000- 0x94ca8fff  libFontRegistry.dylib(??? - ???) <BC35B8F5-7CCA-3A04-A278-FA3306B2C4F8>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFont Registry.dylib
    0x94ca9000- 0x94cd9ff7  libsystem_info.dylib(??? - ???) <C385F5A9-458A-3B49-9CC7-EA81DC5F9141>/usr/lib/system/libsystem_info.dylib
    0x94cda000- 0x94eb0fef com.apple.CoreFoundation (6.7 - 635)<4EE0D62E-5342-3A9F-A740-DA1D5AEBB1B0>/System/Library/Frameworks/CoreFounda tion.framework/Versions/A/CoreFoundation
    0x94eb1000- 0x95306fff  FaceCoreLight (1.4.2- compatibility 1.0.0) <53AC5DCE-D04B-3DC3-808D-AA1CAD4D0924>/System/Library/PrivateFrameworks/FaceCor eLight.framework/Versions/A/FaceCoreLight
    0x95307000- 0x95350ff7  libGLU.dylib (??? -???) <3524C956-C8B2-3E8B-805D-9E25E5481A58>/System/Library/Frameworks/OpenGL.framewo rk/Versions/A/Libraries/libGLU.dylib
    0x95351000- 0x9538dffa  libGLImage.dylib (???- ???) <7A150184-E3F7-3773-917A-A5E24B9241FA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9538e000- 0x953ebffb com.apple.htmlrendering (76 - 1.1.4)<743C2943-40BC-36FB-A45C-3421A394F081>/System/Library/Frameworks/Carbon.f ramework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
    0x953ec000- 0x953ecfff com.apple.quartzframework (1.5 - 1.5)<EF66BF08-620E-3D11-87D4-35D0B0CD1F6D>/System/Library/Frameworks/Quartz.fra mework/Versions/A/Quartz
    0x953ed000- 0x9547afe7  libvMisc.dylib(325.3.0 - compatibility 1.0.0) <A44ADE1B-AB2C-3585-8C9D-D85B526E66C0>/System/Library/Frameworks/Accelerate.fra mework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x9547b000- 0x9547cff7  libquarantine.dylib(36.0.0 - compatibility 1.0.0) <70782AEC-8933-3EB4-91CA-E44C0E768C90>/usr/lib/system/libquarantine.dylib
    0x9547d000- 0x954d5fff  com.apple.HIServices(1.9 - ???) <058E00E0-F1B4-395F-813E-C49C0C5F3BA9>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x954d6000- 0x95844ffb com.apple.Safari.framework (7534 - 7534.48.3)<C3115BAB-5CCB-3C1F-BCE8-2206359C1E60>/System/Library/PrivateFramewor ks/Safari.framework/Versions/A/Safari
    0x95873000- 0x95877fff  com.apple.CommonPanels(1.2.5 - 94) <3A988595-DE53-34ED-9367-C9A737E2AF38>/System/Library/Frameworks/Carbon.framewo rk/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x95878000- 0x958c9ff3  com.apple.CoreMediaIO(201.0 - 3148) <C37D84D8-69B2-3375-B988-4EEB2B1A3DF4>/System/Library/Frameworks/CoreMediaIO.fr amework/Versions/A/CoreMediaIO
    0x958ed000- 0x959e4ff3  com.apple.PubSub(1.0.5 - 65.28) <711EF95C-BE58-34A0-AF80-B7EAD17218E7>/System/Library/Frameworks/PubSub.framewo rk/Versions/A/PubSub
    0x959e5000- 0x959e9fff  libGIF.dylib (??? -???) <F6094267-AB0E-38FC-8201-510AA4BDC974>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/lib GIF.dylib
    0x959ea000- 0x95b13ff9  com.apple.CFNetwork(520.0.13 - 520.0.13) <B21DE9ED-1D99-39C0-9E24-77D2A48FBFEF>/System/Library/Frameworks/CoreServices.f ramework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x95b14000- 0x95c04ff1  libiconv.2.dylib(7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D>/usr/lib/libiconv.2.dylib
    0x95c05000- 0x95c56ff9 com.apple.ScalableUserInterface (1.0 - 1)<C3FA7E40-0213-3ABC-A006-2CB00B6A7EAB>/System/Library/Frameworks/QuartzCore.f ramework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/Scalab leUserInterface
    0x95c57000- 0x95c6bff7 com.apple.CFOpenDirectory (10.7 - 144)<665CDF77-F0C9-3AFF-8CF8-64257268B7DD>/System/Library/Frameworks/OpenDirect ory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenD irectory
    0x95c6c000- 0x95c6cff2 com.apple.CoreServices (53 - 53)<C513E133-B0E0-3C35-A7CB-DBC35A7EF571>/System/Library/Frameworks/CoreService s.framework/Versions/A/CoreServices
    0x95c6d000- 0x95cd7ff3 com.apple.CoreSymbolication (2.1 - 66) <B11C9057-1611-36A5-81F6-2C97A7047321>/System/Library/PrivateFrameworks/CoreSym bolication.framework/Versions/A/CoreSymbolication
    0x95da4000- 0x96af4fe3 com.apple.QuickTimeComponents.component (7.7.1 - 2246)<AD39FCD8-72EB-32C4-9B3F-5776BD3ECA52> /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x96af5000- 0x96b15fff com.apple.framework.internetaccounts (1.0 - 1)<81784495-964C-3814-A3AC-24C15A033C6E>/System/Library/PrivateFrameworks/Inter netAccounts.framework/Versions/A/InternetAccounts
    0x96b16000- 0x96c78fff  com.apple.QTKit(7.7.1 - 2246) <3BFE9BE6-4DDD-3D21-9695-0ECE773128E6>/System/Library/Frameworks/QTKit.framewor k/Versions/A/QTKit
    0x96c79000- 0x96c79fff  com.apple.Accelerate(1.7 - Accelerate 1.7) <881C1C85-2DEC-38DE-BC97-7804BC907282>/System/Library/Frameworks/Accelerate.fra mework/Versions/A/Accelerate
    0x96c7a000- 0x96ca8fe7  libSystem.B.dylib(159.0.0 - compatibility 1.0.0) <FA9B75F7-B989-3DD3-97FD-373EB95C5BA8>/usr/lib/libSystem.B.dylib
    0x96ca9000- 0x96cabff7  libdyld.dylib(195.5.0 - compatibility 1.0.0) <637660EA-8D12-3B79-B644-041FEADC9C33>/usr/lib/system/libdyld.dylib
    0x96cac000- 0x96ec6ff7 com.apple.JavaScriptCore (7534 - 7534.48)<430C2E37-5E97-3C16-9BC9-D8478F7A6CF6> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x96ec7000- 0x96ec8ff5  libremovefile.dylib(21.0.0 - compatibility 1.0.0) <9A1E12B7-F822-3544-8E1D-A6DC81E1F2E6>/usr/lib/system/libremovefile.dylib
    0x96f72000- 0x96f7dff4 com.apple.CrashReporterSupport (10.7 - 343)<BB59A426-7D2B-33DC-BCCB-AE5520AFED5E>/System/Library/PrivateFrameworks/Cra shReporterSupport.framework/Versions/A/CrashReporterSupport
    0x96f7e000- 0x97089ffb com.apple.DesktopServices (1.6.0 - 1.6.0)<66E2BD3A-958A-3F46-8DA0-C0F2358013B0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x9708a000- 0x970c0fff com.apple.DebugSymbols (2.1 - 85)<0F996A4A-16A7-3C90-8037-0E2958D1FB16>/System/Library/PrivateFrameworks/Debu gSymbols.framework/Versions/A/DebugSymbols
    0x970c1000- 0x970d8ff8 com.apple.CoreMediaAuthoring (2.0 - 889)<49B55753-BD7E-3889-BA60-15294DA49CB7>/System/Library/PrivateFrameworks/Cor eMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
    0x9711d000- 0x97124ffd  com.apple.NetFS (4.0- 4.0) <D0D59145-D211-3E7C-9062-35A2833FA99B>/System/Library/Frameworks/NetFS.framewor k/Versions/A/NetFS
    0x97125000- 0x971fbff6 com.apple.QuickLookUIFramework (3.0 - 489.1)<DC6303F6-F343-37C5-AE54-F5FD606FE78C>/System/Library/Frameworks/Quartz.f ramework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x971fc000- 0x9725eff3  libstdc++.6.dylib(52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD>/usr/lib/libstdc++.6.dylib
    0x972cc000- 0x9753dffb  com.apple.CoreImage(7.77 - 1.0.1) <DF1D9EB7-5879-3EA2-8CF5-80004DAC18BC>/System/Library/Frameworks/QuartzCore.fra mework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x97552000- 0x9790affb  com.apple.SceneKit(2.0 - 124) <D1B359EA-7637-31D0-800E-8E816B1F4475>/System/Library/PrivateFrameworks/SceneKi t.framework/Versions/A/SceneKit
    0x9790b000- 0x9791eff9 com.apple.MultitouchSupport.framework (220.62 - 220.62)<5BD8730D-43A4-3040-9EA3-0BDA52A392A9>/System/Library/PrivateFrameworks/ MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x9791f000- 0x9792ffff com.apple.LangAnalysis (1.7.0 - 1.7.0)<6D6F0C9D-2EEA-3578-AF3D-E2A09BCECAF3>/System/Library/Frameworks/Applicat ionServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/La ngAnalysis
    0x97930000- 0x97936ffd com.apple.CommerceCore (1.0 - 17)<71641C17-1CA7-3AC9-974E-AAC9EB641035>/System/Library/PrivateFrameworks/Comm erceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/Commer ceCore
    0x97990000- 0x979a5ff7  com.apple.ImageCapture (7.0 - 7.0)<116BC0CA-428E-396F-85DF-52793034D2A0>/System/Library/Frameworks/Carbon.fra mework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x979a6000- 0x979a7fff  liblangid.dylib (???- ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib
    0x979a8000- 0x97a0cfff com.apple.framework.IOKit (2.0 - ???)<B5888D02-8C36-3404-A37E-7457D950D629>/System/Library/Frameworks/IOKit.fram ework/Versions/A/IOKit
    0x97a0d000- 0x97a1bfff  libdispatch.dylib (187.5.0- compatibility 1.0.0) <1883C8E2-D180-3EA0-8BEF-325F2FEDACD1>/usr/lib/system/libdispatch.dylib
    0x97a1c000- 0x97c3aff7  com.apple.imageKit(2.1 - 1.0) <0B16E64D-597C-3ECE-8076-7991AF7D6820>/System/Library/Frameworks/Quartz.framewo rk/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x97c90000- 0x97c91fff libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0)<B04592B1-0924-3422-82FF-976B339DF567>/usr/lib/system/libsystem_blocks.dy lib
    0x97c92000- 0x97cd0fff com.apple.NavigationServices (3.6 - 192)<CB7AE807-9292-3EBA-A5F5-D7DCEE28A5B7>/System/Library/Frameworks/Carbon.fra mework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationS ervices
    0x97d28000- 0x97d3dfff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74)<92AADDB0-BADF-3B00-8941-B8390EDC931B>/System/Library/Frameworks/Applica tionServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/ A/SpeechSynthesis
    0x97d7d000- 0x97db1ff8  libssl.0.9.8.dylib(0.9.8 - compatibility 0.9.8) <240A755A-8B80-354C-A5BF-42D7B5A68409>/usr/lib/libssl.0.9.8.dylib
    0x97db2000- 0x97dc1fff  SyndicationUI (??? -???) <F6C2DFA5-66CF-3B98-81BB-D81E5185AE62>/System/Library/PrivateFrameworks/Syndica tionUI.framework/Versions/A/SyndicationUI
    0x97dc2000- 0x987e4fef  com.apple.WebCore(7534 - 7534.48.3) <EAEADE43-C614-3CEF-B04D-27258FB7203B>/System/Library/Frameworks/WebKit.framewo rk/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
    0x987e5000- 0x98804fff com.apple.RemoteViewServices (1.0 - 1) <D9810485-6A62-3758-96F5-48950AF250F1>/System/Library/PrivateFrameworks/RemoteV iewServices.framework/Versions/A/RemoteViewServices
    0x98805000- 0x9883bff7  com.apple.AE (527.6 -527.6) <77999151-94E3-37CD-A49E-7A9F9084F886>/System/Library/Frameworks/CoreServices.f ramework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x9883c000- 0x98841ff7  libmacho.dylib(800.0.0 - compatibility 1.0.0) <56A34E97-518E-307E-8218-C5D43A33EE34>/usr/lib/system/libmacho.dylib
    0x98842000- 0x98c35ff7 com.apple.VideoToolbox (1.0 - 705.35)<B0D04F08-D3EB-370A-A56F-8AF01116B0D0>/System/Library/PrivateFrameworks/ VideoToolbox.framework/Versions/A/VideoToolbox
    0x98c36000- 0x98c5dff3 com.apple.framework.Apple80211 (7.0 - 700.57)<D3256A8F-E155-373D-AFAE-B37EDCF2454D> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211

    /Library/InputManagers/*/GrowlSafariLoader.bundle/Contents/MacOS/GrowlSafar iLoader
    /Library/InputManagers/*/GrowlSafar iLoader.bundle/Contents/PlugIns/GrowlSafari.bundle/Contents/MacOS/GrowlSafari
    /Library/InputManagers/*/GrowlSafariLoader.bundle/Contents/PlugIns/GrowlSafari. bundle/Contents/Frameworks/Growl.framework/Growl
    /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    Follow the paths you see above. Move the files in bold print to the Desktop.
    /Users/USER/Library/ScriptingAdditi ons/Default Folder X Addition.osax/Contents/MacOS/DefaultFolder X Addition
    Same thing. Move the files in bold print to the Trash.
    /Library/PreferencePanes/Default Folder X.prefPane/Contents/Resources/DefaultFolder X.bundle/Contents/Resources/Carbon
    Same instructions.
    Now go to ~ /Library/ Caches / com.apple.Safari.
    Move the cache.db file from the com.apple.Safari folder to the Trash.
    ~ (Tilde) represents the Home folder.
    For LIon:   To find the Home folder in OS X Lion, open the Finder, hold the Option key, and choose Go > Library
    Restart your Mac. Try Safari.
    Check here http://growl.info/ for Lion compatible updates.
    As for the other Safari add ons, move one set of files back to the original folder, quit then relaunch Safari to test.

  • How to add check box in table control?

    Dear frnds,
    In our requirement i am used tablec ontrol for dialog programming, but i am confused about addition of check box as fields in table control.
    Any help are welcome from your side.

    Hi,
    Chk this demo program: DEMO_DYNPRO_TABCONT_LOOP_AT
    & RSDEMO02.
    Another way:
    Go to the edit mode of the screen select the table control column you want to make it as check box and follow the menu EDIT->CONVERT->check box.
    (make sure that column definition in itab/ddtab is of size 1 char)
    Also chek out this link:
    Add Check box in Table control
    Hope these help you.
    Regards,
    Anjali

Maybe you are looking for

  • Abap hr PNPCE

    Hi, I am LDB PNPCE, when I use rp-provide macro it says not recognised. Can we use macros in PNPCE or no. Then what is the other way to get latest record instead of using loop. Thanks, Oscar.

  • Quadtone ICC print profiles not found in CS6

    I have several ICC profiles installed in the Colorsync>Profiles folder. They are QTR ICC profles for B+W printing. CS5 sees these profiles when assining  custom profle for  soft profing and when choosing a profile for printing. CS6 finds the profles

  • How to resolve illegal cross join error

    Can someone please tell me how can we avoid illegal cross join error in modeling? If someone has any reference document , please share it. I have 5 tables - Dim (A, B , C,E) and Fact( D). C is lookup table which is used to resolve the lookup code col

  • All adapter issue after patch XI SP16

    Hi, I did patch the following by SDM from SP15 -> SP16 SAPBASIS16_0 SAPXIAF16P_2 SAPXIAFC16P_5 SAPXICONS16_0 SAPXIPCK16_0 SAPXITOOL16P_3 and when i get to adapter monitoring(http://sapxid:50000/mdt/amtServlet) , i can not see all of adapter only exce

  • Creating bank account use with API

    Hi everyone, I'm trying to create internal bank accounts with the given oracle API's but I'm stuck at a point that has me tearing my hair out. It is at the point where I create a bank account use. I saw a reference for a metalink note 948993.1 but I