Forms10g r 2  Problem ( runing slow )

hi everybody
we have a new system developed by Oracle forms10g (10.1.2) on Oracle application server 10g r 2 on windows2003 platform .
when the client run the application for the first time it work fine and the speed is o.k but after two or three day's the application become very slow ,if you use the same machine with new(different) network account on the same machine the application work fine a gain (for a period only ).
we have removed the jinitor and clear the the internet cach and cockies but without any effect the problem still there for the same user(user's) after working for a several day's on the application .
any help plz and thank's on advance

I believe it would be more easy to get answer, if you post in
[url http://forums.oracle.com/forums/forum.jspa?forumID=44] Application Server General
too
Regards

Similar Messages

  • Querry runing slow.

    below qurrery is runing slow. it's taking 16 mins. Can any one please help me out why it 's taking this much time.
    SELECT t1.ebiz_cntrl_no,
    COUNT (DISTINCT (tl.mast_ebiz_lp_no)) pallet_count,
    trl.pro_no, trl.trailer_type, t1.comp_id
    FROM dirp_trn_ebiztask t1,
    dirp_trn_lp tl,
    dirp_trn_ebiztask t2,
    dirp_trn_trailer trl
    WHERE t1.task_type = 'PICK'
    AND t1.act_qty > 0
    AND t1.act_end_date IS NOT NULL
    AND t1.ebiz_contlp_no = tl.ebiz_lp_no
    AND t2.task_type = 'SHIP'
    AND t2.ebiz_lp_no = tl.mast_ebiz_lp_no
    AND t2.ebiz_trailer_no = trl.ebiz_trailer_no
    AND t1.COMP_ID = tl.COMP_ID
    AND t1.COMP_ID = t2.COMP_ID
    AND t1.COMP_ID = trl.COMP_ID
    GROUP BY t1.ebiz_cntrl_no, pro_no, trailer_type, t1.comp_id
    Rows Row Source Operation
    3 TABLE ACCESS BY INDEX ROWID CCOL$ (cr=8 pr=0 pw=0 time=459 us)
    3 INDEX RANGE SCAN I_CCOL1 (cr=5 pr=0 pw=0 time=473 us)(object id 54)
    SELECT t1.ebiz_cntrl_no,
    COUNT (DISTINCT (tl.mast_ebiz_lp_no)) pallet_count,
    trl.pro_no, trl.trailer_type, t1.comp_id
    FROM dirp_trn_ebiztask t1,
    dirp_trn_lp tl,
    dirp_trn_ebiztask t2,
    dirp_trn_trailer trl
    WHERE t1.task_type = 'PICK'
    AND t1.act_qty > 0
    AND t1.act_end_date IS NOT NULL
    AND t1.ebiz_contlp_no = tl.ebiz_lp_no
    AND t2.task_type = 'SHIP'
    AND t2.ebiz_lp_no = tl.mast_ebiz_lp_no
    AND t2.ebiz_trailer_no = trl.ebiz_trailer_no
    AND t1.COMP_ID = tl.COMP_ID
    AND t1.COMP_ID = t2.COMP_ID
    AND t1.COMP_ID = trl.COMP_ID
    GROUP BY t1.ebiz_cntrl_no, pro_no, trailer_type, t1.comp_id
    call count cpu elapsed disk query current rows
    Parse 3 0.12 0.17 0 0 0 0
    Execute 3 0.00 0.00 0 0 0 0
    Fetch 22964 275.41 2520.61 833760 1108408 9 344389
    total 22970 275.53 2520.79 833760 1108408 9 344389
    Misses in library cache during parse: 1
    Optimizer mode: CHOOSE
    Parsing user id: 67 (GSMOLAP)
    Rows Row Source Operation
    114793 SORT GROUP BY (cr=409403 pr=280247 pw=16436 time=662980659 us)
    1780310 HASH JOIN (cr=409403 pr=277866 pw=14055 time=638715201 us)
    1780433 HASH JOIN (cr=408274 pr=270127 pw=7440 time=614559870 us)
    496477 TABLE ACCESS BY INDEX ROWID DIRP_TRN_EBIZTASK (cr=160500 pr=59306 pw=0 time=384814524 us)
    496477 INDEX RANGE SCAN NI_TRN_EBIZTASK_INDX4 (cr=3393 pr=3206 pw=0 time=44214117 us)(object id 149238)
    1786441 HASH JOIN (cr=247774 pr=210821 pw=7440 time=234883291 us)
    1789215 TABLE ACCESS FULL DIRP_TRN_EBIZTASK (cr=207388 pr=163028 pw=0 time=209363676 us)
    1458129 TABLE ACCESS FULL DIRP_TRN_LP (cr=40386 pr=40353 pw=0 time=20426305 us)
    59742 TABLE ACCESS FULL DIRP_TRN_TRAILER (cr=1129 pr=1124 pw=0 time=1563491 us)
    Rows Execution Plan
    0 SELECT STATEMENT MODE: CHOOSE
    114793 SORT (GROUP BY)
    1780310 HASH JOIN
    1780433 HASH JOIN
    496477 TABLE ACCESS MODE: ANALYZED (BY INDEX ROWID) OF
    'DIRP_TRN_EBIZTASK' (TABLE)
    496477 INDEX MODE: ANALYZED (RANGE SCAN) OF
    'NI_TRN_EBIZTASK_INDX4' (INDEX)
    1786441 HASH JOIN
    1789215 TABLE ACCESS MODE: ANALYZED (FULL) OF
    'DIRP_TRN_EBIZTASK' (TABLE)
    1458129 TABLE ACCESS MODE: ANALYZED (FULL) OF 'DIRP_TRN_LP'
    (TABLE)
    59742 TABLE ACCESS MODE: ANALYZED (FULL) OF 'DIRP_TRN_TRAILER'
    (TABLE)
    Elapsed times include waiting on following events:
    Event waited on Times Max. Wait Total Waited
    ---------------------------------------- Waited ---------- ------------
    SQL*Net message to client 7655 0.00 0.01
    db file sequential read 57297 0.37 549.32
    latch free 2 0.00 0.00
    direct path write temp 1506 0.63 18.86
    direct path read temp 1506 0.11 9.90
    db file scattered read 13784 0.24 251.02
    SQL*Net message from client 7654 1.09 10.09
    ALTER SESSION SET EVENTS '10046 trace name context forever, level 8'
    call count cpu elapsed disk query current rows
    Parse 1 0.00 0.00 0 0 0 0
    Execute 1 0.00 0.02 0 0 0 0
    Fetch 0 0.00 0.00 0 0 0 0
    total 2 0.00 0.02 0 0 0 0
    Misses in library cache during parse: 0
    Parsing user id: 67 (GSMOLAP)
    Elapsed times include waiting on following events:
    Event waited on Times Max. Wait Total Waited
    ---------------------------------------- Waited ---------- ------------
    SQL*Net message to client 1 0.00 0.00
    SQL*Net message from client 1 21.89 21.89
    OVERALL TOTALS FOR ALL NON-RECURSIVE STATEMENTS
    call count cpu elapsed disk query current rows
    Parse 4 0.12 0.17 0 0 0 0
    Execute 4 0.00 0.02 0 0 0 0
    Fetch 22964 275.41 2520.61 833760 1108408 9 344389
    total 22972 275.53 2520.81 833760 1108408 9 344389
    Misses in library cache during parse: 1
    Elapsed times include waiting on following events:
    Event waited on Times Max. Wait Total Waited
    ---------------------------------------- Waited ---------- ------------
    SQL*Net message to client 7656 0.00 0.01
    SQL*Net message from client 7655 21.89 31.98
    db file sequential read 57297 0.37 549.32
    latch free 2 0.00 0.00
    direct path write temp 1506 0.63 18.86
    direct path read temp 1506 0.11 9.90
    db file scattered read 13784 0.24 251.02
    OVERALL TOTALS FOR ALL RECURSIVE STATEMENTS
    call count cpu elapsed disk query current rows
    Parse 10 0.03 0.02 0 0 0 0
    Execute 129 0.09 0.17 0 0 0 0
    Fetch 278 0.02 0.26 28 446 0 1102
    total 417 0.14 0.46 28 446 0 1102
    Misses in library cache during parse: 10
    Misses in library cache during execute: 10
    4 user SQL statements in session.
    129 internal SQL statements in session.
    133 SQL statements in session.
    1 statement EXPLAINed in this session.
    Trace file: biprod_ora_23463.trc
    Trace file compatibility: 10.01.00
    Sort options: default
    1 session in tracefile.
    4 user SQL statements in trace file.
    129 internal SQL statements in trace file.
    133 SQL statements in trace file.
    12 unique SQL statements in trace file.
    1 SQL statements EXPLAINed using schema:
    GSMOLAP.prof$plan_table
    Default table was used.
    Table was created.
    Table was dropped.
    113796 lines in trace file.
    3724 elapsed seconds in trace file.

    Reposting portions of your post with the { code } tags:
    SELECT
          t1.ebiz_cntrl_no,
          COUNT (DISTINCT (tl.mast_ebiz_lp_no)) pallet_count,
          trl.pro_no,
          trl.trailer_type,
          t1.comp_id
    FROM dirp_trn_ebiztask t1,
          dirp_trn_lp tl,
          dirp_trn_ebiztask t2,
          dirp_trn_trailer trl
    WHERE t1.task_type = 'PICK'
          AND t1.act_qty > 0
          AND t1.act_end_date IS NOT NULL
          AND t1.ebiz_contlp_no = tl.ebiz_lp_no
          AND t2.task_type = 'SHIP'
          AND t2.ebiz_lp_no = tl.mast_ebiz_lp_no
          AND t2.ebiz_trailer_no = trl.ebiz_trailer_no
          AND t1.COMP_ID = tl.COMP_ID
          AND t1.COMP_ID = t2.COMP_ID
          AND t1.COMP_ID = trl.COMP_ID
    GROUP BY t1.ebiz_cntrl_no, pro_no, trailer_type, t1.comp_id
    call     count       cpu    elapsed       disk      query    current        rows
    Parse        3      0.12       0.17          0          0          0           0
    Execute      3      0.00       0.00          0          0          0           0
    Fetch    22964    275.41    2520.61     833760    1108408          9      344389 
    total    22970    275.53    2520.79     833760    1108408          9      344389
    Misses in library cache during parse: 1
    Optimizer mode: CHOOSE
    Parsing user id: 67  (GSMOLAP)
    Rows     Row Source Operation
    114793  SORT GROUP BY (cr=409403 pr=280247 pw=16436 time=662980659 us)
    1780310   HASH JOIN  (cr=409403 pr=277866 pw=14055 time=638715201 us)
    1780433    HASH JOIN  (cr=408274 pr=270127 pw=7440 time=614559870 us)
    496477     TABLE ACCESS BY INDEX ROWID DIRP_TRN_EBIZTASK (cr=160500 pr=59306 pw=0 time=384814524 us)
    496477      INDEX RANGE SCAN NI_TRN_EBIZTASK_INDX4 (cr=3393 pr=3206 pw=0 time=44214117 us)(object id 149238)
    1786441     HASH JOIN  (cr=247774 pr=210821 pw=7440 time=234883291 us)
    1789215      TABLE ACCESS FULL DIRP_TRN_EBIZTASK (cr=207388 pr=163028 pw=0 time=209363676 us)
    1458129      TABLE ACCESS FULL DIRP_TRN_LP (cr=40386 pr=40353 pw=0 time=20426305 us)
      59742    TABLE ACCESS FULL DIRP_TRN_TRAILER (cr=1129 pr=1124 pw=0 time=1563491 us)
    Elapsed times include waiting on following events:
      Event waited on                             Times   Max. Wait  Total Waited
                                                 Waited
      SQL*Net message to client                    7655        0.00          0.01
      db file sequential read                     57297        0.37        549.32
      latch free                                      2        0.00          0.00 
      direct path write temp                       1506        0.63         18.86
      direct path read temp                        1506        0.11          9.90
      db file scattered read                      13784        0.24        251.02
      SQL*Net message from client                  7654        1.09         10.09  = 0.00118 perI am not sure how much help I am able to offer after looking at the problem for about two hours. First, a couple observations:
    * The trace file contained 4 SQL statements which you executed and 129 SQL statements that you did not execute. It might be interesting to manually look at the trace file for SQL statements with dep=1 or greater. It looks like these SQL statements might be taking a bit of time.
    * The NI_TRN_EBIZTASK_INDX4 index is returning 27.7% of the rows from DIRP_TRN_EBIZTASK, which I suspect means that it is an index on the task_type column - this might not be a very selective index.
    * The client is fetching about 15 rows at a time of the 114,793 rows retrieved per execution, but this is apparently accounting for only about 10 seconds of time.
    * In one of the three executions, 204,505 blocks were read from disk for the full table scan portions of the execution plan, with an average of 14.8 blocks read per read call, and averaging 18.2 milliseconds per multiblock read - this might be a little high for an average time.
    * In one of the three executions, 3,206 blocks were read from disk for the index portion of the execution plan, with an average of 9.6 milliseconds per read - this is probably a reasonable average time.
    * Very few rows are eliminated during the hash joins, meaning that an average of about 1,780,000 rows are being repeatedly passed from hash join to hash join per execution.
    * Just looking at the table that was aliased twice, it appears that the optimizer would be able to work out the following:
    dirp_trn_ebiztask t1
      t1.ebiz_contlp_no = tl.ebiz_lp_no
      t1.COMP_ID = tl.COMP_ID
      t1.COMP_ID = trl.COMP_ID
      t1.COMP_ID = t2.COMP_ID
    dirp_trn_ebiztask t2
      t2.ebiz_lp_no = tl.mast_ebiz_lp_no
      t2.ebiz_trailer_no = trl.ebiz_trailer_no
      t2.COMP_ID = trl.COMP_ID
      t2.COMP_ID = tl.COMP_IDFrom the above, it appears that you are trying to set up the following join order:
    t1 -> tl -> t2 -> trlIf I am reading the plan correctly, the optimizer worked out the following join order:
    t1 -> (t2 -> tl) -> trl* Considering the number of rows returned by each operation, including the final hash join, it probably would not help much to force the original join order.
    * The hash joins are spilling to the temp tablespace, but considering the number of rows involved, there probably is not much which can be done to avoid this usage of the temp tablespace.
    * Per execution, the sort group by operation took 1,780,310 rows as input and output 114,793 rows.
    Questions:
    What is the value of DB_FILE_MULTIBLOCK_READ_COUNT?
    What is the extent size of the tables?
    What is the hardware configuration?
    What version of Oracle is this (Trace file compatibility: 10.01.00 found in TKPROF output)?
    You might check to see if there is another SQL statement which will return the 114,793 rows per execution. Unless your server had an extremely large buffer cache with the tables and indexes forced to the KEEP pool, it will continue to be the primary problem where the reading of the tables and indexes are causing the majority of the performance problem. But even with the table and index blocks completely cached in the buffer cache, the 409,403 consistent reads per execution will likely continue to burn at least 92 seconds (note that this number may not be correct due to the recursive calls) of CPU time per execution.
    Charles Hooper
    IT Manager/Oracle DBA
    K&M Machine-Fabricating, Inc.

  • When is Apple going to fix the problem with slow Time Machine backups with Mavericks?

    I have been with Apple tech support and they got my Time Machine working by doing a spotlight re-indexing and a safe boot.  This worked for about three days and I am back to very slow backups.  It is impossible for Time Machine to back up every hour when it takes six hours to do the back up.  I don't want to take hours to re-index with spotlight all the time.  I think taking six hours to do an incremental backup is a bit much.  I see that there are many people that have this trouble and it all started with an upgrade to Mavericks.  The question is when is Apple going to fix this problem of slow backups with Time Machine for Mavericks.  I have wasted more time than I care to.  I am think of going back to Windows.  I need good solid backups of my machine and Apple has taken it away with the new Mavericks. Oh, I am using the UBS 3.0 connection so the drive should not be the problem.  Also this has occurred in about the last five months, so I am not sure this problem was in the original Marvericks.

    Allen Thanks for your reply.  All I can say is several months ago Time Machine quit working in a reasonable manner.  Right now I have a Time Machine backup that has been running all night and still has three hours to go to backup 6 GB of data.  I am using a OWC 1.5 TB drive connected directly to my MacBook with a USB 3.0 connection.  In the resent past I have added Dropbox, GoogleDrive and a MAMP server on which I am using a program called Learning With Text from Sourceforge.  There have been a lot of questions on the forum about people having very slow Time Machine back ups, so it appears to be a general problem.  I should also state I am getting this very slow backup after doing the Spotlight re-indexing and the Safe Restart procedure that was told to me by apple support.  I have a 750 GB drive in my MacBook Pro which I am constantly trying to keep at a 5% level of free space.  This might be a problem also.  However, I am working on a lot of things and like to have a lot of things on my drive.  Also the heavily loaded drive has not be a problem in the past.  This slow backup business started about three months ago, so something has happen in a very short time period.  Now it seems even the procedure that Apple support gave me is not working.  Currently I am in China and it is difficult to interact with Apple support to solve this problem, but because I am in China having my computer backed up is critical. I have run the EtreCheck and am attaching the results below. I would appreciate any suggestions.  If necessary I will clear out more of my hard drive if that appears to be a solution.  The Time Machine drive was recently reformed so I only have a few backups on it.  I also don't run the Time Machine all the time as I don't want multi-hour backups running all the time.  I run it every few days.
    Here is the info from EtreCheck:
    Hardware Information:
              MacBook Pro (15-inch, Mid 2012)
              MacBook Pro - model: MacBookPro9,1
              1 2.6 GHz Intel Core i7 CPU: 4 cores
              8 GB RAM
    Video Information:
              Intel HD Graphics 4000 - VRAM: 1024 MB
              NVIDIA GeForce GT 650M - VRAM: 1024 MB
    System Software:
              OS X 10.9.2 (13C1021) - Uptime: 0 days 10:18:59
    Disk Information:
              APPLE HDD HTS727575A9E362 disk0 : (750.16 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) / [Startup]: 749.3 GB (54.06 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              HL-DT-ST DVDRW  GS31N 
    USB Information:
              VIA Labs, Inc.    USB3.0 Hub       
                        OWC Elite Pro mini C 1.5 TB
                                  EFI (disk1s1) <not mounted>: 209.7 MB
                                  NewMBP-TimeMachine-1.1 (disk1s2) /Volumes/NewMBP-TimeMachine-1.1: 1.5 TB (691.6 GB free)
              Apple Inc. FaceTime HD Camera (Built-in)
              Apple Inc. BRCM20702 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Apple Computer, Inc. IR Receiver
              Apple Inc. Apple Internal Keyboard / Trackpad
              Logitech USB Receiver
    Thunderbolt Information:
              Apple Inc. thunderbolt_bus
    Gatekeeper:
              Mac App Store and identified developers
    Kernel Extensions:
              [not loaded] com.LaCie.ScsiType00 (1.2.2) Support
              [not loaded] com.lacie.driver.LaCie_RemoteComms (1.0.1) Support
              [not loaded] com.oxsemi.driver.OxsemiDeviceType00 (1.28.0) Support
              [not loaded] com.roxio.BluRaySupport (1.1.6) Support
              [not loaded] com.roxio.TDIXController (2.0) Support
              [not loaded] com.seagate.driver.PowSecDriverCore (5.0.1) Support
              [not loaded] com.seagate.driver.PowSecLeafDriver_10_4 (5.0.1) Support
              [not loaded] com.seagate.driver.PowSecLeafDriver_10_5 (5.0.1) Support
              [not loaded] com.seagate.driver.SeagateDriveIcons (5.0.1) Support
              [kext loaded] com.symantec.kext.SymAPComm (11.2.2f3) Support
              [not loaded] com.symantec.kext.confidentialData (1.4f5) Support
              [not loaded] com.symantec.kext.filesecurity (1.4.3f19) Support
              [kext loaded] com.symantec.kext.fw (1.0.3f5) Support
              [kext loaded] com.symantec.kext.internetSecurity (1.3.2f5) Support
              [kext loaded] com.symantec.kext.ips (1.3.1f7) Support
              [kext loaded] com.symantec.kext.pf (4.2.1f7) Support
              [not loaded] com.wacom.driver.HIDTablet (5.0.1) Support
    Startup Items:
              cma: Path: /Library/StartupItems/cma
              MySQLCOM: Path: /Library/StartupItems/MySQLCOM
              ParallelsDesktopTransporter: Path: /Library/StartupItems/ParallelsDesktopTransporter
              ParallelsTransporter: Path: /Library/StartupItems/ParallelsTransporter
              Tablet: Path: /Library/StartupItems/Tablet
    Launch Daemons:
              [loaded] com.adobe.fpsaud.plist Support
              [loaded] com.adobe.versioncueCS4.plist Support
              [loaded] com.barebones.authd.plist Support
              [not loaded] com.barebones.textwrangler.plist Support
              [loaded] com.bombich.ccc.plist Support
              [loaded] com.mcafee.virusscan.eupdate.plist Support
              [running] com.micromat.TechToolProDaemon.plist Support
              [loaded] com.oracle.java.Helper-Tool.plist Support
              [loaded] com.oracle.java.JavaUpdateHelper.plist Support
              [loaded] com.prosofteng.DriveGenius.locum.plist Support
              [running] com.symantec.avscandaemon.plist Support
              [running] com.symantec.deepsight-extractor.plist Support
              [running] com.symantec.diskMountNotify.plist Support
              [loaded] com.symantec.MissedTasks.plist Support
              [loaded] com.symantec.navapd.plist Support
              [running] com.symantec.navapdaemonsl.plist Support
              [loaded] com.symantec.Sched501-1.plist Support
              [loaded] com.symantec.Sched501-2.plist Support
              [loaded] com.symantec.Sched503-3.plist Support
              [loaded] com.symantec.Sched503-4.plist Support
              [running] com.symantec.sharedsettings.plist Support
              [running] com.symantec.symdaemon.plist Support
              [running] com.symantec.symSchedDaemon.plist Support
              [loaded] org.macosforge.xquartz.privileged_startx.plist Support
    Launch Agents:
              [loaded] com.adobe.CS4ServiceManager.plist Support
              [running] com.lacie.safemanager.daemon.plist Support
              [running] com.micromat.TechToolProAgent.plist Support
              [loaded] com.oracle.java.Java-Updater.plist Support
              [running] com.seagate.SeagateStorageGauge.plist Support
              [failed] com.sogou.SogouServices.plist Support
              [running] com.symantec.uiagent.application.plist Support
              [running] net.culater.SIMBL.Agent.plist Support
              [loaded] org.macosforge.xquartz.startx.plist Support
    User Launch Agents:
              [loaded] com.adobe.ARM.[...].plist Support
              [loaded] com.adobe.ARM.[...].plist Support
              [loaded] com.google.keystone.agent.plist Support
              [running] com.wondershare.mobilegodaemon.plist Support
    User Login Items:
              GeekTool
              SIMBL Agent
              QQ
              Safari
              Calendar
              Google Drive
              Dropbox
              Day One
              Dictionary
              SymSecondaryLaunch
    Internet Plug-ins:
              Flip4Mac WMV Plugin: Version: 2.2.1.11  Support
              FlashPlayer-10.6: Version: 13.0.0.182 - SDK 10.6 Support
              iPhotoPhotocast: Version: 7.0
              Flash Player: Version: 13.0.0.182 - SDK 10.6 Outdated! Update
              AdobePDFViewer: Version: 9.5.5 Support
              Default Browser: Version: 537 - SDK 10.9
              QuickTime Plugin: Version: 7.7.3
              OfficeLiveBrowserPlugin: Version: 12.3.6 Support
              RealPlayer Plugin: Version: (null) Support
              Silverlight: Version: 4.0.51204.0 Support
              JavaAppletPlugin: Version: Java 7 Update 55 Check version
    Safari Extensions:
              Video Converter: Version: 4.0.0
              AllMyTube: Version: 4.1.0.0
              Open in Internet Explorer: Version: 1.0
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 2.0 - SDK 10.9
              AppleAVBAudio: Version: 203.2 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
              Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    User Internet Plug-ins:
              QQMail: Version: 1.0.2.0 - SDK 10.7 Support
              txftn: Version: 1.0.0.6 Support
    3rd Party Preference Panes:
              Adobe Version Cue CS4  Support
              Flash Player  Support
              GeekTool  Support
              Growl  Support
              Java  Support
              MacFUSE  Support
              MenuMeters  Support
              MySQL  Support
              Norton\nQuickMenu  Support
              Paragon NTFS for Mac ® OS X  Support
              Pen Tablet  Support
              Perian  Support
              TechTool Protection  Support
    Time Machine:
              Skip System Files: NO
              Mobile backups: OFF
              Auto backup: YES
              Volumes being backed up:
                        Macintosh HD: Disk size: 697.84 GB Disk used: 647.49 GB
              Destinations:
                        NewMBP-TimeMachine-1.1 [Local] (Last used)
                        Total size: 1 
                        Total number of backups: 11
                        Oldest backup: 2014-03-18 15:09:46 +0000
                        Last backup: 2014-04-29 23:24:28 +0000
                        Size of backup disk: Too small
                                  Backup size 1  < (Disk used 647.49 GB X 3)
              Time Machine details may not be accurate.
              All volumes being backed up may not be listed.
    Top Processes by CPU:
                  47%          SymAVScanDaemon
                   7%          Finder
                   7%          WindowServer
                   2%          mds
                   1%          NortonAutoProtect
    Top Processes by Memory:
              385 MB          NortonAutoProtect
              262 MB          mds_stores
              180 MB          Safari
              139 MB          WindowServer
              115 MB          Finder
    Virtual Memory Information:
              1.15 GB          Free RAM
              2.87 GB          Active RAM
              1.83 GB          Inactive RAM
              1.05 GB          Wired RAM
              1.02 GB          Page-ins
              380 MB          Page-outs
    I hope you can see something that can be fixed.

  • My macbook pro is running slowly. How do I speed it up?  Problem description: Slow macbook pro  EtreCheck version: 2.1.2 (105) Report generated December 12, 2014 at 9:28:15 AM EST  Hardware Information: ️      MacBook Pro (13-inch, Late 2011) (Verified)

    Problem description:
    Slow macbook pro
    EtreCheck version: 2.1.2 (105)
    Report generated December 12, 2014 at 9:28:15 AM EST
    Hardware Information: ℹ️
      MacBook Pro (13-inch, Late 2011) (Verified)
      MacBook Pro - model: MacBookPro8,1
      1 2.4 GHz Intel Core i5 CPU: 2-core
      4 GB RAM Upgradeable
      BANK 0/DIMM0
      2 GB DDR3 1333 MHz ok
      BANK 1/DIMM0
      2 GB DDR3 1333 MHz ok
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      Intel HD Graphics 3000 - VRAM: 384 MB
      Color LCD 1280 x 800
    System Software: ℹ️
      OS X 10.10.1 (14B25) - Uptime: 5 days 1:56:44
    Disk Information: ℹ️
      TOSHIBA MK5065GSXF disk0 : (500.11 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      Macintosh HD (disk1) / : 498.88 GB (50.81 GB free)
      Core Storage: disk0s2 499.25 GB Online
      MATSHITADVD-R   UJ-8A8 
    USB Information: ℹ️
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Inc. BRCM2070 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /System/Library/Extensions
      [not loaded] com.Logitech.Control Center.HID Driver (2.6.0) [Support]
      [not loaded] com.palm.ClassicNotSeizeDriver (3.2.1) [Support]
      [not loaded] com.wacom.kext.pentablet (5.0.5) [Support]
    Startup Items: ℹ️
      HP IO: Path: /Library/StartupItems/HP IO
      Parallels: Path: /Library/StartupItems/Parallels
      Startup items are obsolete in OS X Yosemite
    Problem System Launch Agents: ℹ️
      [failed] com.apple.AirPlayUIAgent.plist [Details]
      [failed] com.apple.CallHistoryPluginHelper.plist
      [failed] com.apple.CallHistorySyncHelper.plist
      [failed] com.apple.cmfsyncagent.plist [Details]
      [failed] com.apple.coreservices.appleid.authentication.plist [Details]
      [failed] com.apple.EscrowSecurityAlert.plist [Details]
      [failed] com.apple.icloud.fmfd.plist
      [failed] com.apple.lookupd.plist
      [failed] com.apple.sbd.plist [Details]
      [failed] com.apple.security.cloudkeychainproxy.plist
      [failed] com.apple.spindump_agent.plist [Details]
    Problem System Launch Daemons: ℹ️
      [failed] com.apple.AssetCacheLocatorService.plist [Details]
      [failed] com.apple.awdd.plist
      [failed] com.apple.ctkd.plist
      [failed] com.apple.GSSCred.plist
      [failed] com.apple.icloud.findmydeviced.plist
      [failed] com.apple.ifdreader.plist
      [failed] com.apple.nehelper.plist
      [failed] com.apple.periodic-daily.plist [Details]
      [failed] com.apple.periodic-weekly.plist [Details]
      [failed] com.apple.softwareupdate_download_service.plist [Details]
      [failed] com.apple.spindump.plist [Details]
      [failed] com.apple.tccd.system.plist [Details]
      [failed] com.apple.wdhelper.plist
      [failed] com.apple.xpc.smd.plist [Details]
      [failed] org.cups.cupsd.plist [Details]
    Launch Agents: ℹ️
      [loaded] com.google.keystone.agent.plist [Support]
      [loaded] com.hp.help.tocgenerator.plist [Support]
      [running] com.wacom.pentablet.plist [Support]
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist [Support]
      [running] com.fitbit.galileod.plist [Support]
      [loaded] com.google.keystone.daemon.plist [Support]
      [loaded] com.microsoft.office.licensing.helper.plist [Support]
    User Launch Agents: ℹ️
      [running] com.spotify.webhelper.plist [Support]
    User Login Items: ℹ️
      iTunesHelper UNKNOWN (missing value)
      Microsoft AU Daemon Application (/Applications/Microsoft AutoUpdate.app/Contents/MacOS/Microsoft AU Daemon.app)
      Adobe Update Manager UNKNOWN (missing value)
      Microsoft Excel Application (/Applications/Microsoft Office 2004/Microsoft Excel)
      SpeechSynthesisServer Application (/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks /SpeechSynthesis.framework/Versions/A/SpeechSynthesisServer.app)
      Inspiration 8 Application (/Applications/Inspiration 8/Inspiration 8.app)
      Fitbit Connect Menubar Helper Application (/Applications/Fitbit Connect.app/Contents/MacOS/Fitbit Connect Menubar Helper.app)
      apple-scc-20141117-121931 UNKNOWN (missing value)
      HP Scheduler Application (/Library/Application Support/Hewlett-Packard/Software Update/HP Scheduler.app)
      HP Product Research Application (/Library/Application Support/Hewlett-Packard/Customer Participation/HP Product Research.app)
    Internet Plug-ins: ℹ️
      Flip4Mac WMV Plugin: Version: 2.1.0.33 [Support]
      FlashPlayer-10.6: Version: 15.0.0.246 - SDK 10.6 [Support]
      Default Browser: Version: 600 - SDK 10.10
      Flash Player: Version: 15.0.0.246 - SDK 10.6 Mismatch! Adobe recommends 16.0.0.235
      AdobePDFViewer: Version: 8.1.0 [Support]
      o1dbrowserplugin: Version: 5.38.6.0 - SDK 10.8 [Support]
      QuickTime Plugin: Version: 7.7.3
      SharePointBrowserPlugin: Version: 14.1.0 [Support]
      googletalkbrowserplugin: Version: 5.38.6.0 - SDK 10.8 [Support]
      iPhotoPhotocast: Version: 7.0 - SDK 10.7
    User internet Plug-ins: ℹ️
      Unity Player: Version: UnityPlayer version 1.6.2 [Support]
    3rd Party Preference Panes: ℹ️
      Flash Player  [Support]
      Flip4Mac WMV  [Support]
      Logitech Control Center  [Support]
    Time Machine: ℹ️
      Skip System Files: NO
      Auto backup: YES
      Volumes being backed up:
      Macintosh HD: Disk size: 498.88 GB Disk used: 448.07 GB
      Destinations:
      Data [Network]
      Total size: 2.00 TB
      Total number of backups: 59
      Oldest backup: 2014-03-12 12:51:24 +0000
      Last backup: 2014-12-05 16:47:01 +0000
      Size of backup disk: Excellent
      Backup size 2.00 TB > (Disk size 498.88 GB X 3)
    Top Processes by CPU: ℹ️
          3% hidd
          0% Fitbit Connect Menubar Helper
          0% WindowServer
          0% fontd
          0% syslogd
    Top Processes by Memory: ℹ️
      206 MB iPhoto
      172 MB Mail
      64 MB Safari
      60 MB mds
      52 MB com.apple.WebKit.WebContent
    Virtual Memory Information: ℹ️
      49 MB Free RAM
      832 MB Active RAM
      796 MB Inactive RAM
      1.41 GB Wired RAM
      45.93 GB Page-ins
      1.06 GB Page-outs
    Diagnostics Information: ℹ️

      Macintosh HD (disk1) / : 498.88 GB (50.81 GB free)
    You have only about 10 percent free drive space left. 50gB is enough to run the computer but, if it gets much smaller, that can slow how Virtual Memory (VM) works as the system has to more carefully search the remaining space for qualified blocks to which to write data.
    Adding RAM will reduce the writes-to-disk by VM but you should probably consider a little holiday disk cleaning of stuff you no longer use.
    This concerns me:
    User Login Items: ℹ️
      iTunesHelper UNKNOWN (missing value)
      Microsoft AU Daemon Application (/Applications/Microsoft AutoUpdate.app/Contents/MacOS/Microsoft AU Daemon.app)
      Adobe Update Manager UNKNOWN (missing value)
      Microsoft Excel Application (/Applications/Microsoft Office 2004/Microsoft Excel)
      SpeechSynthesisServer Application (/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks /SpeechSynthesis.framework/Versions/A/SpeechSynthesisServer.app)
      Inspiration 8 Application (/Applications/Inspiration 8/Inspiration 8.app)
      Fitbit Connect Menubar Helper Application (/Applications/Fitbit Connect.app/Contents/MacOS/Fitbit Connect Menubar Helper.app)
      apple-scc-20141117-121931 UNKNOWN (missing value)
      HP Scheduler Application (/Library/Application Support/Hewlett-Packard/Software Update/HP Scheduler.app)
      HP Product Research Application (/Library/Application Support/Hewlett-Packard/Customer Participation/HP Product Research.app)
    That is a LOT of log-in items for a compute with 4GB RAM. Some are hard to avoid but Excel is a big program that can be easily launched from the Dock. I don't know what "Inspiration 8" is but likely the same advice will apply.

  • Some kind of technical problems (like slow data processing)...

    Some kind of technical problems (like slow data processing) with Leopard appears during the working in the local network.
    OS Snow Leopard 10.6 is installed; including all updates, the computer I currently use is Mac Pro. So I have some kind of technical problems (like slow data processing) with Leopard during the working in the local network. (Windows network).
    During the attempt to connect with network sharing (the computer is in the network) automounter process took approximately one minute.
    Later on, after the automounter process is finished it’s working quite normally over remote computer, but when you try to automount again, everything starts from the very beginning.
    The internet is working very well, it’s connected with domain, and everything is adjusted.
    I use to ask our system administrator; maybe it is necessary to activate the some kind of protocol?
    The OS Tiger is installed on the second hard disk, and it’s working well.
    Maybe someone could help me, I try to find the similar problems, but I could not find them.
    Thanks//

    A couple of things.
    First, thanks for the tips. I was starting to suspect the network might be an issue (bad nic, bad router, something).
    But netstat -s was showing an average of about .15% packet loss. For a web server that seems to be a pretty good value so I'm not sure.
    I did, however, ask someone else to look at the server because I'd spent the whole week on just server performance and was going out of my mind. This second pair of eyes really helped as he found that the pagefile for the server was set at 2mb!? Still trying to figure out how that happened. But we increased the pagefile to a much better value. There wasn't an immediate change in performance, but over time the server appears to have begun to respond better.
    Occasionally I still get these 'lag spikes' but nowhere near what they were and the delay is much smaller as well, which is probably being caused by something else entirely (like bad programming on my part, hah).

  • I had a problem with slowness so I used "reset". The popup ran forever so I stopped it. Now I can't remove or add the program.

    I had a problem with slowness so I used "reset". The popup ran forever so I stopped it. Now I can't use, remove, or add the program. How do I proceed?
    TIA,
    BWSwede

    You can paste that path in the command line in the Windows Explorer file manager.

  • Why have I been prompted to refresh when don't remember any problems except slow to open? Don't think I reported this.

    Why have I been prompted to refresh when don't remember any problems except slow to open? Don't think I reported this, but need to. It is a huge problem, most times takes >3 min for browser to open! I click on task bar icon and wait. Then right click & choose Moz FF. Eventually 2 screens open. I hope I don't have to refresh to clear this up. TY, Gracie

    https://support.mozilla.org/en-US/kb/refresh-firefox-reset-add-ons-and-settings - ''please read what the Refresh does, and what is saved and what is removed''
    When certain parameters are exceeded in Firefox operation, the internal Firefox Health Reporting feature make a "decision" inside your Firefox installation to raise that message recommending a "Refresh". It's your option to do the "Refresh" or not. I you don't "Refresh" whatever is causing your problems isn't going to be corrected or reset.
    https://support.mozilla.org/en-US/kb/firefox-health-report-understand-your-browser-perf
    https://support.mozilla.org/en-US/kb/firefox-health-report-says-your-browser-is-slow

  • Help me identify problem for slow export on a powerful machine

    Hi,
    I am exporting an interview in Premiere Pro CC. It is 1:45:00 long and it has been 20 hours since, but the export is only 94% complete.
    Project & Footage:
    The footage is a combination of DSLR footage - 5D Mark III, GH3, 650 & 550D.
    The edit is all straight cuts with: {a} Color corrector on each clip to match all cameras {b} NEAT - reduce noise on around 10% clips {c} Sharpen (10-30) & {d} An adjustment layer overall with a 3-way color corrector for a simple color grade.
    Hard Drives:
    E: SSD-RAID for the source footage (Samsung 840 SSD on RAID-0)
    D: SSD for previews and cache (Samsung 840 Pro)
    C: SSD for Windows, Adobe CC & all programs (Samsung 840 Pro)
    G: Simple Seagate Hard disk for Export (used to be a 3 disk RAID but 2 drives crashed some time back)
    Other Machine Spec:
    Intel i7-3930K overclocked by 10%
    64GB RAM
    GTX-770 GPU
    This is my longest project to date in terms of total time, but last time I did a 1:00:00 project, took around 2 hours not 20.
    My concern is I need to understand where the bottleneck is?
    My CPU is hardly working a sweat - 40% at max
    My RAM is plenty - being used 40-70%
    GPU is not even being used in anything (see it at 0%)
    Disks (which I was sure was the bottleneck) barely cross 10MB/s
    Checked the "power options" in Windows also - everything is set to maximum performance.
    It was a big mistake not to send it to Media Encoder as I could have continued editing a different project. Biggest. Mistake. Ever! (no idea why Adobe does not make it a default behaviour?)
    I am fairly new to the industry and till last year was using a MacBook Pro until I started getting demanding projects.
    I want to know is this normal? If I had used NEAT video for 100% footage then probebly I could have understood this, but its used for only 1/10th of thr footage and I have used NEAT before (but on After Effects CS6) on my Macbook pro (nowehere near as fast as my current machine) and it only added a small overhead - nothing of this sort.
    I expected maybe 3 hours to export this 90-100 min seqeunce, not over 1 day.
    So what could be the reason? Why isn't one of the above (CPU, RAM, Disk, GPU) at 100%?
    I expected 1 of these to be the bottleneck but nothing is crossing 50% even when it should be on full blast.
    I dread what if there is small tweak required in the edit once its complete. This video is due on Monday, I would have to reencode for 24 hours.
    Please experts - let me know your thoughts. Could it be that Creative Cloud Windows is slower than CS6 Mac & its not a hardware problem?
    I am sure I am missing some hardware that is causing this bottlenck. Attaching resource Monitor screenshot (let me know if I should use some benchmark software for you guys to get more information).

    UPDATE: My export crashed (and heart sank) after 96% (25 hours). Win7 restarted. I have no clue why (If someone has any tip how to seach logs/dump in Windows to find a reason how, please let me know - I was worried about CPU temperature but that was around 40 deg, I was monitoring it.)
    Anyways, so I used Media Encoder now (instead of direct export in PrPro) and made 2 changes:
    1. I unchecked "Render Maximum Depth" just as it is in the the default Youtube 1080p@24p preset (but kept the keyframing distance at 24 instead of 72 which is default).
    2. From VBR - 2 Pass, I made it CBR
    Its been 15 min I started the export and the video is 20% encoded already, with remaning time just 00:30 min.
    Now I am flabergasted.
    Did not using maximum depth & VBR- 2 pass alone make such a difference? From 30 hours to 1 hour? I am still using all the video effects and absolutely no change to the edit.
    I am seeing 2 differences the way my machine is working:
    1. Is Adobe somehow using some old renders it did for the last export? I am using disk utility and it is refering to original source files and some "Media Encoder preview files" which I think it was not using before (could be wrong)?
    So all that hard work it did for 25 hours is being utilized and if I do such a project again it will take me 30 hours again. Right?
    2. GPU is now being used (and to good effect). How is GPU being used now? I am not scaling or using any fancy effects. Just Neat Video, 3-way color corrector & Sharpen.
    This was before (export done in Premiere Pro directly):
    And this is now:
    Very sad that no one (even from the Adobe Staff) has replied to my post. Did I say something inappropriate or TMI?
    C'mon guys I am on the Creative Cloud - show me some love

  • SM 58 loading problem and slow system

    Hi 
    This is the problem
    I got to one of my old projects for a week of easy holiday cover ) and most internal BW loads are taking forever or not even finishing.
    I saw there were lots and lots of old entries in sm58 so I deleted them thinking this would help and it has a little but sm58 still seems to be taking a long time to do its thing.  I also extended the dialogue process time but it still seems Sm58 is taking too loand and causing missing messages in my laods.
    When records go in to SM58 it seems that it takes awhile to deal with them and I sometimes have to do it manually (F6) which is not ideal and obviously cannot continue.
    It now give the message when loading of missing messages and this always seems to be stuck on yellow on the update rules part of each data package in RSMON with message missing messages.
    I am hoping there is some logs or tables that maybe are full like idoc logs or something that is making everything go so slow????
    Maybe there is a table that is just so full and its not getting deleted and causing this to go slow and loading almost non existent. Maybe some indexes or something???
    Maybe it is something else as they have put in a few service packs lately I think 16 to 20.
    Any ideas??

    Your BASIS guy can help in clearing the iDocs and also check on performance.
    Cheers,
    Neel.

  • Problem with slow motion reversed clips

    Hi
    I've imported clips into iMovie 11 and can apply slow motion through Clip Adjustments. When I try to do both Slow Motion and Reverse all I get is a still clip. I tried both copying an existing Slow Motion clip and tried to reverse it and tried applying Reverse and Slow Motion at the same time to a normal clip without success. I've tried it with and without Stabilization. Any ideas?

    You are not alone! But I have not found a way to resolve the problem either! Could it be a fps problem?

  • Photoshop CS6-many problems.  Slow.

    I'm hoping someone at Adobe can address the numberous bugs and general slowness in Photoshop CS6.
    Before installing (MacBok Pro 2010 Intel i7, 8GB Ram) I whiped my drive and installed OS Lion. So CS6 went on clean.
    What I'm finding:
    1. General slugishness all around.
    Layered PSD files I was using just fine in CS5 are now extremely slow. An examle is a small (20mb) web design file. So it has many layers (maybe 200, not 2,000) mostly comprised of typographic elements—not many layered effects to speak of. Not many image layers, either. Layer folders are slow to move, folders can't be moved using the shift + arrow key consecutive times, making it difficult to move a range of folders xxx pixels to the left, for example.
    Things that were pretty snappy before, are now slow. This is very similar to the problems I and many others saw with the initial relase of CS5—in the next version (12.0.1 I think?) Adobe fixed the issue.
    2. Problems with type, example keybaord arrow keys stop working many times when toye is selected. Frustrating.
    More of a general rant here, but insted of (at least in addition to) a lot of other 'features' like video in PS extended (why not use Premiere?), 3d, etc., it would be really smart for Adobe to make core elements work better: A big complaint among interactive desigers is that type renders so poorly compared to CSS html. Maybe this could be addressed, as photoshop is used for the design of most all websites.

    Scorwolf wrote:
    Think twice before putting all the load on customers' side
    Some things need to be stated, I think.
    1.   You're not dealing with some smooth talking marketing department here.  Chris Cox and the other engineers who help here are substantially the ones that arrange the 1s and 0s in the code itself.  They speak plainly, and while most folks who know them realize they get directly to the point, folks who don't realize the special level of communication we have here might think the Adobe folks are abrupt or evasive.  Let me assure you they're neither.  It is uncommon to have this level of access to engineers at a big corporation, and encouraging them to be here is one of the things Adobe does right.  Very right.
    2.  Adobe's software uses and stresses your computer like no other software - not even the previous version of Adobe's software.  They have provided you with cutting-edge graphics technology in the latest release, and the state of the art is that your computer system is both extremely complex and the operating system and driver software on it does not all work perfectly (not even a Mac).  We see again and again, for example, that display drivers are hard put to work perfectly...  There are certain "golden" releases of drivers that work well - and others that just plain suck.
    What you may not realize is that there are already multiple levels of fallback inside the Adobe software.  Some of them are automatic, and some you have to choose via preferences.  Adobe really can do no more to try to ensure their software works around the glitches on your particular system.
    -Noel

  • Do I have DNS problems? Slow loading or no access ...

    Hi all,
    Most of the time my broadband seems to play nicely however I seem to have painfully slow loading or non-loading websites with annoying regularity. It is not all sites and the problem seems rather selective.
    Sites that I know are up (such as bbc.co.uk) are sometimes impossible to load. A speed test shows somewhere between 2Mb and 7.5Mb (yeah, I know - contention in my area is a real issue).
    If I VPN out to a proxy server then everything works just fine.
    Does anyone know if this is a BT DNS issue?
    Thanks!

    Thanks for the reply.
    I changed my DNS to 8.8.8.8 but still no joy - pick a random page and some work, some don't. My smart TV is decidedly dumb and nothing will stream. Give it a few hours and it is usually fine.
    I am also randomly getting the message that "You're seeing this page becasue BT parental controls is active and you are attemtping to connect to a DNS outside of our network" which I am not...
    [sigh]

  • MacBookPro warm problem and slow issue.

    Hi,
    My MacBookPro get hot like an OVEN, It's slow like a turtle, and it frozen like an iceberg. Why? Someone any idea? Do I have a defectuous one?
    The problem may OS.X Lion? I have a Macbook air and an Imac with Leopard and I'm very happy with those.
    Like I said last night (but the post has been removed) I'm desapointed with my MacBookPro. I should not say "I'm desapointed" that again... because I will got no help to fix my issue and I will see my post removed again.
    Anyway, Some of you guy's got the same problem I have? Someone has resolved this problem? Don't tell me to put my Mac in the fridge please. If I got my Macbookpro on my knees and I use it to work my stuff, after 2 minutes it turn in a oven and I can't stand it, and of course he got slow and froze.
    Thank you for any help.
    Regards.
    David

    Thank you very much for your help Stedman1.
    I just follow your advice and the most high level on the CPU I have right now it's about 3.7 and it's VLC media player. I have rght now the MacBookPro on my knees, and writing this reply, I can feel the warming get more intense.
    I believe I got a defectuous item.
    Thx again Stedman1

  • Sql query runing slow with lower cost

    Hello
    I am working on Oracle 11g and AIX.I have one sql query which is ruing slow as reported by user.
    When i am commenting few line of code it is runing fast.
    I noticed that the execution plan cost of first query is less and second ...as cost of sccond qurey is more.But users are say it is runing fast.
    How it can possiable ?
    Any idea why second query is runing fast after commenting few columns in select and group by clause.
    Query 1
    SELECT PH.CTRL_NBR, PD.SEQ_NBR,PH.CNTRY,PH.SHIP_DATE, PHI.WAVE_NBR, PD.ID, PD.QTY,
    IM.PACK_QTY,
    IM.UNIT_VOL,
    IM.PACK_QTY,
    MAX(CD.PACK_QTY) AS CASE_QTY,
    IM.UNIT_WT
    FROM HDR PH,
    HDR_INTRNL PHI,
    DTL PD,
    HDR CH,
    CASEDTL CD,
    IMASTER IM
    WHERE PH.CTRL_NBR = PHI.CTRL_NBR
    AND PD.CTRL_NBR = PH.CTRL_NBR
    AND PD.QTY > 0
    AND SUBSTR(CD.ID, 1, 9) = SUBSTR(PD.ID, 1, 9)
    AND CD.CASENBR = CH.CASENBR
    AND CH.STAT_CODE BETWEEN '10' AND '90'
    AND IM.ID = PD.ID
    AND PHI.WAVE_NBR='EL57893'
    GROUP BY PH.CTRL_NBR, PD.SEQ_NBR, PH.CNTRY, PH.SHIP_DATE, PHI.WAVE_NBR, PD.ID, PD.QTY,
    IM.PACK_QTY,
    IM.UNITVOL,
    IM.UNITWT,
    IM.PACK_QTY
    Query 2 .
    SELECT PH.CTRL_NBR,
    PD.SEQ_NBR,
    PH.CNTRY,
    PH.SHIP_DATE,
    PHI.WAVE_NBR,
    PD.ID,
    PD.QTY,
    -- IM.PACK_QTY,
    -- IM.UNIT_VOL,
    -- IM.PACK_QTY,
    MAX(CD.PACK_QTY) AS CASE_QTY,
    -- IM.UNIT_WT
    FROM HDR PH,
    HDR_INTRNL PHI,
    DTL PD,
    HDR CH,
    CASEDTL CD,
    IMASTER IM
    WHERE PH.CTRL_NBR = PHI.CTRL_NBR
    AND PD.CTRL_NBR = PH.CTRL_NBR
    AND PD.QTY > 0
    AND SUBSTR(CD.ID, 1, 9) = SUBSTR(PD.ID, 1, 9)
    AND CD.CASENBR = CH.CASENBR
    AND CH.STAT_CODE BETWEEN '10' AND '90'
    AND IM.ID = PD.ID
    AND PHI.WAVE_NBR='EL57893'
    GROUP BY PH.CTRL_NBR, PD.SEQ_NBR, PH.CNTRY, PH.SHIP_DATE, PHI.WAVE_NBR, PD.ID, PD.QTY,
    --IM.PACK_QTY,
    --IM.UNITVOL,
    --IM.UNITWT,
    --IM.PACK_QTY
    Edited by: oradba11 on Sep 6, 2012 2:11 PM
    Edited by: oradba11 on Sep 6, 2012 2:12 PM

    oradba11 wrote:
    Hello
    I am working on Oracle 11g and AIX.I have one sql query which is ruing slow as reported by user.
    When i am commenting few line of code it is runing fast.
    I noticed that the execution plan cost of first query is less and second ...as cost of sccond qurey is more.But users are say it is runing fast.
    How it can possiable ? <snip>
    This doesn't address your question, but let me suggest that for your own sanity you start brining some formatting to your sql. And for the sanity of those on this forum of whom you expect assistance, you preserve that formatting through the use of the code tags (see the FAQ for details).
    I've done the first one for you, as an example of what I mean
    SELECT
         PH.CTRL_NBR
    ,     PD.SEQ_NBR
    ,     PH.CNTRY
    ,     PH.SHIP_DATE
    ,     PHI.WAVE_NBR
    ,     PD.ID
    ,     PD.QTY
    ,     IM.PACK_QTY
    ,     IM.UNIT_VOL
    ,     IM.PACK_QTY
    ,     MAX(CD.PACK_QTY) AS CASE_QTY
    ,     IM.UNIT_WT
    FROM
         HDR PH
    ,     HDR_INTRNL PHI
    ,     DTL PD
    ,     HDR CH
    ,     CASEDTL CD
    ,     IMASTER IM
    WHERE
         PH.CTRL_NBR = PHI.CTRL_NBR
       AND  PD.CTRL_NBR = PH.CTRL_NBR
       AND  PD.QTY > 0
       AND  SUBSTR(CD.ID, 1, 9) = SUBSTR(PD.ID, 1, 9)
       AND  CD.CASENBR = CH.CASENBR
       AND  CH.STAT_CODE BETWEEN '10' AND '90'
       AND  IM.ID = PD.ID
       AND  PHI.WAVE_NBR='EL57893'
    GROUP BY
         PH.CTRL_NBR
    ,     PD.SEQ_NBR
    ,     PH.CNTRY
    ,     PH.SHIP_DATE
    ,      PHI.WAVE_NBR
    ,      PD.ID
    ,      PD.QTY
    ,      IM.PACK_QTY
    ,     IM.UNITVOL
    ,     IM.UNITWT
    ,     IM.PACK_QTY

  • Performance problem with slow VIEW from JDBC (fast from SQL Developer)

    Hi all,
    I'm experiencing following problem and would like to know if someone else also hit this one before and has a suggestion how to solve it:
    I have a pretty complicated SELECT statement that per definition returns only a few rows (~30). With no further optimization it takes ~20 seconds to return the full dataset in Oracle SQL Developer. If you add the */+ PUSH_PRED(name_of_some_inner_view) /* hint (hint is correct, stars got eaten by the OTN-forum syntax), the statement takes less than 0.5s to execute (still in SQL Developer). I saved the statement with the hint as VIEW. Selecting from the VIEW in SQL Developer is also fast.
    Now if I call the statement from JDBC (Tomcat webapp), I can see from the server console that the statement is 1:1 100% the same as the one I execute in SQL Developer. Nevertheless it takes about 20 seconds to complete.
    Here my details:
    SELECT banner FROM v$version;
    BANNER                                                                        
    Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production             
    PL/SQL Release 11.2.0.2.0 - Production                                          
    CORE     11.2.0.2.0     Production                                                        
    TNS for 32-bit Windows: Version 11.2.0.2.0 - Production                         
    NLSRTL Version 11.2.0.2.0 - Production                                          
    JDBC Driver used: some old odbc14.jar as well as current odbc6.jar for 11.2.0.2.0 from http://www.oracle.com/technetwork/da...10-090769.html
    SQL Developer: current version 3.2.20.09From my reading this could go wrong:
    - JDBC doesn't know the VIEW's column data types and Oracle behaves mysterious because of this (=there must be more to the SELECT than just the string, some meta-information)
    - For some reason the hint inside the VIEW is not used (unlikely)
    I also tried a Table Function/Pipelined table and selected from it as a workaround, but the result is the same: Selecting from Function is fast from SQL Developer, but slow from JDBC. All other statements that come from JDBC are as fast as they should be. I really don't know what to think of this and where the error might be.
    Is there some setting that tells Oracle not to use hints when called from JDBC?
    Thank you & Best regards,
    Blama

    Hi Bawer,
    that's what I'm thinking. Unfortunately I can't post it, as it is library code (not my lib). But in the debug-output I can see the SQL-String sent to the DB (which does include the hint).
    But I find the 2nd option you mention more likely anyway: Even if I put the hint into a VIEW and select from the view, the time-difference is there (it's even there if I use Table Functions/Pipelined table and select from the function).
    So I'd think it is more likely that something else is happening (e.g. Oracle is configured in a way that it does not use hints when called from JDBC or similar. Or the library sets some session options in order to prevent the usage of hints). But I don't know if there is even the possibility of doing so.
    Does the Oracle JDBC driver have the option to set these options?
    Does the Oracle DB have the option to set sth. like "ALTER SESSION SET dontUseHints = 'Y';"

Maybe you are looking for

  • IMac 20" - Gradient on display

    I have recently bought a second hand iMac - (20" 2.4Ghz Intel Core Duo - Aluminium). All was great for the first day untill I did my first bit of design on it. The design had a thick red stripe at the top and bottom of the page. I was confused to see

  • Display variable setting in Solaris 8

    Hi guyz, I am using the telnet session to start the application. In this case, I can't able to start because of Display variable setting. My problem is, I can telnet from my localsystem to the Server-A. Only from Server-A, I can telnet to Server-B wh

  • Brrestore bus error when restore BW Production data

    Hi, I'm trying the restore BW Production data into our QA BW server, but in brrestore it ended with error: bus error (core dumped): BR280I Time stamp 2007-02-21 23.54.48 #FILE..... /oracle/WR1/sapdata1/wr1_25/wr1.data25 #RESTORED. WR1___A0EYES6A0Y Bu

  • Does anyone use WhatsApp?

    I'm using the version of 2.6.10 of Whatsapp with new iOS 5.1 and iPhone 4S. I found that if I don't quit whatsapp completely before I lock the screen, the using time in the usage in system setting is equal to standby time. It means whatsapp still run

  • Any using the new Mackie 1200F Firewire IO yet with Logic Pro or Logic Expr

    I am trying to check it out before I buy as they say. I want about sound quality and driver stability. Also how you use and external Tube Preamp with it. I would appreciate any comments.