Statspack: Segregation of non-application workload

Hello,
Oracle 10.2.0.5.0 (32 bit)
Windows 2003 R2 Standard Edition
I have statspack running at 30 minute interval on this database. I am interested in finding details of the "physical write total bytes" part.
Statistic                                      Total     per Second    per Trans
physical write bytes                      25,444,352       14,135.8      2,276.7
physical write total bytes               121,980,928       67,767.2     10,914.5As one can see, the difference is huge (I am assuming the unit for "Total" column, for these statistic, is bytes).
The documentation (http://docs.oracle.com/cd/B19306_01/server.102/b14237/stats002.htm) says
<quote>
Physical write total bytes
Total size in bytes of all disk writes for the database instance including application activity, backup and recovery, and other utilities. The difference between this value and "physical write bytes" gives the total write size in bytes by non-application workload.
<quote>
Since the non-application workload seems to be higher than the application workload, I am curious if we can get an actual break down of the number of bytes (operation wise) for all non-application related operations.
Thanks in advance,
Regards,

Satish,
Logminer, Listner log, auditing, Tanel Podder's [url http://tech.e2sn.com/oracle-scripts-and-tools/session-snapper] snapper , triggers can be used to get an idea how much redo (no. of blocks and bytes) has been generated for a given transaction; something like suppose I wish to get how much redo will generate if I says : update scott.emp set empno=somevalue where empno=queryvalue. If this is your question, which seems correct to me, because the value of redo generation per transaction; I think Its application workload on db. I am sure, you all these knows, but just re-mentioning in the light of question or something rephrasing the question please.
While googling with "application workload analysis for oracle database", I thought there may be another, but totally different and separate tools of either oracle and/or third party by which we can capture actual workload analysis data by chart, html pages, something like Oracle 12c Enterprise Manager. I am reading [url http://www.oracle.com/technetwork/oem/pdf/511991.pdf] this  pdf, which is saying "
"Capturing Application Workload Using RUEI
In order to capture the application workloads, Oracle Application Replay uses Oracle Real User Experience Insight (RUEI). RUEI is a Web-based utility for monitoring and reporting on real-user’s experience with your Weband packaged applications. It measures the response times of pages, issues users are experiencing, if issues are application or network related,user flows and much more.. It provides you with powerful analysis of your network and business infrastructure, while an insightful diagnostics facility allows application managers as well as IT technical staff to perform root-cause analysis."
But yes, I think Oracle should incorporate an option/switch to segregate the total application bytes in statspack in next release/patch or a portion in which we can see the application workload and non-application workload something like this :
Application Name     Total Blocks      Total Bytes      CPU Consumption%      SGA Usages%
App1.Exe               
App2.ExeRegards
Girish Sharma

Similar Messages

  • Non-application exception occurred while processing method createReportsExc

    Hi,
    Any one get the following exception
    Non-application exception occurred while processing method createReportsExcelFile on bean BeanId(bsd#bsdejb.jar#ReportsDownload, null): java.lang.NoSuchMethodError: java.lang.RuntimeException: method <init>(Ljava/lang/Throwable;)V not found
         at jxl.write.biff.File.write(File.java(Compiled Code))
         at jxl.write.biff.SheetWriter.write(SheetWriter.java(Compiled Code))
         at jxl.write.biff.SheetWriter.write(SheetWriter.java(Compiled Code))
         at jxl.write.biff.WritableSheetImpl.write(WritableSheetImpl.java:1165)
         at jxl.write.biff.WritableWorkbookImpl.write(WritableWorkbookImpl.java:805)
         at com.bsdnet.ejb.report.ReportsDownloadEJB.writeToBUReportExcelFile(ReportsDownloadEJB.java(Compiled Code))
         at com.bsdnet.ejb.report.ReportsDownloadEJB.createBUReport(ReportsDownloadEJB.java:2151)
         at com.bsdnet.ejb.report.ReportsDownloadEJB.createReportsExcelFile(ReportsDownloadEJB.java:411)
         at com.bsdnet.ejb.report.EJSRemoteStatelessReportsDownload.createReportsExcelFile(EJSRemoteStatelessReportsDownload.java:49)
         at com.bsdnet.ejb.report._ReportsDownload_Stub.createReportsExcelFile(_ReportsDownload_Stub.java:258)
         at com.bsdnet.batch.report.ReportsJobProcessingThread.run(ReportsJobProcessing.java:282)
    IF Yes, Then Please help me out asap.
    Thanks,
    Sumit Gupta

    Since you want to use a class that is not part of your EJB environment you cant access it.
    Like you said your ELUWS14 class is part of your web project, most likely to be inside a war. And the session bean inside an ear.
    If you need that class on both environments (session beans and web components) the best approach is to create a JAR file and include it there. If it is going to change a lot then the best approach is to have it on your ear (EJB side), and your web components should call the session beans method to invoke operations.
    Your business rules should not access your presentation layer:
    EJB -> Web components Not a good idea
    EJB <-> Web components Not a good idea
    EJB <- Web components This is the way to go
    So, web components should access classes from the ear, and not viceversa. This is why containers make ear classes accesible to web component, and not in the other way

  • Way to enable the Webkit disabled features in non-application sandbox?

    Are there any plans to re-enable the webkit-disabled features at least for the non-application sandboxes?   For example - if you have an iframe that is hosting a pure html5 application, then it would be nice to use the html5 application cache feature, this way we do not have to write custom code to use the air/flash version of persisted storage.  
    In other words: Is it in your roadmap to provide a sandbox that can run with all webkit features enabled?  Such that a pure HTML5 app can be written and deployed on the web and via air.

    Interesting question - thanks for asking it.
    -Chris

  • Why is XMLRequest optional in non application sandbox?

    Hi everyone,
    what does optional mean in this box below found at
    http://labs.adobe.com/wiki/index.php/AIR:HTML_Security_FAQ#How_would_someone_code_in_this_ new_model.3F??
    Capability
    AIR Application Sandbox
    AIR Non-application
    Can    execute cross-domain requests (XMLHttpRequest)?
    Yes
    Optional
    what does optional mean?? do you have to set the non aplication sandbox up in a certain way in order to allow for XMLHttpRequests?
    Thank you all in advance
    IrishAIRMax

    Interesting question - thanks for asking it.
    -Chris

  • Non-application exception occurred while processing method "fnExtRiskAccum"

    I am getting the following error when starting the Server ?
    Please help me to find out what it means
    Non-application exception occurred while processing method "fnExtRiskAccum". Exception data: com.ibm.ejs.container.CreateFailureException: ; nested exception is:
         java.lang.reflect.InvocationTargetException
         at com.ibm.ejs.container.StatelessBeanO.<init>(StatelessBeanO.java:151)
         at com.ibm.ejs.container.CMStatelessBeanO.<init>(CMStatelessBeanO.java:53)
         at com.ibm.ejs.container.CMStatelessBeanOFactory.create(CMStatelessBeanOFactory.java:40)
         at com.ibm.ejs.container.EJSHome.createBeanO(EJSHome.java:666)
         at com.ibm.ejs.container.EJSHome.createBeanO(EJSHome.java:753)
         at com.ibm.ejs.container.activator.UncachedActivationStrategy.atActivate(UncachedActivationStrategy.java:78)
         at com.ibm.ejs.container.activator.Activator.activateBean(Activator.java:516)
         at com.ibm.ejs.container.EJSContainer.preInvoke_internal(EJSContainer.java:2762)
         at com.ibm.ejs.container.EJSContainer.preInvoke(EJSContainer.java:2487)
         at com.ibm.ejs.container.EJSContainer.preInvoke(EJSContainer.java:2472)
         at uw.EJSRemoteStatelessUWGC_ejbVERIFY_34c1773e.fnExtRiskAccum(EJSRemoteStatelessUWGC_ejbVERIFY_34c1773e.java:52)
         at uw._UWGC_ejbVERIFYRemote_Stub.fnExtRiskAccum(_UWGC_ejbVERIFYRemote_Stub.java:918)
         at ren.RNLB_cPL_MAIN.doGet(RNLB_cPL_MAIN.java:3045)
         at ren.RNLB_cPL_MAIN.doPost(RNLB_cPL_MAIN.java:65)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at ren.RNLB_cPL_MAIN.service(RNLB_cPL_MAIN.java:4055)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServletInstance.java:110)
         at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecycleServlet.java:174)
         at com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServlet.java:313)
         at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecycleServlet.java:116)
         at com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.java:283)
         at com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidServletReferenceState.java:42)
         at com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(ServletInstanceReference.java:40)
         at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:983)
         at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:564)
         at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:200)
         at common.UTIL_cENTRY.doGet(UTIL_cENTRY.java:84)
         at common.UTIL_cENTRY.doPost(UTIL_cENTRY.java:89)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServletInstance.java:110)
         at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecycleServlet.java:174)
         at com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServlet.java:313)
         at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecycleServlet.java:116)
         at com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.java:283)
         at com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidServletReferenceState.java:42)
         at com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(ServletInstanceReference.java:40)
         at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:983)
         at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:564)
         at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:200)
         at common.UTIL_cTUNNEL.doGet(UTIL_cTUNNEL.java:129)
         at common.UTIL_cTUNNEL.doPost(UTIL_cTUNNEL.java:151)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServletInstance.java:110)
         at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecycleServlet.java:174)
         at com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServlet.java:313)
         at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecycleServlet.java:116)
         at com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.java:283)
         at com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidServletReferenceState.java:42)
         at com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(ServletInstanceReference.java:40)
         at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:983)
         at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:564)
         at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:200)
         at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java:119)
         at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:276)
         at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:71)
         at com.ibm.ws.webcontainer.cache.invocation.CacheableInvocationContext.invoke(CacheableInvocationContext.java:116)
         at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:186)
         at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java:334)
         at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56)
         at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:618)
         at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:443)
         at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:672)
    Caused by: java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled Code))
         at java.lang.reflect.Method.invoke(Method.java(Compiled Code))
         at com.ibm.ejs.container.StatelessBeanO.<init>(StatelessBeanO.java:144)
         ... 64 more
    Caused by: javax.ejb.CreateException: Unable to create EJB: UWGC_ejbVERIFYBean.
         at uw.UWGC_ejbVERIFYBean.ejbCreate(UWGC_ejbVERIFYBean.java:100)
         ... 69 more

    Since you want to use a class that is not part of your EJB environment you cant access it.
    Like you said your ELUWS14 class is part of your web project, most likely to be inside a war. And the session bean inside an ear.
    If you need that class on both environments (session beans and web components) the best approach is to create a JAR file and include it there. If it is going to change a lot then the best approach is to have it on your ear (EJB side), and your web components should call the session beans method to invoke operations.
    Your business rules should not access your presentation layer:
    EJB -> Web components Not a good idea
    EJB <-> Web components Not a good idea
    EJB <- Web components This is the way to go
    So, web components should access classes from the ear, and not viceversa. This is why containers make ear classes accesible to web component, and not in the other way

  • Repeatable non-application specific crash on iMac C2D

    I am very used to enter Chinese punctuation by pressing the key combination option+` on my iBook, but now, whenever I press these keys together on my iMac, it causes an exception EXCBADACCESS (0x0001) with codes KERNPROTECTIONFAILURE (0x0002), and the program crashes.
    It is non-application specific, so I can actually kill (er... or crash...) any program by pressing option+`...
    Is it a bug of the the OS or hardware?
    Or is it something to do with my settings? (Tho I've check that the setting on the iMac matches that on my iBook.)
    Any input is welcomed.
    iMac Core 2 Duo 24" 7600GT   Mac OS X (10.4.7)  

    Does the same thing happen with differerent fonts? Maybe a font is corrupt. Since your Mac is under Apple's warranty, you should absolutely call Apple to report this problem. If there is a hardware issue, you need to make sure its fixed while your Mac is under warranty.

  • Non-Application users in Discoverers

    Hi all, Thanks for being providing answers.
    I have got a question on Discoverer users:-
    Can we setup non-application users in Discoverer and share workbooks/worksheets etc.?
    I can only think of creating database users as the other option. There may be a way to create Discoverer exclusive end-users that are neither application nor database users to run existing workbooks via Viewer or Plus.
    Any responses would be greatly appreciated.
    --Srinu                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Thanks Roelie for your quick response and valuable information.
    --Srinu                                                                                                                                                                                       

  • Segregation of Cash application and application of on account AR payments

    Hi Friends,
    We have a requirement to segregate cash application to customer accounts and application of on account payments from customer account. The requirement is coming from Internal audit. They want a process where a group of users can apply payments to the customers , they can apply payment directly to invloice if they know it. But if they don't know the same, they can post on account to the customer. Another group of users (collectors) can call up customer and find for which invoice, the payment needs to be applied and can clear on account payment to an invoice. In FI module, application of payment to customer can be done by using TR code F-28 and account clearing can be done using Tr code F-04/F-32. These two functions can be segregated by restricting access of F-28 to only cash application group. But if the collector wants, he/she can post to cash account using Tr code F-32/F-04 also. SAP does allow to enter any GL Account in clearing Tr codes also so it does not seem possible to segregate these two functions just by restricting access to Tr code F-28. Restricting access of collectors to all GL Accounts may not work as they may have to post exchange rate gain/loss which are GL Accounts.  Has anyone dealt with such situation and how was it solved? Any suggestion would be helpful.
    Thanks and regards,
    Pinky

    Hi Friends,
    We have a requirement to segregate cash application to customer accounts and application of on account payments from customer account. The requirement is coming from Internal audit. They want a process where a group of users can apply payments to the customers , they can apply payment directly to invloice if they know it. But if they don't know the same, they can post on account to the customer. Another group of users (collectors) can call up customer and find for which invoice, the payment needs to be applied and can clear on account payment to an invoice. In FI module, application of payment to customer can be done by using TR code F-28 and account clearing can be done using Tr code F-04/F-32. These two functions can be segregated by restricting access of F-28 to only cash application group. But if the collector wants, he/she can post to cash account using Tr code F-32/F-04 also. SAP does allow to enter any GL Account in clearing Tr codes also so it does not seem possible to segregate these two functions just by restricting access to Tr code F-28. Restricting access of collectors to all GL Accounts may not work as they may have to post exchange rate gain/loss which are GL Accounts.  Has anyone dealt with such situation and how was it solved? Any suggestion would be helpful.
    Thanks and regards,
    Pinky

  • Non-application specific static files not visible in shared components

    Hello,
    We recently upgraded to APEX 4.0.2.00.07. In the past we have uploaded a number of static files with no specific application linked to them.
    Now, when I search on these files using Shared Components -> Static Files, I don't find them back.
    But, if I directly query the view APEX_WORKSPACE_FILES (using the APEX schema owner), I see all the files. They have APPLICATION_ID = 0 and APPLICATION_NAME is empty.
    Is this a bug? I couldn't reproduce this with newly added static files, whether I specify an application or not.
    Matthias
    Edited by: mhoys on Mar 1, 2011 11:40 AM

    Owen:
    Excellent idea/perspective...I did not think of that.  Each of our forms/screens has a seperate class file.  Each class file has a CreateForm() routine that is called when an instance of the class is intiated behind the menu selection. 
    Here is a block of code In Main.vb I use to execute a menu selection:
    Case "MPA"
      '8/30/07 EJD - Work Order Parameters Screen
       If GetFormCount(G_MPAMaint_Form_Type).ToString = "0" Then
               Dim MPAForm As New MPA
               BubbleEvent = False
        Else
               UpdateStatus("Another MPA maintenance screen is already open", SAPbouiCOM.BoStatusBarMessageType.smt_Error)
               BubbleEvent = False
        End If
    So, I can utilize this code in the case statement where I was doing the ActivateMenu if I hear you right.  Now, can you help me with how I would pass the
    variables instead of making them Public Shared in the Main class?  Or is it ok to expose them that way?
    I Appreciate the help,
    Ed

  • I can not open non application

    I transfered some ringtone to my iphone 4s (sprint) by Iphonne PC Suite ,asfter that i can not open non of my apps.what i have to do?

    Just to clarify, you have been using something that is NOT iTunes, correct?
    Don't do that. Set it up to sync using iTunes. It should work fine. You will probably need to set your phone up as a new device. It's entirely possible that whatever program you were using caused some damage to the file system.

  • Installing applications mode eul on non-applications database

    I have two systems...my 11i erp system and an oracle based data warehouse. I would like to use my existing erp system security model on the warehouse. To do this, I would like to set up an applications mode EUL on the warehouse and replicate my user and responsibility tables from the erp system. The problem is that I don't know specifically which tables Disco Administrator version looks for when it sets up the applications mode eul (beside fnd_user and fnd_responsibility).
    Has anybody ever succesfully done this? If so, what tables did you replicate?

    Scott,
    This will be difficult to do successfully. Discoverer uses the fnd_global package to make a connection to an apps mode EUL. Therefore this package (and all its many dependencies) must be present and working on your data warehouse. I would suggest that you initially replicate all the Applications tables. Once the security is up and running on the data warehouse system you could probably just replicate fnd_user, fnd_responsibility and wf_load_user_roles to add any new users and responsibilities.
    Hope that helps,
    Rod West

  • Where do my minimized, non-application, windows go?

    The most notable example of this phenomen is opening a document folder on a USB drive and then clicking to open a MSWord document. The Word docment is easy to find since it is always associated with the Word icon in the dock, but when I minimized the window for the USB drive, I can't find it again. Thanks for all your assistance.

    A USB drive would be a Finder window. It minimizes into the Finder.

  • 9I STATSPACK PACKAGE를 이용하여 생성된 성능보고서 분석 예제

    제품 : ORACLE SERVER
    작성날짜 : 2005-01-07
    9I STATSPACK PACKAGE를 이용하여 생성된 성능보고서 분석 예제
    ==========================================
    PURPOSE
    이 문서는 9i 데이타베이스 운영 중 전반적인 System performance
    저하를 경험할 경우 StatsPack Package를 이용하여 성능관련 문제
    분석에 활용하는 방법을 예제를 통해 알아보기로 한다.
    Explanation
    <Bulletin:17118>에는 statspack.snap 프로시져를 수행하여 snapshot을
    생성하는 데 있어 통계정보 수집 방법에 대하여 자세히 소개되어 있다.
    <Bulletin:17119>에는 spreport.sql 수행을 통한 STATSPACK 성능 보고서
    생성 방법과 생성되는 report의 내용을 요약적으로 볼 수 있다.
    이 문서는 STATSPACK utility에 의해 생성되는 이 output(성능보고서)을
    이해하고 진단하는 데 도움을 줄 만한 내용을 알아본다.
    데이타베이스 performance tuning은 아주 광범위한 분야이므로,
    아 자료는 몇 가지 특정 tuning point에 대해서만 촛점을 맞추어 알아본다.
    1. 9i 에서 statspack 수행 시 Summary Information
    STATSPACK report for
    DB Name DB Id Instance Inst Num Release Cluster Host
    ETSPRD7 1415901831 etsprd7a 1 9.2.0.5.0 YES tsonode1
    Snap Id Snap Time Sessions Curs/Sess Comment
    Begin Snap: 71 11-Jun-04 10:02:41 ####### .0
    End Snap: 73 11-Jun-04 12:09:00 ####### .0
    Elapsed: 126.32 (mins)
    ==> 이전의 OPS 항목은 Real Applications Cluster(RAC) 라고 하는 새로운
    용어를 나타내기 위해 Cluster로 대체되었다.
    그리고, Cursors/Session 과 Comment라고 하는 column이 추가되었다.
    2. Oracle 9i Instance Workload Information
    모든 statspack report는 instance efficiency를 결정하는 데 도움이 될
    만한 인스턴스 metric들과 인스턴스의 workload profile을 보여주는 것으로
    시작한다.
    Oracle 9i에서 Std Block size는 인스턴스의 primary block size를 나타낸다.
    1) Instance cache information:
    Cache Sizes (end)
    ~~~~~~~~~~~~~~~~~
    Buffer Cache: 704M Std Block Size: 8K
    Shared Pool Size: 256M Log Buffer: 1,024K
    2) Load profile Information:
    Load profile Information은 Oracle 8i와 9i가 모두 동일하다.
    Load Profile
    ~~~~~~~~~~~~
    Per Second Per Transaction
    Redo size: 351,530.67 7,007.37
    Logical reads: 5,449.81 108.64
    Block changes: 1,042.0 8 20.77
    Physical reads: 37.71 0.75
    Physical writes: 134.68 2.68
    User calls: 1,254.72 25.01
    Parses: 4.92 0.10
    Hard parses: 0.02 0.00
    Sorts: 15.73 0.31
    Logons: -0.01 0.00
    Executes: 473.73 9.44
    Transactions: 50.17
    % Blocks changed per Read: 19.12 Recursive Call %: 4.71
    Rollback per transaction %: 2.24 Rows per Sort: 20.91
    각 항목들의 의미는 다음과 같다.
    Redo size: This is the amount of redo generated during this report.
    Logical Reads: This is calculated as Consistent Gets + DB Block Gets = Logical Reads
    Block changes: The number of blocks modified during the sample interval
    Physical Reads: The number of requests for a block that caused a physical I/O.
    Physical Writes: The number of physical writes issued.
    User Calls: The number of queries generated
    Parses: Total of all parses: both hard and soft
    Hard Parses: Those parses requiring a completely new parse of the
    SQL statement. These consume both latches and shared pool area.
    Soft Parses: Not listed but derived by subtracting the hard parses
    from parses. A soft parse reuses a previous hard parse
    and hence consumes far fewer resources.
    Sorts, Logons, Executes and Transactions are all self explanatory
    3) Instance Efficiency Ratios:
    Instance Efficiency Percentages (Target 100%)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Buffer Nowait %: 99.99 Redo NoWait %: 100.00
    Buffer Hit %: -45.57 In-memory Sort %: 97.55
    Library Hit %: 99.89 Soft Parse %: 99.72
    Execute to Parse %: -1.75 Latch Hit %: 99.11
    Parse CPU to Parse Elapsd %: 52.66 % Non-Parse CPU: 99.99
    Shared Pool Statistics Begin End
    Memory Usage %: 42.07 43.53
    % SQL with executions>1: 73.79 75.08
    % Memory for SQL w/exec>1: 76.93 77.64
    Example
    1. Parse가 너무 빈번하여 성능에 영향을 주는 예제
    예제1. TARGET 이 100% 인데 다른 항목들은 좋은 편이지만, PARSE 관련
    비율들만 낮은 경향을 보임.
    Instance Efficiency Percentages (Target 100%)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Buffer Nowait %: 99.93 Redo NoWait %: 99.99
    Buffer Hit %: 97.97 In-memory Sort %: 100.00
    Library Hit %: 93.58 Soft Parse %: 85.59
    Execute to Parse %: 10.21 Latch Hit %: 99.48
    Parse CPU to Parse Elapsd %: 40.07 % Non-Parse CPU: 90.54
    예제2. 한번 PARSE해서 한번만 수행한 SQL이 전체 SQL 의 40% 나 차지하는 경우
    이러한 경우 권장사항은 한번 PARSE하여 여러번 수행하는 것이다.
    Shared Pool Statistics Begin End
    Memory Usage %: 94.13 94.95
    % SQL with executions>1: 40.43 36.56
    % Memory for SQL w/exec>1: 31.67 26.27
    예제3. 다음 정보는 빈번하게 수행되면서, 수행할 때마다 PARSE하는 SQL들이다.
    SQL ordered by Parse Calls for DB:
    % Total
    Parse Calls Executions Parses Hash Value
    191,537 191,538 5.31 2386297721
    Module: OCS00000.exe
    SELECT DOCTNO, CLINIC, DOCTNAME FROM OCSUSER.OCSDOCTOR
    WHERE ROWNUM = 1 -- AND DOCTNO > ' ' --2004/03/02 LEEJUNGHY
    UN -- AND DOCTNO IN (P_DOCTNO,SUBSTR(P_DOCTNO,-5)); A
    ND DOCTNO = TRIM(TO_CHAR(SUBSTR(:b1,GREATEST(LENGTH(:b1)*(-1),-5
    )),'00000'))
    102,871 102,871 2.85 102761273
    Module: OCS00000.exe
    SELECT KORNAME FROM EPMUSER.EPMMASTER WHERE EMPNO IN (:
    b1,SUBSTR(:b1,-5))
    92,454 92,454 2.56 231443659
    Module: NIN00000.exe
    SELECT USERID FROM APMUSER.APMSESSIONID WHERE INSTANC
    ENO = USERENV('INSTANCE') AND SESSIONID = USERENV('S
    ESSIONID')
    예제4. SQL을 shared pool에 할당하는 관련 LATCH 들의 MISS가 보이는 경우
    Latch Activity for DB: DAUMC Instance: DAUMC1 Snaps: 71 -73
    ->"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
    library cache 60,564,808 1.9 0.2 1318 1,431,661 9.8
    library cache pin 28,629,340 0.1 0.1 9 0
    library cache pin alloca 19,120,395 0.1 0.1 5 0
    shared pool 63,075,980 4.0 0.1 578
    예제5. V$librarycache 뷰의 정보 중 SQL AREA의 MISS가 있는 경우
    Library Cache Activity for DB: DAUMC Instance: DAUMC1 Snaps: 71 -73
    ->"Pct Misses" should be very low
    Get Pct Pin Pct Invali-
    Namespace Requests Miss Requests Miss Reloads dations
    SQL AREA 2,766,961 15.6 11,370,919 9.1 87,750 6
    TABLE/PROCEDURE 1,166,084 0.1 3,925,826 0.1 2,081 0
    BODY 45,742 0.0 45,742 0.0 0 0
    TRIGGER 808,617 0.0 808,624 0.0 30 0
    CLUSTER 717 0.0 523 0.0 0 0
    예제6. SHARED POOL USAGE 를 볼 때 2G 중 SQL AREA + LIBRARY CACHE가 대부분 차지
    SGA Memory Summary for DB: DAUMC Instance: DAUMC1 Snaps: 71 -73
    SGA regions Size in Bytes
    Database Buffers 1,509,949,440
    Fixed Size 459,920
    Redo Buffers 679,936
    Variable Size 2,164,260,864
    sum 3,675,350,160
    shared_pool_size = 2013265920
    SGA breakdown difference for DB: DAUMC Instance: DAUMC1 Snaps: 71 -73
    Pool Name Begin value End value % Diff
    shared library cache 465,599,756 467,728,476 0.46
    shared sql area 1,283,939,172 1,300,770,180 1.31
    shared miscellaneous 150,304,904 151,676,316 0.91
    shared free memory 125,065,548 107,550,900 14.00
    너무 빈번한 Parse를 줄이기 위한 권장사항
    - Literal SQL보다는 BIND VARIABLE 사용 권장
    - SOFT PARSE가 85%나 차지하므로 Session_cached_cursors 파라미터 설정 권장
    ( 가령 100 --> 200 )
    이 파라미터에 지정한 갯수는 한 session 동안 open된 상태로 cache에
    유지할 수 있는 cursor의 갯수이다.
    <참고> CURSOR 는 한번 오픈된 다음 여러번 execution 될 수 있다.
    예를 들어 V$SQL 뷰에서 한 SQL 이 몇번 execute 되었는지는
    v$sqlarea.executions 로 확인 가능하다.
    <Note:30804.1> 참조
    2. SQL ACCESS PATH(SQL 수행 패턴)와 I/O에 문제가 있어 성능에 영향을 주는 예제
    SQL 수행 시 full table scan보다 INDEX scan이 항상 더 빠른 것은 아니다.
    예제1. 전체 WAIT TIME 의 대부분(60~70%)이 DB FILE SEQUENTIAL READ,
    즉 one block read (주로 인덱스 사용)일 때이다.
    Top 5 Timed Events
    ~~~~~~~~~~~~~~~~~~ % Total
    Event Waits Time (s) Ela Time
    db file sequential read 3,682,330 87,681 59.32
    CPU time 31,297 21.17
    global cache cr request 4,254,569 11,086 7.50
    enqueue 43,040 3,211 2.17
    latch free 505,497 2,068 1.40
    예제2. Tablespace IO Stats for DB , File IO Stats for DB 등의 DISK IO
    통계정보를 보면 AV Read 속도가 권장이 20ms 이하이나 대부분이
    20ms 이상이고 30ms 인 경우
    Tablespace IO Stats for DB: DAUMC Instance: DAUMC1 Snaps: 71 -73
    ->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)
    OCS_DATA 1,320,724 174 25.0 1.0 34,046 4 90,263 22.5
    AMP_DATA 589,915 78 25.6 1.1 6,487 1 4,994 28.9
    OCS_IDX 282,622 37 26.9 1.0 54,707 7 7,813 25.6
    CP_DATA 204,100 27 18.2 1.1 3,297 0 1,594 17.3
    AMP_IDX 174,413 23 26.4 1.0 16,853 2 5,833 28.9
    File IO Stats for DB: DAUMC Instance: DAUMC1 Snaps: 71 -73
    ->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)
    AMP_DATA /dev/vx/rdsk/dongadg/daumc_amp_data_30720m
    444,094 59 26.0 1.1 3,311 0 3,716 29.9
    /dev/vx/rdsk/dongadg/daumc_rdat0301_10240m
    74,911 10 24.5 1.1 1,124 0 685 26.5
    /dev/vx/rdsk/dongadg/daumc_rdat0303_10240m
    70,910 9 24.3 1.1 2,052 0 593 25.8
    AMP_IDX /dev/vx/rdsk/dongadg/daumc_amp_idx_30720m
    174,413 23 26.4 1.0 16,853 2 5,833 28.9
    AMS_DATA /dev/vx/rdsk/dongadg/daumc_ams_data_4096m
    11 0 26.4 1.0 0 0 0
    위의 Disk I/O Tuning point를 근거로 튜닝 필요한 SQL 찾기
    예제3. SQL ordered by Gets for DB: DAUMC Instance: DAUMC1 Snaps: 71 -73
    -> 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
    5,029,778 20 251,488.9 2.5 62.87 106.97 1740340670
    Module: NMS00000.exe
    SELECT ns.getdate, ns.gettime, ns.sid, ns.idno, ns.name
    , ns.ward, ns.sex, ns.age, ns.sampcd, we.workcd, MIN(nr
    .testcd) testcd, MIN(nr.testno) testno, MIN(nr.result)
    result, MIN(nr.ROWID) nrROWID, sm.sampnm FROM nmusr.nmsample
    ns, nmusr.nmresult nr, nmusr.nmworkenv we, nmusr.xnmsa
    3,200,846 1,903 1,682.0 1.6 99.29 184.85 2896635021
    Module: OCS00000.exe
    SELECT upslipcode FROM ocsuser.ocsslip WHERE slipcode
    = 'PH11' START WITH slipcode = 'CLIN' CONNECT BY PRIOR slipcod
    e = upslipcode
    예제4. SQL ordered by Reads for DB: DAUMC Instance: DAUMC1 Snaps: 71 -73
    -> End Disk Reads Threshold: 1000
    CPU Elapsd
    Physical Reads Executions Reads per Exec %Total Time (s) Time (s) Hash Value
    39,256 113 347.4 0.9 33.07 226.06 639735119
    Module: AMI00000.exe
    begin AMPUSER.MAKEADMORDER(:V00001,:V00002,:V00003,:V00004,:V000
    05,:V00006); end;
    38,671 113 342.2 0.9 15.23 167.19 3348585719
    Module: AMI00000.exe
    DELETE FROM AMPUSER.AMPTEMPORDER WHERE ( IDNO = :b4 AND MEDDAT
    E = :b3 AND TYPECODE = :b2) OR TERMID = :b1
    31,358 1 31,358.0 0.8 6.46 88.00 3852126455
    Module: Golden32.exe
    select count(*) FROM cpusr.cpslipuse su -- WHERE su.slipcd = '2
    1' -- AND su.partcd = 'MP' -- AND su.finalflag = 0 -- AND
    SUBSTR(su.labno,1,1) = '1' -- AND LENGTH(su.labno) = 6 --308
    Reference Documents
    <Note:228913.1> Systemwide Tuning using STATSPACK Reports

  • CS3 non responsive

    For some reason, the CS3 registration page keeps popping up on my mac (have had it for 5 years).  now, it is not populating and it is causing the program not to work.  i'm trying to find which process governs this page in the activity monitor, but I'm not seeing it and am not that mac savvy.  In the activity manager, under recent hangs, it says that it has 1.  I don't know what that means.  When I go into "open files and ports"  I get the below.  Can anyone help me by telling me what to do to stop the registration page from popping up?  It is making me crazy.
    /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/MacOS/Adobe Photoshop CS3
    /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
    /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/AdobePDFSettings
    /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
    /System/Library/Frameworks/TWAIN.framework/Versions/A/TWAIN
    /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
    /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/LogTransport.framework/Versions/A/LogTransport
    /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
    /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    /private/var/folders/ty/0nq4m__s1z9114vt_k6zty3w0000gn/C/com.apple.scriptmanager.le.cache
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framewo rk/Versions/A/Resources/libFontRegistryUI.dylib
    /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Vers ions/A/Resources/HIToolbox.rsrc
    /System/Library/ColorSync/Profiles/sRGB Profile.icc
    /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framewo rk/Versions/A/Resources/ATSHI.dylib
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewor k/Versions/A/Resources/QD.rsrc
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Vers ions/A/Resources/English.lproj/Localized.rsrc
    /usr/share/icu/icudt46l.dat
    /usr/lib/libmx.A.dylib
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Vers ions/A/Resources/Extras2.rsrc
    /Applications/Adobe Photoshop CS3/Plug-Ins/Extensions/Enable Async IO/Enable Async IO.plugin/Contents/MacOS/Enable Async IO
    /Applications/Adobe Photoshop CS3/Plug-Ins/Extensions/FastCore.plugin/Contents/MacOS/FastCore
    /Applications/Adobe Photoshop CS3/Plug-Ins/Extensions/MultiProcessor Support.plugin/Contents/MacOS/MultiProcessor Support
    /System/Library/Caches/com.apple.IntlDataCache.le.kbdx
    /System/Library/Frameworks/QuickTime.framework/Versions/A/Resources/English.lproj/Localize d.rsrc
    /System/Library/Fonts/Keyboard.ttf
    /System/Library/Fonts/LucidaGrande.ttc
    /System/Library/Frameworks/QuickTime.framework/Versions/A/Resources/QuickTime.rsrc
    /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    /Library/Fonts/Osaka.ttf
    /Users/Ginger/Library/Caches/com.adobe.Photoshop/com.apple.opencl/com.apple.ocl.32.maps
    /System/Library/Fonts/AppleGothic.ttf
    /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/adobe_eula.framework/Versions/A/adobe_eula
    /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/adobe_epic.framework/Versions/A/adobe_epic
    /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/adobe_personalization.framework/Versions/A/adobe_personalizat ion
    /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/asneu.framework/Versions/A/asneu
    /usr/lib/libssl.0.9.7.dylib
    /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    /Users/Ginger/Library/Caches/com.adobe.Photoshop/com.apple.opencl/com.apple.ocl.32.data
    /System/Library/Fonts/STHeiti Light.ttc
    /Library/Application Support/Adobe/Plug-Ins/CS3/File Formats/Camera Raw.plugin/Contents/MacOS/Camera Raw
    /Library/Application Support/Adobe/Adobe Version Cue CS3/Client/3.1.0/VersionCue.framework/Versions/A/VersionCue
    /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/adobe_registration.framework/Versions/A/adobe_registration
    /private/var/db/mds/messages/se_SecurityMessages
    /Users/Ginger/Library/Keychains/Microsoft_Intermediate_Certificates
    /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/Resources/SArtFile.bin
    /Applications/Adobe Photoshop CS3/Plug-Ins/Extensions/MMXCore.plugin/Contents/MacOS/MMXCore
    /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Required/AdobeADM.bundle/Contents/MacOS/AdobeADM
    /System/Library/Keyboard Layouts/AppleKeyboardLayouts.bundle/Contents/Resources/AppleKeyboardLayouts-L.dat
    /Library/InputManagers/Ecamm/Ecamm Plugin Loader.bundle/Contents/MacOS/Ecamm Plugin Loader
    /Library/Image Capture/Support/Hewlett-Packard/Frameworks/HPUIExt.framework/Versions/A/HPUIExt
    /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHandling
    /Library/Printers/hp/Frameworks/HPDeviceModel.framework/Versions/3.0/HPDeviceModel
    /Library/Printers/hp/Frameworks/HPDeviceModel.framework/Versions/3.0/Frameworks/ClientUI.f ramework/Versions/3.0/ClientUI
    /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    /Library/Image Capture/TWAIN Data Sources/HPScan.ds/Contents/MacOS/HPScan
    /Library/Image Capture/Support/Hewlett-Packard/Frameworks/HPScanControl.framework/Versions/A/HPScanContr ol
    /Library/Image Capture/Support/Hewlett-Packard/Frameworks/HPScanProfiles.framework/Versions/A/HPScanProf iles
    /Library/Printers/hp/Frameworks/HPDeviceModel.framework/Versions/3.0/Frameworks/HTTP.frame work/Versions/3.0/HTTP
    /Library/Printers/hp/Frameworks/HPDeviceModel.framework/Versions/3.0/Frameworks/DataStore. framework/Versions/3.0/DataStore
    /Library/Printers/hp/Frameworks/HPDeviceModel.framework/Versions/3.0/Frameworks/Core.frame work/Versions/3.0/Core
    /Library/Printers/hp/Frameworks/HPDeviceModel.framework/Versions/3.0/Frameworks/DeviceID.f ramework/Versions/3.0/DeviceID
    /Library/Printers/hp/Frameworks/HPDeviceModel.framework/Versions/3.0/Frameworks/HDT.framew ork/Versions/3.0/HDT
    /Library/Printers/hp/Frameworks/HPDeviceModel.framework/Versions/3.0/Frameworks/Status.fra mework/Versions/3.0/Status
    /Library/Printers/hp/Frameworks/HPDeviceModel.framework/Versions/3.0/Frameworks/PML.framew ork/Versions/3.0/PML
    /Library/Printers/hp/Frameworks/HPDeviceModel.framework/Versions/3.0/Frameworks/XMLService s.framework/Versions/3.0/XMLServices
    /Library/Printers/hp/Frameworks/HPDeviceModel.framework/Versions/3.0/Frameworks/Configure. framework/Versions/3.0/Configure
    /Library/Printers/hp/Frameworks/HPDeviceModel.framework/Versions/3.0/Frameworks/Fax.framew ork/Versions/3.0/Fax
    /Library/Printers/hp/Frameworks/HPDeviceModel.framework/Versions/3.0/Frameworks/Scan.frame work/Versions/3.0/Scan
    /usr/lib/libcrypto.0.9.7.dylib
    /Library/Printers/hp/Frameworks/HPDeviceModel.framework/Versions/3.0/Frameworks/Core.frame work/Versions/3.0/Libraries/libHPIOnetsnmp.5.dylib
    /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/Resources/CSResizeGripperIcon.p ng
    /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types
    /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Required/ScriptingSupport.plugin/Contents/MacOS/ScriptingSupport
    /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/Resources/ArtFile.bin
    /Users/Ginger/Library/Keychains/Microsoft_Entity_Certificates
    /Library/Fonts/Damascus.ttc
    /private/var/folders/ty/0nq4m__s1z9114vt_k6zty3w0000gn/C/mds/mdsDirectory.db
    /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/MacOS/AdobeLM_libFNP.dylib
    /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/AdobeUpdater.framework/Versions/A/AdobeUpdater
    /Users/Ginger/Library/Keychains/login.keychain
    /Library/Keychains/System.keychain
    /System/Library/Keychains/SystemRootCertificates.keychain
    /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra. dylib
    /System/Library/Fonts/Times.dfont
    /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
    /usr/lib/dyld
    /private/var/db/dyld/dyld_shared_cache_i386
    /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
    /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
    /System/Library/CoreServices/Encodings/libGreekConverter.dylib
    /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    /System/Library/CoreServices/Encodings/libThaiConverter.dylib
    /dev/null
    ->0xffffff800742d9f0
    ->0xffffff800742d9f0
    count=1, state=0x2
    /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Resources/Adobe Photoshop CS3.rsrc
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Vers ions/A/Resources/HIToolbox.rsrc
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Vers ions/A/Resources/English.lproj/Localized.rsrc
    /Library/Application Support/Adobe/Adobe PCD/pcd.db
    /Library/Application Support/Adobe/Adobe PCD/cache/cache.db
    /Library/Application Support/Adobe/caps/caps.db
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Vers ions/A/Resources/Extras2.rsrc
    /private/tmp/amt.log
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewor k/Versions/A/Resources/QD.rsrc
    ->(none)
    /Applications/Adobe Photoshop CS3/Plug-Ins/Extensions/Enable Async IO/Enable Async IO.plugin/Contents/Resources/Enable Async IO.rsrc
    /Applications/Adobe Photoshop CS3/Plug-Ins/Extensions/FastCore.plugin/Contents/Resources/FastCore.rsrc
    /Applications/Adobe Photoshop CS3/Plug-Ins/Extensions/MMXCore.plugin/Contents/Resources/MMXCore.rsrc
    /Applications/Adobe Photoshop CS3/Plug-Ins/Extensions/MultiProcessor Support.plugin/Contents/Resources/MultiProcessor Support.rsrc
    /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Required/AdobeADM.bundle/Contents/Resources/AdobeADM.rsrc
    /System/Library/Frameworks/QuickTime.framework/Versions/A/Resources/QuickTime.rsrc
    /System/Library/Frameworks/QuickTime.framework/Versions/A/Resources/English.lproj/Localize d.rsrc
    /Applications/Adobe Photoshop CS3/Plug-Ins/File Formats/dicom.plugin/Contents/Resources/dicom.rsrc
    /Library/Application Support/Adobe/Plug-Ins/CS3/File Formats/Camera Raw.plugin/Contents/Resources/Camera Raw.rsrc
    /private/var/folders/ty/0nq4m__s1z9114vt_k6zty3w0000gn/T/Cleanup At Startup/Photoshop Temp10152257
    /Library/Fonts/Damascus.ttc
    /Library/Application Support/Adobe/Color/Profiles/Recommended/USWebCoatedSWOP.icc
    /Library/Application Support/Adobe/Adobe PCD/pcd.db
    /Library/Application Support/Adobe/caps/caps.db
    /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Required/GlobalResources
    /Users/Ginger/Library/Saved Application State/com.adobe.Photoshop.savedState/data.data
    /Library/Preferences/FLEXnet Publisher/FLEXnet/adobe_00080000_tsf.data
    /private/tmp/alm.log
    /Users/Ginger/Library/Application Support/Adobe/Updater5/aumLib.log
    ->0xffffff8007b21f40
    /Users/Ginger/Library/Caches/com.adobe.Photoshop/Cache.db
    FNetwork.defaultStorageSession
    /Users/Ginger/Library/Caches/com.adobe.Photoshop/Cache.db
    be.Photoshop.PrivateBrowsing-1
    /Users/Ginger/Library/Caches/Cache.db
    /Users/Ginger/Library/Caches/Cache.db
    ->0xffffff8009b19130
    ->0xffffff8009b18af0
    /dev/random
    /dev/random
    /Users/Ginger/Library/Caches/com.adobe.Photoshop/com.apple.opencl/com.apple.ocl.32.maps
    /Users/Ginger/Library/Caches/com.adobe.Photoshop/com.apple.opencl/com.apple.ocl.32.data

    Hi,
    See if the solution in the following post works:
    http://forums.adobe.com/thread/1339100?tstart=0

  • Faulting application name: w3wp.exe - and Faulting module path: C:\Windows\system32\KERNELBASE.dll

    The environment is aSharepoint2010 and ProjectServer2010we hadlast nighta crach ofapplication poolwithan error on thew3wpandkernelbase.
    We canrevivetheappbutthe firstaccess to the sitewe have thew3wpcrash.
    we did adumpand here are thedetails.
    Information 12/08/2014 15:28:45 Windows Error Reporting 1001 None
    Fault bucket , type 0
    Event Name: APPCRASH
    Response: Not available
    Cab Id: 0
    Problem signature:
    P1: w3wp.exe
    P2: 7.5.7601.17514
    P3: 4ce7afa2
    P4: KERNELBASE.dll
    P5: 6.1.7601.18409
    P6: 5315a05a
    P7: c06d007e
    P8: 000000000000940d
    P9:
    P10:
    Attached files:
    These files may be available here:
    Analysis symbol:
    Rechecking for solution: 0
    Report Id: 9561bd5d-2224-11e4-9566-0050569a0110
    Report Status: 0
    Error 12/08/2014 15:28:46 Application Error 1000 (100)
    Faulting application name: w3wp.exe, version: 7.5.7601.17514, time stamp:
    0x4ce7afa2
    Faulting module name: KERNELBASE.dll, version: 6.1.7601.18409, time stamp: 0x5315a05a
    Exception code: 0xc06d007e
    Fault offset: 0x000000000000940d
    Faulting process id: 0x15d0
    Faulting application start time: 0x01cfb6315831ebbb
    Faulting application path: c:\windows\system32\inetsrv\w3wp.exe
    Faulting module path: C:\Windows\system32\KERNELBASE.dll
    Report Id: 95eaafc7-2224-11e4-9566-0050569a0110
    Warning 12/08/2014 15:28:51 WAS 5011 None
    A process serving application pool 'SharePoint Central Administration v4'
    suffered a fatal communication error with the Windows Process Activation
    Service. The process id was '2448'. The data field contains the error number
    Error 12/08/2014 15:28:51 WAS 5002 None
    Application pool 'SharePoint Central Administration v4' is being automatically
    disabled due to a series of failures in the process(es) serving that
    application pool.
    Le dump du crach donne les informations suivantes
    (990.fb4): Unknown exception - code c06d007e (first/second chance not
    available)
    KERNELBASE!RaiseException+0x39:
    000007fe`fda5940d 4881c4c8000000 add rsp,0C8h
    0:004> .loadby sos clr
    Unable to find module 'clr'
    0:004> .loadby sos clr
    Unable to find module 'clr'
    0:004> !analyze -v
    * Exception Analysis *
    GetPageUrlData failed, server returned HTTP status 404
    URL requested:
    http://watson.microsoft.com/StageOne/w3wp_exe/7_5_7601_17514/4ce7afa2/KERNELBASE_dll/6_1_7601_18409/5315a05a/c06d007e/0000940d.htm?Retriage=1
    FAULTING_IP:
    KERNELBASE!RaiseException+39
    000007fe`fda5940d 4881c4c8000000 add rsp,0C8h
    EXCEPTION_RECORD: ffffffffffffffff -- (.exr 0xffffffffffffffff)
    ExceptionAddress: 000007fefda5940d (KERNELBASE!RaiseException+0x0000000000000039)
    ExceptionCode: c06d007e
    ExceptionFlags: 00000000
    NumberParameters: 1
    Parameter[0]: 000000000092e820
    DEFAULT_BUCKET_ID: APPLICATION_FAULT
    PROCESS_NAME: w3wp.exe
    ERROR_CODE: (NTSTATUS) 0xc06d007e -
    <unable code="" error="" get="" text="" to="">
    EXCEPTION_CODE: (NTSTATUS) 0xc06d007e -
    <unable code="" error="" get="" text="" to="">
    EXCEPTION_PARAMETER1: 000000000092e820
    MOD_LIST:
    <analysis>
    NTGLOBALFLAG: 0
    APPLICATION_VERIFIER_FLAGS: 0
    MANAGED_STACK: !dumpstack -EE
    OS Thread Id: 0xfb4 (4)
    Child-SP RetAddr Call Site
    FAULTING_THREAD: 0000000000000fb4
    PRIMARY_PROBLEM_CLASS: APPLICATION_FAULT
    BUGCHECK_STR: APPLICATION_FAULT_APPLICATION_FAULT
    LAST_CONTROL_TRANSFER: from 000007fee99ed41d to 000007fefda5940d
    STACK_TEXT:
    00000000`0092e730 000007fe`e99ed41d : 00000000`00000000 00000000`00000000
    00000000`00000391 000007fe`e9b40cd0 : KERNELBASE!RaiseException+0x39
    00000000`0092e800 000007fe`e996d57f : 000007fe`e9c78e70 00000000`0092e820
    00000000`00000000 00000000`00000000 : OWSSVR!DllCanUnloadNow+0x8cfad
    00000000`0092e8b0 000007fe`e96c5244 : 00000000`0000000d 00000000`010dd4f0
    0000000f`001d000b 00000010`001a000c : OWSSVR!DllCanUnloadNow+0xd10f
    00000000`0092e920 000007fe`e96c5313 : 00000000`00000000 00000000`00328ad0
    00000000`778d4564 000007fe`e9c78e28 : OWSSVR!TerminateExtension+0x158
    00000000`0092eaa0 000007fe`e96c5379 : 00000000`0128fcd0 00000000`000000a4
    00000000`00000024 000007fe`faf11827 : OWSSVR!TerminateExtension+0x227
    00000000`0092ebf0 000007fe`e96c18d8 : 00000000`00000000 00000000`00000000
    00000000`01290840 00000000`00000021 : OWSSVR!TerminateExtension+0x28d
    00000000`0092ec20 000007fe`cf5cf94a : 00000000`00000000 00000000`01290840
    00000000`01290840 00000000`0128f800 : OWSSVR!RegisterModule+0x1c
    00000000`0092ec50 000007fe`cf5d9aa4 : 00000000`00000000 00000000`00000000
    00000000`00000000 00000000`00000000 : iiscore!VIRTUAL_MODULE::RegisterModule+0x2a
    00000000`0092ec80 000007fe`cf5daeeb : 00000000`00000078 000007fe`cf5ba944
    00000000`0128f800 000007fe`cf5e87b8 :
    iiscore!W3_SERVER::LoadModulesFromConfig+0x394
    00000000`0092eda0 000007fe`cf5dc2ff : 00000000`0128f800 000007fe`cf5e87b8
    00000000`00000000 00000000`0121fb10 :
    iiscore!W3_SERVER::InitializeGlobalModules+0x3b
    00000000`0092ede0 000007fe`cf5e234d : 00000000`0128f800 00000000`00000002
    00000000`0121fb10 00000000`0000017c : iiscore!W3_SERVER::Initialize+0xaaf
    00000000`0092f040 000007fe`cf5e2405 : 00000000`0128f6b0 00000000`00000000
    00000000`00000000 00000000`0000000c :
    iiscore!IISCORE_PROTOCOL_MANAGER::InitializeGlobals+0x1fd
    00000000`0092f2e0 000007fe`e27a9316 : 00000000`00000000 00000000`00000000
    00000000`005fa7e0 00000000`00000000 :
    iiscore!IISCORE_PROTOCOL_MANAGER::PreloadApplication+0x45
    00000000`0092f320 000007fe`e27a7dd2 : 00000000`005ff4b0 00000000`77997ef5
    00000000`0128f6b0 00000000`0021f070 :
    w3wphost!WP_IPM::HandlePreloadApplications+0xc2
    00000000`0092f370 000007fe`faf141f3 : 00000000`005ff508 00000000`00000000
    00000000`00000000 00000000`00000000 : w3wphost!WP_IPM::AcceptMessage+0x16e
    00000000`0092f3b0 00000000`77bbc251 : 00000000`00000000 00000000`003b3bf0
    00000000`00000000 00000000`0000000c : iisutil!IPM_MESSAGE_PIPE::MessagePipeCompletion+0x44f
    00000000`0092f430 00000000`77bc658c : 00000000`003b3b40 00000000`003693f0
    00000000`0092f5e8 00000000`00000000 : ntdll!RtlpTpWaitCallback+0x92
    00000000`0092f480 00000000`77bd0c56 : 00000000`0035d110 00000000`77cb45e8 00000000`00000000
    00000000`77cb4610 : ntdll!TppWaitpExecuteCallback+0x10c
    00000000`0092f4e0 00000000`779a59ed : 00000000`00000000 00000000`00000000
    00000000`00000000 00000000`00000000 : ntdll!TppWorkerThread+0x5ff
    00000000`0092f7e0 00000000`77bdc541 : 00000000`00000000 00000000`00000000
    00000000`00000000 00000000`00000000 : kernel32!BaseThreadInitThunk+0xd
    00000000`0092f810 00000000`00000000 : 00000000`00000000 00000000`00000000
    00000000`00000000 00000000`00000000 : ntdll!RtlUserThreadStart+0x1d
    STACK_COMMAND: ~4s; .ecxr ; kb
    FOLLOWUP_IP:
    OWSSVR!DllCanUnloadNow+8cfad
    000007fe`e99ed41d 488b442458 mov rax,qword ptr [rsp+58h]
    SYMBOL_STACK_INDEX: 1
    SYMBOL_NAME: owssvr!DllCanUnloadNow+8cfad
    FOLLOWUP_NAME: MachineOwner
    MODULE_NAME: OWSSVR
    IMAGE_NAME: OWSSVR.DLL
    DEBUG_FLR_IMAGE_TIMESTAMP: 51c91cf5
    FAILURE_BUCKET_ID: APPLICATION_FAULT_c06d007e_OWSSVR.DLL!DllCanUnloadNow
    BUCKET_ID: X64_APPLICATION_FAULT_APPLICATION_FAULT_owssvr!DllCanUnloadNow+8cfad
    WATSON_STAGEONE_URL:
    http://watson.microsoft.com/StageOne/w3wp_exe/7_5_7601_17514/4ce7afa2/KERNELBASE_dll/6_1_7601_18409/5315a05a/c06d007e/0000940d.htm?Retriage=1
    Followup: MachineOwner </analysis></unable></unable>

    Hello Roland_Zeki,
    Can you check System in the Windows Log of Event Viewer? Maybe you have some logon failure for one of the services, like in this blog:
    http://www.shareesblog.com/?p=363
    - Dennis | Netherlands | Blog |
    Twitter
    Yes I have verify this point I suspected to be the origine of the problem. But no, the accounts have fixed password and are not locked. I test this point with a valide login on the server, and I reenter the login password for each app pool.

Maybe you are looking for

  • How to use a sap scripts for  multiple languages

    hi gurus what are main events in that are used in ALV reports......... regards baskar

  • A lot of things not working when iPod Sleeps with Firmware 2.2

    Anyone else had this problem, or know of any workarounds? Things like the MPR radio, aSleep, WhiteNoise, and BinauralBeat are shutting off when the ipod screen is off, and turn back on as soon as i press the button again (no unlock swipe required) Ba

  • Issue with Calling Stored procedure in DeskiXIR2

    I have similar requirment. I have created a procedure like below CREATE OR REPLACE PROCEDURE TEST_1( g_id IN employee.employee_id%type, e_id OUT employee.employee_id%type, f_name OUT employee.first_name%type, l_name OUT employee.last_name%type) IS BE

  • Firmware 1.0?

    What exactly does it do? I came across it earlier today and installed it. Has anything been released saying what it does besides bootcamp (have no idea what that is either)?? My MBP was running fine, slightly hot sometimes, no whine, speaker or fan i

  • Planning EPM issues

    Hi All, I have successfully installed and also configured planning BPM(Performance Management Architech) everything has been done successfully. I think to create planning application we have to use Performance Management Architech which I should be a