DBMS_SQLTUNE. REPORT

Hello
on the 11g R2 on Win I run in SQLPLUS:
variable stmt_task VARCHAR2(64);

EXEC :stmt_task := DBMS_SQLTUNE.CREATE_TUNING_TASK(sql_id => ‘4rc7d8c0mvfm8');

EXEC DBMS_SQLTUNE.EXECUTE_TUNING_TASK(:stmt_task);

SET LINESIZE 140
SELECT DBMS_SQLTUNE.REPORT_TUNING_TASK(:stmt_task) from dual;

DBMS_SQLTUNE.REPORT_TUNING_TASK(:STMT_TASK)
-----------------------------------------------------------------
GENERAL INFORMATION SECTION
----------------------------------------------------
SQL>
The report is empty? Nothing in it? Why?
Thank you.

Is it not just the screen being too small?

Try something like:

set long 10000

then try again.

Tags: Database

Similar Questions

  • Can I use DBMS_SQLTUNE without OEM?

    Hi all

    I want to use the DBMS_SQLTUNE package without using OEM. I have to run installation script or something like that to use the DBMS_SQLTUNE package?

    I read the link, but it is not written.

    https://Oracle-base.com/articles/11g/real-time-SQL-monitoring-11gr1

    Oracle Database 11 g Enterprise Edition Release 11.2.0.1.0 - 64 bit Production

    PL/SQL Release 11.2.0.1.0 - Production

    Start

    DBMS_SQLTUNE. () REPORT_SQL_MONITOR

    sql_id = > "526mvccm5nfy4"

    report_level = > "TYPICAL."

    Type = > 'TEXT');

    end;

    PLS-00221: 'REPORT_SQL_MONITOR' is not a procedure or is not defined

    For example, my second question is when I change TYPE = "HTML" how to get to the HTML page? How can I learn is where?

    Thanks for your help.

    DBMS_SQLTUNE. REPORT_SQL_MONITOR is a function, so we can't call it as you would a procedure. The best way to demonstrate this would be to select the double.

    SELECT DBMS_SQLTUNE. () REPORT_SQL_MONITOR

    sql_id-online "526mvccm5nfy4."

    report_level-online "TYPICAL."

    report type-online 'TEXT')

    FROM DUAL;

    Change the type to "HTML" just means the resulting string is the HTML for the report, you can copy and paste this into a file to be opened.

  • DBMS_SQLTUNE. Issue of IMPORT_SQL_PROFILE

    11.2.0.4

    A request went slow.   Its does not use a good index explain plan says it will do.  Gather all the statistics.  Always do not use.  I grand Council, use the index.

    So, how to use the index?  DBMS_SQLTUNE. IMPORT_SQL_PROFILE.

    I get the suspicion extended construction and move in import_sql_profile with the force_match of fith ID = TRUE and it now uses the correct index.

    DECLARE

    clsql_text CLOB.

    BEGIN

    SELECT sql_fulltext INTO clsql_text FROM v$ sqlarea WHERE sql_id = "4gsyjydphgdu4";

    DBMS_SQLTUNE. () IMPORT_SQL_PROFILE

    sql_text = > clsql_text,

    Profile = > sqlprof_attr ('INDEX (@"SALT$ 1" C@"SEL$1" "I_ICTR_WIRE_INSTRUCT_ID")');

    name = > 'PROFILE_4gsyjydphgdu4 ',.

    force_match = > TRUE

    );

    END;

    /

    Now, here's the question, the SQL is used in a view.   SELECT DBMS_SQLTUNE.report_sql_monitor using I can see when select * view is run the wrong plan is used.  OK, take the notice SQL_ID, add a profile for that exact same way as above, but the view will not use the imported profile.  Only if the select statement used in the view is run on its own will be used by the profile.   Someone at - it ideas on that?

    Second, try to allude to the view (select / * + index (good_index t) * / * view) SELECT DBMS_SQLTUNE.report_sql_monitor shows nothing running, its impossible to get the SQL code.  He will report only the SQL when theres no suspicion.

    For your second question, you must use the extended syntax to push the indicator in the view. This,

    (select / * + index (t good_index) * / * view)

    Must be present,

    (select / * + index (view.t good_index) * / * view)

  • How to run DBMS_SQLTUNE.report_sql_monitor of SQL Developer 4.0

    Hello-

    We have new SQL Developer 4.0 as a single stop for all reports of performance tuning.

    (So far, we know how to generate the AWR and ASH ADDM directly from SQL DEV 4.0 and we can do as a NON-privileged user)

    Now, the question is how to run DBMS_SQLTUNE.report_sql_monitor API SQL DEV 4.0?

    I tried this way:

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    SELECT DBMS_SQLTUNE.report_sql_monitor)

    sql_id = >: SQL_ID

    Type = > 'TEXT ',.

    report_level = > 'ALL') AS myreport

    DOUBLE;

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    and then right button click of the mouse on the line "myreport" and the EXPORT of 'text' in the menu drop down and save in the. FichierTSV on the local file system.

    It works this way, as expected, but seems to be a lot of hassle: too many steps.

    Then I tried the HTML format:

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    SELECT DBMS_SQLTUNE.report_sql_monitor)

    sql_id = >: SQL_ID

    Type = > 'HTML. "

    report_level = > 'ALL') AS myreport

    DOUBLE;

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    and it didn't work well at all SQL dev 4.0

    Any help will be greatly appreciated.

    (once again, the idea here is to set up our development and QA groups with full access to performance all reports without having them call DBA for help in the production of any SQL tuning report).

    Thank you

    VR

    There is certainly a 'room' to improve the interface, just tell me what you would like to be like him. For example, you want an overview of the SGS of all SQLIDs running on the nodes you could then select this option to run a report for? Don't say it is what we would do, but I was wondering what it is that you ask for.

  • choose Start and end in time for the ashes report

    I'm using Oracle 11.2.0.3.

    I have sql_id for an update statement, which took almost 4 hours. It took place from 18/04/2013 19:20 to 18/04/2013 22:30 approximately.

    I'm under ashes using @$ORACLE_HOME/rdbms/admin/ashrpt.sql report

    What should I use to start time and the end time?
    should start on time be exactly when the query started / or before the beginning of the request, or after request started?

    If I want to search awr report should I take the snapshot taken at 7 and 11?

    Also, is there other reports or query that I should check to diagnose long-running sql?

    Thank you.

    spur230 wrote:
    ... Etc...
    What should I use to start time and the end time?
    should start on time be exactly when the query started / or before the beginning of the request, or after request started?

    If I want to search awr report should I take the snapshot taken at 7 and 11?

    Also, is there other reports or query that I should check to diagnose long-running sql?

    (1) If you have pictures of an hour, watch 7-> 11 range o.
    (2) get the SQL_ID of the query which poses problem and use the Advisor of Tunnig SQL (DBMS_SQLTUNE) to identify and resolve the performance problem.
    (3) also, you must consider the plan of the explanation of problematic queries.
    : p

  • AWR reports

    Hi all

    I have a sql query that has the performance issue.
    I want to get a report of statistics AWR to check what causing the query to run slowly.

    This is a good procedure to collect statistics using AWR?

    1 create the snapshot when there is no job running in the database > exec dbms_workload_repository.create_snapshot;
    2. run the query that is problem.
    3. create another snapshot after completing the request that poses problem. OR (I should lance the second create snapshot during the execution of the query?)
    4. run awrrpti.sql


    Thank you very much

    The AWR report is the wrong tool for the job, this is a system-level report.

    For the setting of a specific sql statement, you'd better watch DBMS_XPLAN. SQL DISPLAY_CURSOR or in real time, followed through DBMS_SQLTUNE. REPORT_SQL_MONITOR.

    See also:
    http://Oracle-Randolf.blogspot.com/2011/12/extended-displaycursor-with-RowSource.html

  • Why the report of the Observatory of SQL are not displayed?

    Why the report of the Observatory of SQL are not displayed?
    SQL> set serveroutput on
    SQL> variable my_rept CLOB;
    SQL> BEGIN
      2  :my_rept :=DBMS_SQLTUNE.REPORT_SQL_MONITOR();
      3  END;
      4  /
    
    PL/SQL procedure successfully completed.
    
    Elapsed: 00:00:00.93
    
    SQL> print :my_rept
    
    MY_REPT
    -----------------------------------------------------------------------
    
    SQL Monitoring Report
    
    SQL>

    Check your STATISTICS_LEVEL and CONTROL_MANAGEMENT_PACK_ACCESS to see if they are correctly defined. The former should be set to STANDARD or ALL and the latter should be set to DIAGNOSTIC + TUNING.

  • How can I report a hacked account to get my money back

    I was sent from iPhones that are not mine. think I was hacked, how do I report it and request a refund

    iTunes Store-what to do if your account has been compromised

  • report of kernel panic: kernel_task

    Who may be reading - please advice!

    I had a few panic kernel last week:

    -kernel panic started using photoshop lighroom cc

    -Restart computer, panic came 20 minutes later

    -computer restarted, did not use any design programs or photo, panic took place 10 minutes later

    -connected temporarily separated I have that has no file - well just to check email, watch movies

    -restarted the safe mode and saved all my valuable info to my external hard drive

    -checked the material through computer test = all very well

    -re-installed the OS form scratch and re-installed programs.  Have stayed on El capitan and did not improve with Sierra still.

    -panic happened once when I tried to use a cc design program.  Used CS6 version and it was very good.

    -panic occurred when I tried to open my library lighroom. Installed LIghroom Cs5 (old version) and started a new library - has worked

    -use of regular program is very well: e-mail, web surfing, viewing

    -last night worked on lightroom for a good 45 min - 1 h, and then passed to photoshop cs6 for 20 min - computer has a different kernel panic

    -just today, I worked on illustrator cs6 for 30 min and the computer has a different kernel panic.

    looking at the reports, most of them joined kernel_task

    My computer:

    MacBook Pro retina mid 2012

    I7 clocked at 2.6 GHz, DDR3 8 GB 1600 MHz RAM

    Intel HD Graphics 4000 1536 MB

    I watched the last report and it wouldn't let me post because of "caractΦres" (don't know where)

    try to replace underscores with hyphens characters, or posted to an account free pastebin.com and give the link (NOT a download - anyone who thinks clearly will download a file of mystery).

  • WARNING: Beware of Trusteer report installation on macOS Sierra

    Just a word of warning to users who have the version for macOS Sierra - I'd be suspicious about installing and using Trusteer report of IBM software as it doesn't seem to work correctly with Safari 10. Although maybe it's not the case for all devices running Safari 10, it certainly caused problems on my Mac and someone else on this thread:

    Safari 10 high CPU usage

    High CPU usage (and therefore high battery drain) is the main problem I've experienced with that. If you have already installed report, maybe try using Safari and check Activity Monitor CPU usage to see if this problem is widespread or limited to certain devices (mine included).

    Report was constantly beset with problems on my Mac - in OS X El Capitan icon appears in Safari 9.1.3; in the public beta of macOS Sierra the installer kept crashing and causing my Mac restart unexpectedly. and now high CPU utilization when you use Safari 10.

    Everyone encountered problems with the report? For now, I don't particularly want to reinstall the software, despite its security perks - headaches constant software involves dissuaded me to use it for the moment.

    I agree whether Trusteer report on a Mac installing problems.

  • Recent messages "gibberish". What are they and how (and why you should) report

    You probably see many of these posts on the forums and I was wondering their purpose:

    These types of positions are designed for the driving position and validation of a scam or scam site in a results of web search engines and leaving them alone or does not does not prevent the scammer to obtain the desired goal:

    By posting this garbage repeated on legitimate sites someone looking for support may fall on this phone number of rogue in a higher class web search results and be inclined to think that the outcome is legitimate

    The end result is a person who unknowingly comes into contact with a scam fake support and is fooled and took their money, or worse.

    The good news by using the tools on these forms, anyone can report these threads using the 'down caret' symbol next to the button to 'follow' the moderators know lawful messages down permanently.

    With the message open, click the icon "down caret.

    then select 'Report Post'

    Under the "what is the main reason...". ' Select 'Spam', then click on the 'Report Post' button

    you have lent a helping hand to help prevent the greater threat of computers users have to this day.

    Now let out and take back the internet!

    Kill the Zombies (Oh!) Hold on! "They are already dead.)

    Dismembering and chewing members!

    Good dog, Scoobie.

  • Please report problems than 10.0 to Apple

    Use this address to report problems to Apple. Please use it if the issues are not resolved through community support site. Apple developers need to know about bugs, so they can fix it in the updates.

    http://www.Apple.com/feedback/

    Strange you didn't solve any problems of iOS 10.0.1. You have encountered a problem? It could be that he is not really a bug, in the true sense of the word.

  • Disk utility reports hurt his stats in recovery mode

    I have a 2 TB HD in my iMac which is only about 10% full.  Disk utility reports 1.81 TB free, just like in the finder get info tab.  My Time Machine backups are about 190 GB in size as well.  All of this is consistent.  When that I start by pressing command-R however, disk utility reports that the HD is full.

    I bought a new SSD and that you want to replace with the SSD HD, so I need to restore to the SSD HD, then Exchange.  The SSD is only 500GB, then disk utility fails restore - he thinks that there is not enough room.

    Anyone encountered this, or there at - it another way to clone the HD for the SSD?

    I have a late 2009 iMac 11.1 El Capitan 10.11.6 running with an i7 2.8 and 12 GB of RAM and 2 TB HD.  (Originally, he arrived with Snow Leopard).

    Thanks for any help.

    I would like to give CarbonCopyCloner or SuperDuper a try.

  • Slow IMac... EtreCheck report help please

    My iMac (late 2009) running Yosemite (10.10.5) was running really slow and beach balling.  I ran EtreCheck but could use help interpretation and knowing that I can get rid of and what I shouldn't do. Thanks in advance!



    EtreCheck version: 3.0.3 (307)

    Report generated 2016-09-16 10:00:16

    Download EtreCheck from https://etrecheck.com

    Time 03:53

    Performance: good

    Click the [Support] links to help with non-Apple products.

    Click [details] for more information on this line.

    Problem: Beachballing

    Description:

    slow down and get a lot of beach balls

    Hardware Information:

    iMac (21.5 inch, late 2009)

    [Data sheet] - [User Guide] - [warranty & Service]

    iMac - model: iMac10, 1

    1 3.06 GHz Intel Core 2 Duo CPU: 2 strands

    16 GB expandable RAM - [Instructions]

    BANK 0/DIMM0

    OK 4 GB DDR3 1067 MHz

    BANK 1/DIMM0

    OK 4 GB DDR3 1067 MHz

    0/DIMM1 BANK

    OK 4 GB DDR3 1067 MHz

    BANK 1/DIMM1

    OK 4 GB DDR3 1067 MHz

    Bluetooth: Old - transfer/Airdrop2 not supported

    Wireless: en1: 802.11 a/b/g/n

    Video information:

    NVIDIA GeForce 9400 - VRAM: 256 MB

    iMac, 1920 x 1080

    Software:

    OS X Yosemite 10.10.5 (14F1912) - time since started: about 7 days

    Disc information:

    WDC WD5000AAKS-40V2B0 disk0: (500,11 GB) (rotation)

    EFI (disk0s1) < not mounted >: 210 MB

    Macintosh HD (disk0s2) /: 499,25 GB (45.50 GB free)

    Recovery HD (disk0s3) < not mounted > [recovery]: 650 MB

    OPTIARC DVD RW AD - 5680H)

    USB information:

    HGST G-DRIVE with USB 3.0 Thunderbolt 3 TB

    EFI (disk2s1) < not mounted >: 210 MB

    Backup of Volumes/TM TM backup (disk2s2): 3,00 (2.03 free) tuberculosis

    Built-in ISight from Apple Inc..

    Apple internal memory card reader

    Seagate backup Mac Desktop + 2 TB

    EFI (disk1s1) < not mounted >: 210 MB

    Photos of Volumes/external external Photos (disk1s2): 2.00 TB free 1.60

    Computer, Inc. Apple IR receiver.

    Apple Inc. BRCM2046 hub.

    Apple Inc. Bluetooth USB host controller.

    Configuration files:

    /etc/sysctl.conf - file exists but not expected

    Guardian:

    Mac App Store and identified developers

    Kernel extensions:

    / System/Library/Extensions

    com.leapfrog.codeless.kext [no charge] (2.0 - 2016-09-13) [Support]

    com.leapfrog.driver.LfConnectDriver [no charge] (1.9.6 - SDK 10.7 - 2016-09-13) [Support]

    [no charge] com.philips.iokit.DLconnect (5.7.2.17412 - 10.4 SDK - 2016-09-13) [Support]

    [loading] com.rim.driver.BlackBerryUSBDriverInt (0.0.97 - 2016-09-13) [Support]

    Launch system officers:

    [no charge] 5 tasks of Apple

    [loading] Apple 144 jobs

    [running] Apple 63 jobs

    Launch system demons:

    [no charge] 46 Apple jobs

    tasks of Apple 131 [loading]

    tasks of Apple 86 [performance]

    Launch officers:

    [loaded] com.adobe.AAM.Updater - 1.0.plist (2015-09-16) [Support]

    [cannot] com.adobe.ARMDCHelper.cc24aef4a1b90ed56a725c38014c95072f92651fb65e1bf9c8e43c37a2 3d420d.plist (2016-07-15) [Support]

    [loading] com.hp.help.tocgenerator.plist (2009-07-28) [Support]

    com.newwellnesssolutions.DLconnectMonitor.plist [running] (2013-11-05) [Support]

    [loading] com.oracle.java.Java - Updater.plist (12-01-2013) [Support]

    Launch demons:

    [loading] com.adobe.ARMDC.Communicator.plist (2016-07-15) [Support]

    [loading] com.adobe.ARMDC.SMJobBlessHelper.plist (2016-07-15) [Support]

    com.Adobe.agsservice.plist [running] (2016-08-16) [Support]

    [loading] com.adobe.fpsaud.plist (2016-06-28) [Support]

    com.CrashPlan.engine.plist [running] (2016-07-13) [Support]

    com.fitbit.galileod.plist [running] (2015-06-19) [Support]

    [loading] com.microsoft.autoupdate.helpertool.plist (2016-07-12) [Support]

    [loading] com.microsoft.office.licensing.helper.plist (2014-11-17) [Support]

    [loading] com.microsoft.office.licensingV2.helper.plist (2016-02-12) [Support]

    [loading] com.oracle.java.Helper - Tool.plist (12-01-2013) [Support]

    User launch officers:

    [loading] com.adobe.AAM.Updater - 1.0.plist (2013-03-17) [Support]

    [cannot] com.adobe.ARM. [...]. plist (2010-10-30) [Support]

    [loading] com.apple.SafariBookmarksSyncer.plist (2010-11-16) [Support]

    com.spotify.webhelper.plist [running] (2016-07-12) [Support]

    Items in user login:

    iTunesHelper Application (/ Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)

    CrashPlan menu bar of Application (/Applications/CrashPlan.app/Contents/Helpers/CrashPlan menu bar.app)

    HP Scheduler application (/ Library/Application Support/Hewlett Packard/Software Update/HP Scheduler.app)

    Photo Stream URL SMLoginItem (/ Applications/iPhoto.app/Contents/Library/LoginItems/PhotoStreamAgent.app)

    Plug-ins Internet:

    Default browser: 600 - SDK 10.10 (2015-08-23)

    OfficeLiveBrowserPlugin: 12.3.6 (2013-03-30) [Support]

    NP_2020Player_WEB: 5.0.94.0 - SDK 10.6 (2011-10-26) [Support]

    AdobeAAMDetect: AdobeAAMDetect 1.0.0.0 - SDK 10.6 (2015-09-16) [Support]

    FlashPlayer - 10.6: 22.0.0.209 - SDK 10.9 (2016-08-15) [Support]

    AdobePDFViewerNPAPI: 15.017.20053 - SDK 10.11 (2016-08-07) [Support]

    Silverlight: 4.0.60531.0 (2013-07-31) [Support]

    QuickTime Plugin: 7.7.3 (2016-09-07)

    Flash Player: 22.0.0.209 - SDK 10.9 (2016-08-15) obsolete! Update

    iPhotoPhotocast: 7.0 (2010-04-24)

    SharePointBrowserPlugin: 14.6.1 - SDK 10.6 (2016-02-19) [Support]

    AdobePDFViewer: 15.017.20053 - SDK 10.11 (2016-08-07) [Support]

    GarminGpsControl: 4.0.3.0 Release - SDK 10.6 (2012-08-22) [Support]

    JavaAppletPlugin: Java 8 update 91 build 14 (2016-05-02) check the version of

    3rd party preference panes:

    Flash Player (2016-06-28) [Support]

    Java (2016-05-02) [Support]

    Time Machine:

    Skip system files: No.

    Mobile backups: OFF

    Automatic backup: YES

    Volumes to back up:

    Macintosh HD: Disc size: 499,25 GB disc used: 453,75 GB

    Outdoor photos: disc size: 2.00 TB disk used: 400,14 GB

    Destinations:

    Backup TM [Local]

    Total size: TB 3.00

    Total number of backups: 16

    An older backup: 09/09/16, 18:57

    Last backup: 16/09/16, 09:24

    Size of backup drive: adequate

    Size of backup 3.00 TB > (disc 853,89 GB X 3)

    Top of page process CPU:

    mdworker (13) 163%

    3% WindowServer

    3% kernel_task

    1% fontd (2)

    0% NotificationCenter (2)

    Top of page process of memory:

    1.12 GB kernel_task

    754 MB com.apple.WebKit.WebContent (4)

    Softwareupdated 475 MB

    459 MB CrashPlanService

    Mds_stores 426 MB

    Virtual memory information:

    7.10 GB of free RAM

    8.90 used GB RAM (7.18 GB being cached)

    Used Swap 0 B

    Diagnostic information:

    September 14, 2016, /Library/Logs/DiagnosticReports/galileod_2016-09-14-235504_[redacted].crash 23:55:04

    / usr/local/bin/galileod

    Sep 14, 2016, 07:34:43 /Library/Logs/DiagnosticReports/Photos_2016-09-14-073443_[redacted].cpu_resourc e.diag [details]

    /Applications/photos.app/Contents/MacOS/photos

    September 14, 2016, /Library/Logs/DiagnosticReports/galileod_2016-09-14-030007_[redacted].crash 03:00:07

    delete the following from your computer, see the developer of the product websites for specific instructions for mac OS X, not just "drag them to the trash" in many cases, it does not remove these types of applications

    Philips.IOKit

    Leapfrog

    newwellnesssolutions.

    CrashPlan

    Fitbit.

    Spotify

    then start in safe mode

    Try safe mode if your Mac does not end commissioning - Apple Support

  • Need help to decipher the report panic

    My Mac Pro has had a few panic kernel last week and at least a couple of times would not start after the logo screen.  I could so he can start by Resetting PRAM only what she panics once again.   I don't know a lot about reading the reports of the panic, the only thing I noticed, is that it shows no DIMM 3 or 4.  Is it a hardware problem of RAM?  Any help would be appreciated.

    Anonymous UUID: 82B8536D-9B9C-A6E0-A37B-57D40AFF99A7

    Thu Sep 15 07:54:15 2016

    Panic report *.

    Machine-check capabilities: 0x0000000000001c09

    family: 6, model: 44 stepping: firmware 2:15

    signature: 0x206c2

    Xeon of Intel (r) CPU X 5650 @ 2.67 GHz

    9 banks of error reports

    CPU 0: IA32_MCG_STATUS: 0 x 0000000000000004

    IA32_MC8_STATUS (0 x 421): 0xba000000008000b2

    IA32_MC8_MISC (0 x 423): 0 x 0000000000090000

    Processor 1: IA32_MCG_STATUS: 0 x 0000000000000004

    IA32_MC8_STATUS (0 x 421): 0xba000000008000b2

    IA32_MC8_MISC (0 x 423): 0 x 0000000000090000

    Processor 2: IA32_MCG_STATUS: 0 x 0000000000000004

    IA32_MC8_STATUS (0 x 421): 0xba000000008000b2

    IA32_MC8_MISC (0 x 423): 0 x 0000000000090000

    Processor 3: IA32_MCG_STATUS: 0 x 0000000000000004

    IA32_MC8_STATUS (0 x 421): 0xba000000008000b2

    IA32_MC8_MISC (0 x 423): 0 x 0000000000090000

    4 processor: IA32_MCG_STATUS: 0 x 0000000000000004

    IA32_MC8_STATUS (0 x 421): 0xba000000008000b2

    IA32_MC8_MISC (0 x 423): 0 x 0000000000090000

    Processor 5: IA32_MCG_STATUS: 0 x 0000000000000004

    IA32_MC8_STATUS (0 x 421): 0xba000000008000b2

    IA32_MC8_MISC (0 x 423): 0 x 0000000000090000

    Processor 6: IA32_MCG_STATUS: 0 x 0000000000000004

    IA32_MC8_STATUS (0 x 421): 0xba000000008000b2

    IA32_MC8_MISC (0 x 423): 0 x 0000000000090000

    Processor 7: IA32_MCG_STATUS: 0 x 0000000000000004

    IA32_MC8_STATUS (0 x 421): 0xba000000008000b2

    IA32_MC8_MISC (0 x 423): 0 x 0000000000090000

    Processor 8: IA32_MCG_STATUS: 0 x 0000000000000004

    IA32_MC8_STATUS (0 x 421): 0xba000000008000b2

    IA32_MC8_MISC (0 x 423): 0 x 0000000000090000

    Processor 9: IA32_MCG_STATUS: 0 x 0000000000000004

    IA32_MC8_STATUS (0 x 421): 0xba000000008000b2

    IA32_MC8_MISC (0 x 423): 0 x 0000000000090000

    Processor 10: IA32_MCG_STATUS: 0 x 0000000000000004

    IA32_MC8_STATUS (0 x 421): 0xba000000008000b2

    IA32_MC8_MISC (0 x 423): 0 x 0000000000090000

    Processor 11: IA32_MCG_STATUS: 0 x 0000000000000004

    IA32_MC8_STATUS (0 x 421): 0xba000000008000b2

    IA32_MC8_MISC (0 x 423): 0 x 0000000000090000

    panic (appellant cpu 17 0xffffff801b3cf1ba): "control of Machine 0xffffff7f9d78d39c, registers: \n" "CR0: 0x000000008001003b, CR2: 0 x 0000000000000000, CR3: 0x000000001e372000, CR4: 0x00000000000226e0\n" "RAX: 0 x 0000000000000000, RBX: 0 x 0000000000000000, RCX: 0x00000000603d98dd, RDX: 0x7fffffffffffffff\n '" RSP: 0xffffff857ef03d00, PBR: 0xffffff857ef03d00, IHR: 0x7fffffffffffffff, RDI: 0xffffff85755f1148\n "" R8: 0xffffff8075947800, R9: 0xffffff7f9d7a3ef0, R10: 0x0000000071d8d02c, R11: 0x0000000071d81396\n ' ' R12: 0x7fffffffffffffff, R13: 0x7fffffffffffffff, R14: 0x7fffffffffffffff, R15» ': 0x7fffffffffffffff\n ' ' RFL: 0 x 0000000000000046, RIP: 0xffffff7f9d78d39c, CS: 0 x 0000000000000008, SS: 0x0000000000000000\n "" error code: 0x0000000000000000\n"@/Library/Caches/com.apple.xbs/Sources/xnu/xnu-3248.60.11/ osfmk/i386/trap_native.c:168.

    Backtrace (CPU 17), Frame: Return address

    0xffffff85753c5e90: 0xffffff801b2dab52

    0xffffff85753c5f10: 0xffffff801b3cf1ba

    0xffffff85753c6070: 0xffffff801b3ecdff

    0xffffff857ef03d00: 0xffffff7f9d78b6d4

    0xffffff857ef03d30: 0xffffff7f9d78b7b4

    0xffffff857ef03d70: 0xffffff7f9d784ff1

    0xffffff857ef03e60: 0xffffff7f9d784690

    0xffffff857ef03f20: 0xffffff801b3d0459

    0xffffff857ef03f40: 0xffffff801b2f22fd

    0xffffff857ef03f90: 0xffffff801b2f27f0

    0xffffff857ef03fb0: 0xffffff801b3c9117

    Corresponding to the current thread BSD process name: kernel_task

    Mac OS version:

    Not yet defined

    Kernel version:

    15.6.0 Darwin kernel version: Mon Aug 29 20:21:34 PDT 2016; root:XNU-3248.60.11~1/RELEASE_X86_64

    Kernel UUID: E349749B-3303-3DDF-959C-B5885A0E1F6E

    Slide kernel: 0x000000001b000000

    Text of core base: 0xffffff801b200000

    Text __HIB base: 0xffffff801b100000

    Name of system model: MacPro5, 1 (Mac-F221BEC8)

    Availability of the system in nanoseconds: 2574260790

    last load kext to 1721994094: com.apple.iokit.IOUSBFamily 900.4.1 (0xffffff7f9c576000, size 630784 addr)

    kexts responsible:

    com.apple.driver.AppleRTC 2.0

    com.apple.driver.AppleHPET 1.8

    com.apple.driver.AppleACPIButtons 4.0

    com.apple.driver.AppleSMBIOS 2.1

    com.apple.driver.AppleACPIEC 4.0

    com.apple.driver.AppleAPIC 1.7

    com.apple.driver.AppleIntelCPUPowerManagementClient 218.0.0

    com Apple.NKE.applicationfirewall 163

    com Apple.Security.Quarantine 3

    com.apple.security.TMSafetyNet 8

    com.apple.driver.AppleIntelCPUPowerManagement 218.0.0

    com.apple.driver.usb.AppleUSBEHCI 1.0.1

    com.apple.iokit.IOUSBFamily 900.4.1

    com.apple.iokit.IOUSBHostFamily 1.0.1

    com.apple.driver.AppleUSBHostMergeProperties 1.0.1

    com.apple.driver.AppleEFINVRAM 2.0

    com.apple.driver.AppleEFIRuntime 2.0

    com.apple.iokit.IOHIDFamily 2.0.0

    com.apple.iokit.IOSMBusFamily 1.1

    com Apple.Security.sandbox 300.0

    com.apple.kext.AppleMatch 1.0.0d1

    com.apple.driver.AppleKeyStore 2

    com.apple.driver.AppleMobileFileIntegrity 1.0.5

    com.apple.driver.AppleCredentialManager 1.0

    com.apple.driver.DiskImages 417,4

    com.apple.iokit.IOStorageFamily 2.1

    com.apple.iokit.IOReportFamily 31

    com.apple.driver.AppleFDEKeyStore 28.30

    com.apple.driver.AppleACPIPlatform 4.0

    com.apple.iokit.IOPCIFamily 2.9

    com.apple.iokit.IOACPIFamily 1.4

    com.apple.kec.Libm 1

    com Apple.KEC.pthread 1

    com Apple.KEC.corecrypto 1.0

    Model: MacPro5, 1, BootROM MP51.007F.B03 12 6-Core processors, Intel Xeon, 2.66 GHz, 48Go, MSC 1.39f11

    Graphics card: card graphics NVIDIA Quadro 4000, NVIDIA Quadro 4000, PCIe, 2048 MB

    Memory module: DIMM 1, 8 GB, DDR3 ECC, 1333 MHz, 0x857F, 0 x 463732314752363546393333334700000000

    Memory module: DIMM 2, 8 GB, DDR3 ECC, 1333 MHz, 0x857F, 0 x 463732314752363546393333334700000000

    Memory module: DIMM 5, 8 GB, DDR3 ECC, 1333 MHz, 0x857F, 0 x 463732314752363546393333334700000000

    Memory module: DIMM 6, 8 GB, DDR3 ECC, 1333 MHz, 0x857F, 0 x 463732314752363546393333334700000000

    Memory module: DIMM 7, 8 GB, DDR3 ECC, 1333 MHz, 0x857F, 0 x 463732314752363546393333334700000000

    Memory module: DIMM 8, 8 GB, DDR3 ECC, 1333 MHz, 0x857F, 0 x 463732314752363546393333334700000000

    Airport: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8E), Broadcom BCM43xx 1.0 (5.106.98.100.24)

    Bluetooth: Version 4.4.6f1 17910, 3 services, 27 aircraft, 1 incoming serial ports

    Network service: Wi - Fi, AirPort, en2

    PCI card: Graphics NVIDIA Quadro 4000, view controller, Slot-1 card

    PCI card: NVIDIA Quadro 4000, NVDA, Parent, Slot-1

    PCI card: pci1b21, 625, AHCI, slot-3 controller

    PCI card: pci1095, 3132, other Mass Storage Controller, Slot-4

    Serial ATA Device: HL-DT-ST DVD - RW GH61N

    Serial ATA Device: WDC WD1001FALS-403AA0, 1 TB

    Serial ATA Device: Hitachi HDS722020ALA330, 2 TB

    Serial ATA Device: Hitachi HDS722020ALA330, 2 TB

    Serial ATA Device: Hitachi HDS722020ALA330, 2 TB

    Serial ATA Device: Samsung 850 EVO 500 GB, GB 500,11 SSD

    USB device: USB Bus

    USB device: USB Bus

    USB device: Hub BRCM2046

    USB Device: USB Bluetooth host controller

    USB device: USB Bus

    USB device: USB Bus

    USB device: USB Bus

    USB device: USB Bus

    USB device: USB 2.0 Bus

    USB device: Keyboard Hub

    USB Device: Apple keyboard

    USB device: USB 2.0 Bus

    USB device: USB 2.0 Hub

    USB device: USB DONGLE

    FireWire devices: built-in_hub, up to 800 Mb/s

    Crush Bus:

    Yes, very probably a memory problem when there is more than one bank error reports.

    9 banks of error reports

    Often see you also RAM disappear as you said "I noticed is that this is not show DIMM 3 or 4"»

Maybe you are looking for

  • 5.6.2 pages will not open Documents

    Basic problem: I got iWork 5.6.2 for some time now without any problem, but, recently, I have reproduced a 233 KB word document and after it froze the application. I waited for about 10 minutes, but there is no determination to force the application

  • Fact Hitachi 2.5 "7200 RPM 200 GB HARD disk fit IdeaPad U110?

    I intend to upgrade to 2.5 Hitachi HARD drive "7200 RPM 200 GB. Any ideas?

  • Monitor flashes blue after running for a few hours.

    My monitor did not come with internal speakers.  The speakers I bought has a subwoofer.  My monitor keeps going blue from time to time.  The subwoofer is 110-120V.  Is this too much for the monitor?

  • Recommended stuff please?

    What are recommended online scans and recommended free anti-virus/spyware/malware programs? (preferably recommend scans online please. I don't have a lot of space on my computer and don't bother recommend kaspersky coz, I know that it is not availabl

  • Signature using NEW WebWorks

    When I got the Webworks Eclipse plugin sign your applications has been a simple process... because blackberry does not support the eclipse plugin more that it must pass through this tedious comand line task. How sign a file to cod so I already have a