Where to look for the computed stats collected using gather_table_stats

I have used analyze command before but new to gather_table_stats.
I have executed gather_table_stats procedure as given below. Now where to look for the statistics estimated and also what are the important parameters I need to look in the stats ? Any major difference between analyze & gather_table_stats ?
SQL> exec dbms_stats.gather_table_stats(ownname => 'TPDBS01A', tabname => 'x_TPD_STG_TL_SF_LEGAL_OWN
ER' , estimate_percent => 50, method_opt => 'for all indexed columns size auto');
PL/SQL procedure successfully completed.

The command "analyze table" is deprecated for gathering optimizer statistics. But it is still the only command to get for instance the chained rows. This command is no longer maintained for new features, so if you use this command to collect statistics, it might not collect all needed numbers for the optimizer so the plan could be wrong.
The package dbms_stats is collecting all the figures that the optimizer needs to genererate an optimal access plan. All new database features are incorporated only here.
The statistics numbers can be found in the normal tables like USER|ALL|DBA_TABLES, ...TAB_COLUMNS, ...INDEXES, ...IND_COLUMNS etc. There you can find for instance number of rows in table, clustering factor for indexes and more numbers like this. They are not really needed for us human beings, they are used by the optimizer to generate the access plan.

Similar Messages

  • Where to look for all value mappings being used in ID

    Hi All,
              Where to look for all value mappings being used in ID?
    XIer

    Hi,
    Let me re-frame it, Do u want to know where all the value mappings(created in ID) is used in Mapping Program of IR, isn't it?
    If yes, then it's not possible( as far as  I know).
    raj.

  • Where to look for the attributes functionality of CL_GUI_ALV_GRID?

    I am trying to use mc_style-f4 of CL_GUI_ALV_GRID.
    But it is noe getting triggered.
    Where can I look for the functionality of the Attributes section of CL_GUI_ALV_GRID?
    (help.sap.com discusses about the events and mthods only and not the attributes section..)
    Thanks,
    Ven

    SE24 shows you the methods and attributes.
    and help.sap.com shows the functionality / usage of the methods. it does not tell about the attributes part.
    I need to know this usage information about the attributes.
    Say for example mc_style_disabled - this disables a cell.
    MC_STYLE_F4 what does it do etc..

  • Where to Look for the Service Interface in the Start Step?

    hi @,
    I have defined a Service interface in the start step, now I want to use the same in my Web Dynpro Application to pass data and start the BPM . Where can I look at the interface generated and BPM deployed I ddn't use any WSDL but created the same using the SI tool help in BPM.
    DO I have to do any other setting and or publishing the same in Registry etc.
    REgards,
    Amit

    Hi There,
    >Where can I look at the interface generated and BPM deployed I ddn't use any WSDL but created the same using the SI tool help in BPM.
    >
    >DO I have to do any other setting and or publishing the same in Registry etc.
    everytime i looked up the location of an deployed WSDL i used the "Single Service Administration" in the NWA. In that tool you can search for the name of the WSDL-Interface which you connected to the startevent of your bpm-process. In a option downside the Single Service Administration you can open the WSDL which opo ups in a new browser. Copy that URL from the opened window and cut somthing like &=ws_policy at the end of the URL.
    You can start a Process with this URL if you send a propper SOAP-Message to it. You don't need to publish the Service in the Service Registry to use it.
    Hope this Helps
    With kind regards
    Markus

  • I recently upgraded to Windows 8 and find that I cannot sign in to Adobe Export.  Any ideas of where to look for the problem?

    Previously I downloaded a PDF file and was asked to sign in to convert.  I just upgraded to Windows 8 and since have found that the activity box still appears on the right side of the page but when I try to sign in it does not complete the connection.  I get an empty box that pops up but goes no further.  Not sure what I am doing wrong.

    Hi,
    It might be possible that you have not upgraded the Adobe Reader.
    Please upgraded it to the 11.0.9 version then you will be able to sign-in.
    Or you can navigate to the below link to use online service:
    The Most Reliable Tool to Convert PDF to Word or Excel | Adobe ExportPDF
    Regards,
    Florence

  • How can I specify where to look for the server installation of the Oracle client?

    I assume changing the $ORACLE_HOME variable would get ORE to use 12.1.0.2 instead of 11.2.0.3, but I only want to change which Oracle R uses. How can I override the server's $ORACLE_HOME location when I'm connecting to the database from the client side?
    OS: Linux Mint 17 / Solaris 11.1
    R version: 3.1.2 (both)
    ORE version: 1.4.1 (both)

    On the server, the Oracle R Enterprise installation is tied to an Oracle Database installation.  Have you installed Oracle R Enterprise for both the 11.2.0.3 and 12.1.0.2 databases?
    If so, the client connect will be able to find the ORE server when you connect to the database using ore.connect:
        R> ore.connect(user = "username", sid = "database sid", host = "hostname/database server", password = "user password", all=TRUE).
    During the ORE installation on the server, we lay down software bits on the OS, install a schema into the database, plus add some libraries to $ORACLE_HOME.
    Sherry

  • Where to look for the newest IISPROXY?

    According to note 629946, we cannot find it at all.
    Please help, points will be given, thanks!

    Greg,
    IISProxy is deprecated - http://help.sap.com/saphelp_nw2004s/helpdata/en/43/65c078b39b0398e10000000a1553f6/frameset.htm.
    Why do you want to use it instead of Kerberos?
    Anyway, if you still need it I can send you...
    Cheers,
    Marcelo
    Message was edited by:
            Marcelo Behr

  • Looking for the best trackball to use with MacPro & OSX

    Right now I am using an RF Logitech S530 wireless mouse/keyboard combo. I was looking to find a good trackball to replace th mouse.
    Does anyone have a suggestion for a good trackball that will work well with OSX? I had heard that kensington made a good one... and I know that Logitech make them...
    Thanks,
    Rich

    Right now I am using an RF Logitech S530 wireless
    mouse/keyboard combo. I was looking to find a good
    trackball to replace th mouse.
    Does anyone have a suggestion for a good trackball
    that will work well with OSX? I had heard that
    kensington made a good one... and I know that
    Logitech make them...
    Thanks,
    Rich
    Hi hassiman
    If your going for a trackball, then in my experince Kensington Expert Mouse is by far the best, and the software is fantastic, also the reabilety is great, I use the one with a cord, have not tried the cordless as it was not on the market when I bougth mine, but I‘m very pleased with the one I have
    Power PC 2*2.7 GHz   Mac OS X (10.4.7)   2.5GB Ram

  • Looking for the example of Servlet using EJB

    Hi, I am a beginner of EJB, where can I get some examples using Servlets to communcate with EJB. Thank you.

    Pls. go to the following link
    http://www.onjava.com/pub/a/onjava/2002/09/18/resin.html?page=last

  • Where to Look for Crash Causes

    Hi,
    G5 for 3 years; rock solid. Don't recall installing anything unusual (other than Apple SW updates) but twice now in the last week I have retunred to the system after being at work to find screen turned off and fans at full pelt. In the early days when I had a couple of kernel panics I knew where to look for the logs. I havce investigated every log (from System Profiler) for both of these "meltdowns" but can't find any reference at all.
    How do I go about pinpointing the cause?
    David
    PS: Apologies in advance - cross posting in OSX and G5 because I don't know which is the most relevant?

    Just to answer my own question. Found this in system log, and these are the last entries before the reboot:
    ================================================
    Jun 27 11:26:14 David-Thorpes-Computer ntpd[160]: time set -0.943959 s
    Jun 27 11:31:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 352 bus resets in last minute.
    Jun 27 11:34:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 344 bus resets in last minute.
    Jun 27 11:38:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 351 bus resets in last minute.
    Jun 27 11:41:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 341 bus resets in last minute.
    Jun 27 11:44:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 356 bus resets in last minute.
    Jun 27 11:47:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 352 bus resets in last minute.
    Jun 27 11:48:19 David-Thorpes-Computer kernel[0]: Bad SelfID packet 4: 0x0 != 0xffffffff!
    Jun 27 11:50:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 362 bus resets in last minute.
    Jun 27 11:54:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 356 bus resets in last minute.
    Jun 27 11:57:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 361 bus resets in last minute.
    Jun 27 12:00:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 363 bus resets in last minute.
    Jun 27 12:03:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 362 bus resets in last minute.
    Jun 27 12:06:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 356 bus resets in last minute.
    Jun 27 12:10:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 356 bus resets in last minute.
    Jun 27 12:13:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 353 bus resets in last minute.
    Jun 27 12:16:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 359 bus resets in last minute.
    Jun 27 12:19:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 362 bus resets in last minute.
    Jun 27 12:22:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 364 bus resets in last minute.
    Jun 27 12:26:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 363 bus resets in last minute.
    Jun 27 12:29:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 365 bus resets in last minute.
    Jun 27 12:32:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 366 bus resets in last minute.
    Jun 27 12:35:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 368 bus resets in last minute.
    Jun 27 12:38:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 359 bus resets in last minute.
    Jun 27 12:42:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 359 bus resets in last minute.
    Jun 27 12:45:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 363 bus resets in last minute.
    Jun 27 12:48:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 360 bus resets in last minute.
    Jun 27 12:51:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 360 bus resets in last minute.
    Jun 27 12:54:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 358 bus resets in last minute.
    Jun 27 12:58:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 366 bus resets in last minute.
    Jun 27 13:01:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 357 bus resets in last minute.
    Jun 27 13:04:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 366 bus resets in last minute.
    Jun 27 13:07:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 364 bus resets in last minute.
    Jun 27 13:10:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 355 bus resets in last minute.
    Jun 27 13:14:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 364 bus resets in last minute.
    Jun 27 13:17:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 364 bus resets in last minute.
    Jun 27 13:20:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 360 bus resets in last minute.
    Jun 27 13:23:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 368 bus resets in last minute.
    Jun 27 13:26:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 363 bus resets in last minute.
    Jun 27 13:30:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 355 bus resets in last minute.
    Jun 27 13:33:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 359 bus resets in last minute.
    Jun 27 13:36:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 357 bus resets in last minute.
    Jun 27 13:39:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 361 bus resets in last minute.
    Jun 27 13:42:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 360 bus resets in last minute.
    Jun 27 13:46:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 367 bus resets in last minute.
    Jun 27 13:49:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 367 bus resets in last minute.
    Jun 27 13:52:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 363 bus resets in last minute.
    Jun 27 13:55:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 362 bus resets in last minute.
    Jun 27 13:58:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 360 bus resets in last minute.
    Jun 27 14:02:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 356 bus resets in last minute.
    Jun 27 14:05:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 364 bus resets in last minute.
    Jun 27 14:08:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 360 bus resets in last minute.
    Jun 27 14:11:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 353 bus resets in last minute.
    Jun 27 14:14:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 356 bus resets in last minute.
    Jun 27 14:18:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 363 bus resets in last minute.
    Jun 27 14:21:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 367 bus resets in last minute.
    Jun 27 14:24:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 367 bus resets in last minute.
    Jun 27 14:27:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 363 bus resets in last minute.
    =============================================
    Now, a couple of weeks ago I installaed a Lacie PCI Firewire 800 card and attached three Lacie FW 800 drives (previously these were all daisy-chained off the one FW 800 port on the G5 and have worked without issue for two to three years).
    Could these messages be a cause of the crash? Anybody know what they might mean?
    David

  • Where to Look for Cause of Freeze?

    Hi,
    G5 for 3 years; rock solid. Don't recall installing anything unusual (other than Apple SW updates) but twice now in the last week I have retunred to the system after being at work to find screen turned off and fans at full pelt. In the early days when I had a couple of kernel panics I knew where to look for the logs. I havce investigated every log (from System Profiler) for both of these "meltdowns" but can't find any reference at all.
    How do I go about pinpointing the cause?
    David
    PS: Apologies in advance - cross posting in OSX and G5 because I don't know which is the most relevant?

    Just to answer my own question. Found this in system log, and these are the last entries before the reboot:
    ================================================
    Jun 27 11:26:14 David-Thorpes-Computer ntpd[160]: time set -0.943959 s
    Jun 27 11:31:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 352 bus resets in last minute.
    Jun 27 11:34:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 344 bus resets in last minute.
    Jun 27 11:38:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 351 bus resets in last minute.
    Jun 27 11:41:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 341 bus resets in last minute.
    Jun 27 11:44:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 356 bus resets in last minute.
    Jun 27 11:47:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 352 bus resets in last minute.
    Jun 27 11:48:19 David-Thorpes-Computer kernel[0]: Bad SelfID packet 4: 0x0 != 0xffffffff!
    Jun 27 11:50:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 362 bus resets in last minute.
    Jun 27 11:54:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 356 bus resets in last minute.
    Jun 27 11:57:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 361 bus resets in last minute.
    Jun 27 12:00:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 363 bus resets in last minute.
    Jun 27 12:03:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 362 bus resets in last minute.
    Jun 27 12:06:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 356 bus resets in last minute.
    Jun 27 12:10:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 356 bus resets in last minute.
    Jun 27 12:13:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 353 bus resets in last minute.
    Jun 27 12:16:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 359 bus resets in last minute.
    Jun 27 12:19:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 362 bus resets in last minute.
    Jun 27 12:22:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 364 bus resets in last minute.
    Jun 27 12:26:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 363 bus resets in last minute.
    Jun 27 12:29:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 365 bus resets in last minute.
    Jun 27 12:32:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 366 bus resets in last minute.
    Jun 27 12:35:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 368 bus resets in last minute.
    Jun 27 12:38:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 359 bus resets in last minute.
    Jun 27 12:42:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 359 bus resets in last minute.
    Jun 27 12:45:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 363 bus resets in last minute.
    Jun 27 12:48:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 360 bus resets in last minute.
    Jun 27 12:51:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 360 bus resets in last minute.
    Jun 27 12:54:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 358 bus resets in last minute.
    Jun 27 12:58:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 366 bus resets in last minute.
    Jun 27 13:01:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 357 bus resets in last minute.
    Jun 27 13:04:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 366 bus resets in last minute.
    Jun 27 13:07:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 364 bus resets in last minute.
    Jun 27 13:10:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 355 bus resets in last minute.
    Jun 27 13:14:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 364 bus resets in last minute.
    Jun 27 13:17:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 364 bus resets in last minute.
    Jun 27 13:20:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 360 bus resets in last minute.
    Jun 27 13:23:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 368 bus resets in last minute.
    Jun 27 13:26:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 363 bus resets in last minute.
    Jun 27 13:30:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 355 bus resets in last minute.
    Jun 27 13:33:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 359 bus resets in last minute.
    Jun 27 13:36:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 357 bus resets in last minute.
    Jun 27 13:39:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 361 bus resets in last minute.
    Jun 27 13:42:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 360 bus resets in last minute.
    Jun 27 13:46:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 367 bus resets in last minute.
    Jun 27 13:49:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 367 bus resets in last minute.
    Jun 27 13:52:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 363 bus resets in last minute.
    Jun 27 13:55:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 362 bus resets in last minute.
    Jun 27 13:58:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 360 bus resets in last minute.
    Jun 27 14:02:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 356 bus resets in last minute.
    Jun 27 14:05:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 364 bus resets in last minute.
    Jun 27 14:08:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 360 bus resets in last minute.
    Jun 27 14:11:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 353 bus resets in last minute.
    Jun 27 14:14:59 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 356 bus resets in last minute.
    Jun 27 14:18:11 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 363 bus resets in last minute.
    Jun 27 14:21:23 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 367 bus resets in last minute.
    Jun 27 14:24:35 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 367 bus resets in last minute.
    Jun 27 14:27:47 David-Thorpes-Computer kernel[0]: FireWire (OHCI) TI ID 8025 PCI: 363 bus resets in last minute.
    =============================================
    Now, a couple of weeks ago I installaed a Lacie PCI Firewire 800 card and attached three Lacie FW 800 drives (previously these were all daisy-chained off the one FW 800 port on the G5 and have worked without issue for two to three years).
    Could these messages be a cause of the crash? Anybody know what they might mean?
    David

  • MAC QUESTION--I'm looking for the toggle button for thumbnails

    MAC QUESTION--I'm looking for the toggle button that use to be on the bottom right of desktop folders to increase and decrease the size of the thumbnails.  Does this still exist?

    Glad you got it going. I'm in Thumbnail mode most of the time in my Finder, so I didn't notice that the slider isn't there in others. I'm running Yosemite as well and I'm happy this feature has been kept.
    Thanks for letting me know
    Gene

  • HT1391 I recently purchased music from power music. I downloaded it to I tunes. I don't know where to look for it in itunes. I am not that computer savvy but I would like to put it on my mp3 player. Any help would greatly be appreciated.

    I RECENTLY PURCHASED WORKOUT MUSIC FROM POWER MUSIC. I HAVE DOWNLOADED THEM TO ITUNES. WHERE DO YOU LOOK FOR THE DOWNLOADED FILES IN ITUNES? I AM NOT REALLY COMPUTER SAVVY. I WOULD ALSO LIKE TO DOWNLOAD THEM TO MY MP3 PLAYER  APPRECIAAND HOW DO I GO ABOUT DOING THAT? THANK YOU FOR ANY HELP. GREATLY APPRECIATED.

    Please turn off your caps lock.
    All caps indicates shouting, is considered rude, and is difficult to read.  Many will not read such posts.
    Your music will be in Library>Music on the left side of the itunes page.
    Itunes only syncs with Apple devices.

  • (Help) system classpath  -Vs-  the place where weblogic looks for classes

    The following is my app's hierarchy.
    myapp
    |
    |__myjsp.jsp
    |
    |__WEB-INF
    |
    |__classes
    |_ MyClass.class
    I am not able to use MyClass within myjsp.jsp
    i.e. a scriplet like that shown below gives an error stating that MyClass isnt found
    <% MyClass obj; %>
    I've tried setting the system classpath, but to no avail.
    Is there a difference between the system classpath and the place where weblogic looks for classes?
    (I am running my app by creating a myapp.war file and placing it in autodeploy folder)

    Try moving your class to a named package and use the appropriate import statement in your JSP. Loading it from WEB-INF/classes/packagename should be fine so you might want to remove the other classpath mods you made to eliminate that uncertainty.
    Here's a snippet from http://publib.boulder.ibm.com/infocenter/dmndhelp/v6rxmx/index.jsp?topic=/com.ibm.websphere.nd.doc/info/ae/ae/rweb_jsp_migration.html:
    "As of JSP 2.0, referring to any classes from the unnamed or default package is not allowed. This can result in a translation error on some containers, specifically those that run in a JDK 1.4 or greater environment which will also break compatibility with some older JSP applications. However, as of JDK 1.4, importing classes from the unnamed package is not valid. See Java 2 Platform, Standard Edition Version 1.4.2 Compatibility with Previous Releases for details. Therefore, for forwards compatibility, applications must not rely on the unnamed package. This restriction also applies for all other cases where classes are referenced, such as when specifying the class name for a tag in a Tag Library Descriptor (TLD) file."
    HTH,
    Mike
    Weblogic/J2EE Security Blog: http://monduke.com

  • I'd like to update the ISO 4.2.1 on an old iPod Touch to ISO 7.  Can't find "Software Update" option under General Setting.  Where might I look for the option to slightly upgrade the ISO for this device?

    I'd like to update the ISO 4.2.1 on an old iPod Touch to ISO 7.  Can't find "Software Update" option under General Setting.  Where might I look for the option to slightly upgrade the ISO for this device?

    You likely have a 2G iPod and those can go higher than 4.2.1
    A 3G can go to 5.1.1
    IA 4G, with cameras can go to iOS 6.1.6.
    The 5G, also with cameras can go to iOS 8
    To update
    The Settings>General>Software Update comes with iOS 5 and later.
    Connect the iPod to your computer and update via iTunes as far as your iPod model allows
    iOS: How to update your iPhone, iPad, or iPod touch
    - A 2G to 4.2.1. Requires iTunes version 10 or higher. If a Mac it requires OSX 10.5.8 or later.
    - A 3G to 5.1.1  Requires iTunes version 10.5 or later
    - A 4G to 6.1.6  Requires iTunes version 10.7 or later. For a Mac, that requires a Mac with OSX 10.6.8 or later
    - A 5G to iOS 8 Requires iTunes 11.4 or later if you update via iTunes
    Identifying iPod models                                                         

Maybe you are looking for

  • To mount a CD-ROM in Single User Mode.  How?

    Thank you for reading my question.  I need to run single user mode on my iMac because of a disk problem.  I would like to be able to mount the cd drive while I am in single user mode.  I would also like to be able to mount usb hard drives with confid

  • Can't add printers while in WiFi/Airport

    I can no longer add printers in Printer Setup Utility while using my WiFi network (AEBS). The <ADD> Button is GRAYED OUT. Everything is OK when my printer is connected via USB, but in Airport nothing. When I get the ADD page it shows the correct name

  • Zero quantity should not be allowed for STO delivery

    Hi,      zero quantity should not be allowed for STO delivery.      when i create a delivery for a STO it should not allow zero quantity      can someone throw some light. Alec

  • Photosop CS4 graphics card question

    Hello, I am looking into buying a new IMAC and was wondering about whether or not the graphics card that comes with it supports the new CS4 features. Does anyone know if the- ATI Radeon HD 2600 PRO w/256MB card -that comes with the IMAC supports all

  • Transport connect Hang

    Hello to all, i have developed a very simple mail UI to send email but i encounter error where when the debug pointer reach this statement private final static String myHost = "smtp.gmail.com"; Username is the email address. try { myTransport.connect