10.6.8 update running slow as sh*t

Just did the netupdate to my iMac (running OSX 10.6.8) and now my MAC is running slow as sh*t... is anyone else having this issue? I checked the process level and nothing seems to be over consuming system resources... my question is this... has anyone else reported issues with the latest updates?
I'm talking really slow.. dog slow... woof woof. Here's a list of applications that were updated with the latest net update.... one of these is a culprit of poor programming & testing.

Do smc and pram reset.
Boot from your installer dvd (or external bootable drive) and repair/verify you drives (not repair permissions).

Similar Messages

  • ODBC 10.2 client makes SELECT FOR UPDATE run slower

    Hi all,
    I'm facing a strange problem with Oracle OBDC: I got an application which needs to connect to an Oracle DB via odbc.
    Server is a 10.2.0.1; if I connect using ODBC driver installed by Oracle 8 client everything is ok but if I use ODBC driver installed by Oracle 10 client or Oracle XE client SELECT FOR UPDATE statements become really slower.
    My application always does the same statement:
    SELECT list_of_fields
    FROM table
    WHERE primary_key =
    AND ...
    FOR UPDATE;
    If I use the Oracle 8 ODBC, this select is almost immediate; but if I use Oracle 10 ODBC it tooks ~4 seconds.
    The statement is identical, so the access plan must be the same.
    The ODBC configuration is identical too; tnsnames.ora entries are the same.
    So, why the 10x clients are slower?
    thanks for every answer
    andrea
    Message was edited by:
    user585511
    Message was edited by:
    user585511

    Which cursor library are you using? The ODBC Driver Manager's cursor library strips off the FOR UPDATE silently (see Appendix F of the ODBC Programmer's Reference). Depending on what version of the "Oracle 8 client" you were using, there may not have been an ODBC driver cursor library, so you may have been forced to use the driver manager's. Potentially, the slowdown is that you're now actually locking the rows now and may be running some contention issues.
    It would be worthwhile to trace the sessions and see what the difference in waits is.
    Justin

  • Update runs slow

    I have table "table1" with the following two columns:
    number1 NUMBER
    char1 VARCHAR2(10)
    The table has 150,000 rows in it, and has no indexes.
    When I run the following SQL:
    UPDATE table1 SET char1 = 'X';
    it takes slightly more than 2 minutes.
    This is being done on a 10gR2 database that was updated from an 8i install at one point, and uses LMTs.
    Should it really be taking this long?
    Is there something painfully obvious I should be checking?
    (I checked V$SQL, and it showed that almost the entire elapsed time was in CPU time. Somehow, that doesn't make sense for a simple I/O statement.)
    -- Don

    Hi Don,
    Thanks for checking those...
    Regarding making the table "NOLOGGING" - that would not affect non-bulk DML statements such as UPDATE and DELETE, they always get written to online REDO logs regardless of the LOGGING setting of the table.
    Hmm - a couple things left in the bag of tricks.
    Some other things to check (I know they may be dumb - but just wanted to mention them anyway):
    1) Does your system have multiple CPU's, and if so - is the "PARALLEL" option enabled in your database and table? You could try parallelizing this with Oracle functionality or a "Do-It-Yourself" PL/SQL approach
    2) Are other users updating/inserting/deleting this table while you are? (dumb question, but just checking) - if so - increase your FREELISTS or use ASSM on the tablespace...
    3) Are other users querying this table while you change it? If so - I believe that Oracle has to do a lot of work placing the contents of the entire table in the UNDO tablespace for them so they get a read-consistent view of the data).
    4) How large are your Online Redo log files?
    5) What is the FAST_START_MTTR_TARGET init parameter set to?
    6) Have you tried using ADDM in Enterprise Manager, and seeing perhaps if it has recommendations on this SQL (is it even in the "Top SQL" section)?
    7) Is the table partitioned on char1, so that updating it would cause row movement to another partition?
    8) Are the rows in your table chained (low likelihood)?
    9) Has the high-water mark for this table been much higher in the past - perhaps it could benefit from an "ALTER TABLE x MOVE"
    Perhaps your system could be checkpointing too frequently due to the number of rows changing and thus being logged...
    You can try to see if it is a REDO issue by Running a Create Table As Select (CTAS) statement with the NOLOGGING option, being sure to use the same tablespace as table1 like so:
    CREATE TABLE table2
    PCTFREE 10
    NOLOGGING
    TABLESPACE <same tablespace>
    AS
    SELECT number1
               , CAST('X' AS VARCHAR2(10)) AS char1
    FROM table1;If that creates much faster than your update statement takes on table1, it could indicate a REDO log size/checkpointing issue.
    Also - are there similar processes on your system that go much quicker than this and change about the same amount of data?
    Thanks...

  • Safari not opening after software update,  running slow.   Rookie Mac user,  any suggestions?

    Is there a way to restore before update was installed?

    Ok, got safari to open, start page is no longer automatically opening.  When open a new tab, toolbar is missing address and search bar. When I go to customize the toolbar, the words"address and search" are there, but the bar is missing. 

  • Photoshop CS6 keeps crashing. I am using a brand new IMAC, I have 16GB RAM recently updated as it was running slow with 8GB and lots of hardrive space. When it crashes, i lose all my presents and it changes my preferences, it also fails to save or produce

    Photoshop CS6 keeps crashing. I am using a brand new IMAC, I have 16GB RAM recently updated as it was running slow with 8GB and lots of hardrive space. When it crashes, i lose all my presents and it changes my preferences, it also fails to save or produce a recovered file despite settings asking it to do so every 5 mins now. When i try to report the problem, it says it has found an issue and gives me a link to a solution....but wont let me click on the link.... PLEASE HELP! It's killing my productivity.

    If the crash started right after you added RAM, it could be a bad Ram dimm. You can try this - change the amount of RAM in Photoshop to 4G, this should stop Photoshop from using the higher ram. If it doesn't crash, it's probably the ram. Or run a diagnostic app. You don't say when it crashes, what you're doing when it crashes - it there a pattern? Did it ever work on this computer? Did it work on your previous computer? Without a lot of data, it could be related to the new computer... What OS version? Did you recently update it? Have you updated Photoshop to the most recent update?
    Do you have any plug-ins loaded? Try restarting Photoshop, and immediately press & hold the shfit key to turn off plug-ins.

  • Wifi keeps scanning and dropping even after connected to home network.  Never had this issue until the update, and now my phone runs slow and terrible.  Horrible update!!  Any ideas on a fix?

    Wifi keeps scanning and dropping even after connected to home network.  Never had this issue until the update, and now my phone runs slow and terrible.  Horrible update!!  Any ideas on a fix?

    It's important that you have a steady WiFi connection, ZealousEdge. What phone do you have? Is your phone unable to connect to any WiFi network? If you can, please try deleting the saved WiFi network and re-adding it.
    AndreaS_VZW
    Follow us on Twitter @VZWSupport
    If my response answered your question please click the "Correct Answer" button under my response. This ensures others can benefit from our conversation. Thanks in advance for your help with this!!

  • My 4th gen ipod touch is running slow. how do i look for updates?

    my 4th gen ipod touch is running slow with everything. how do i look for updates or is there somthing i can do to speed it up?

    Th 4G can go to the current 6.1.3, To update see:
    iOS 4: Updating your device to iOS 5 or later
    You need iTunes 10.7 or later on the computer.
    You do have a 4G, right? It does have cameras?
    Identifying iPod models
    A 3G can go to 5.1.1
    A 2G to 4.2.1

  • Why is my safari running slow after updating my mac?

    My safari is running slow after completing a software update.  I have cleared the cache.  It did not help.

    Please answer as many of the following questions as you can. You may already have answered some of them. In that case, there's no need to repeat the answers.
    Have you restarted your router and your broadband device (if they're separate) since you first noticed the problem? If not, do that now and see whether there's any change.
    If your browser is Safari, then from the Safari menu bar, select
    Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data
    and confirm. Any change?
    If you're running OS X 10.9 or later, select the Advanced tab in the Preferences window and uncheck the box marked
    Stop plug-ins to save power
    Any change?
    Quit and relaunch the browser. Any change?
    Log out and log back in. Any change?
    Enable Private Browsing in the Safari menu. Any change?
    Are any other web browsers installed, and are they the same? What about other Internet applications, such as iTunes and the App Store?
    If other browsers and Internet applications are also affected, follow these instructions and test. Any change?
    If Parental Controls is active for any user, please turn it off and test. Any change?
    If only Safari is affected, launch the Activity Monitor application and enter "web" (without the quotes) in the search box. If a process named "Safari Web Content" is shown in red or is using more than about 5% of a CPU, select it and force it to quit by clicking the X or Quit Process button in the toolbar of the window. There may be more than one such process. Any improvement?
    Again, if only Safari is involved, open the iCloud preference pane and uncheck the box marked Safari, if it's checked. Any change?
    Are there any other devices on the same network that can browse the Web, and are they affected?
    If you can test Safari on another network, is it the same there?
    If you connect to your router with Wi-Fi and you can also connect with Ethernet, do that and turn off Wi-Fi. Any difference?

  • I recently updated? to Lion from 10.6.8(snow leopard), and things seem to be running slower.  Has anyone had similar problems?  I have Feb 2011 Macbook pro 13" 2.3 Ghz.

    I recently updated? to Lion from 10.6.8(snow leopard), and things seem to be running slower.  Has anyone had similar problems?  I have Feb 2011 Macbook pro 13" 2.3 Ghz.

    As Shootist pointed out, the system uses more power.
    However, initially it will reindex the hard drive for spotlight, which will slow things down temporarily.
    It also must rebuild caches that eventually will speed things up.
    If it has completed indexing the hard drive (no dot pulsing in the spyglass), then there might be something wrong.
    Start by booting into the Recovery HD (a partition created with Lion that has Disk Utility and reinstallation options) by holding down cmd-r when you restart. You can let go when the gray screen appears.
    When it boots, select Disk Utility and Repair the drive.
    If that doesn't speed things up, try re-installing the OS from the same Recovery HD. It won't delete any of your files, but it has helped some people whose Macs ran slow after installing Lion.
    Also, how much memory do you have? Lion needs RAM so maxing your Mac out might also help.

  • My mac mini is running slow.  Bought it in 2009.  Activity monitor shows nothing running that should not be.  Someone suggested it might be my operating system?  Check for software updates, and I am current.  Suggestions?

    My mac mini is running slow.  Bought it in 2009.  Activity monitor shows nothing running that should not be.  Someone suggested it might be my operating system?  Check for software updates, and I am current.  Suggestions?

    Open Activity Monitor, Show:>All Processes, sort on CPU%, see if anything using too much CPU% when this happens, click on Memory tab, do you have many Pageouts?
    Open Console in Utilities & see if there are any clues or repeating messages when this happens.
    Check the S.M.A.R.T. status of the drive in Disk Utilty by highlighting the Drive & looking at the bottom of the window.

  • Running slow after downloading a mandatory update

    running slow after downloading an update!
    I had zero complaints until today when I downloaded an update and restarted my machine.
    Now It feels like I'm back in the PC world.
    Any suggestions?

    If it is Safari loading web pages slowly, I would suggest http://support.apple.com/kb/ts3230 or http://support.apple.com/kb/TS1594, one of these will surely help. If not, as previously suggested, more detail will greatly help.

  • Iphoto began running slow right after the last update. I'm working with raw files. when I have an open moving from photo to photo some times it slows way down, Never did prior to last update. Thanks

    iphoto is running slow at times. This never happened until I installed the the last update. The program gets slow when I have an event open moving with the arrows back and forth.  It doesn't make a difference in full screen or smaller

    Try this:  launch iPhoto with the Option key held down and create a new, test library.  Import a number of raw image files and test to see if the same problem persists.
    OT

  • My iPad 2 had trouble updating an app and now seems to be running slower

    Earlier this evening, my iPad 2 had an app update notification for words with friends hd free.  I clicked the update but everything stalled.  It took forever to update the app and now my entire iPad seems to be running slow.  I have tried resetting it, updating it to 4.3.2 and nothing seems to work.  Should I perform a factory restore?

    The whole iTunes store had issues all day, nothing was downloadable (video, apps,etc).
    It had nothing to do with your iPad.
    A reinstall should still put you at 4.3.2.

  • Why does my ipad run slow since update

    Since updating the software, my ipad runs slow, particularly games and web

    Try a Restart. 
    Press and hold the Sleep/Wake button for a few seconds until the red "slide to power off" slider appears, and then slide the slider. Press and hold the Sleep/Wake button until the Apple logo appears.
     Resetting your settings
    You can also try resetting all settings. Settings>General>Reset>Reset All Settings. You will have to enter all of your device settings again.... All of the settings in the settings app will have to be re-entered. You won't lose any data, but it takes time to enter all of the settings again.
    Resetting your device
    Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears. Apple recommends this only if you are unable to restart it.
    Or if this doesn't work and nobody else on the blog doesn't have a better idea you can contact Apple. 
    Here is a link to their contacts with most of the information below. 
    http://www.apple.com/contact/

  • Imac 11,2 running slower after installing software updates

    I purchased my imac 11,2 Sept. 2010. I recently downloaded my software updates that included airport utility, itunes and canon printer software update. Since these downloads, the imac has been very slow. Does anybody have any suggestions why my imac runs slower after software updates and what can be done to get my imac back to previous speed.

    isis24680,
    Welcome to the Apple Discussions!
    Did you run Disk Utility> Repair Permissions? Do you have your eMac in display-only sleep overnight, or use a utility such as OnyX, or otherwise ensure the Unix crom maintenenace scripts run? OS X 10.4.2 (in 7/05) included provision to force the maintenance scripts when sufficiently oberdue; it's possible you're seeing the Mac trying to catch up on a year-plus worth of maintenance.
    Do you have anything showing in System Preferences> Others, especially anything that adds to the menu bar? You'll need to check that any add-on system utilities or background programs are updated to run properly under 10.4.6; a quick way to check is to Start Up in Safe Mode and see if performance returns to normal.
    Open Applications> Utilities> Activity Monitor, show all tasks, and sort the list by CPU. Is their anything regularly showing up at more than say 15% of the CPU usage?

Maybe you are looking for

  • Hello Guru's reg IMG settings for output det of PO External Send

    Hello Guru’s, While configuring output determination Medium for External Send  At Message Type Purchase order step in IMG Settings, I need to configure the following settings Program, routine, form I have Output type:  Neu ( for Purchase orders) Appl

  • Combobox in FlashLite 2.1

    Is it possible to use a combobox inFlash Lite 2.1? It's only working when I use a Flash 6 File on the PDA but not a FL2.1 file? thx KH

  • Develop mode doesn`t work in realtime

    Winsows 8.1 x64 Lightroom 5.4 CC When I move any sliders in develop mode image in main view doesn`t change, but in filmstrip changes. If I switch to another image and back all changes applies. Please help.

  • How can i backup my catalog in PS elements 10

    Backup in photoshop elements 10 continues to baffle me. I go thru the steps as instructed but when my catalog backs up to my external hard drive the files are on in XML format. Where are my pictures? when i attempt to open the file using Photoshop i

  • External Portal

    Our company is planning to launch an external portal that replaces their current website. What are the steps v need to follow to get this done? The website has shopping cart and small search application that pulls data from SAP CRM to show detailed d