Upgrading to uber SDO_GEOMETRY, looking for comments

Good morning folks,
I see the new thread from Dalibor discussing an issue with what I am calling "uber" SDO_GEOMETRY - anyone got a better name?
Uber SDO_GEOMETRY is described here
http://download.oracle.com/docs/cd/E11882_01/appdev.112/e11830/sdo_migrat.htm#CHDBCHBG
Dalibor wins some kind of prize for the first time anyone has brought up uber SDO on the forum since the old thread ran its course years back
Re: SDO_GEOMETRY size limits here to stay?
Coincidentally this past week was my first shot at trying out the upgrade script and I thought I might post my experiences and see if anyone would have comments. This was just a test machine and I agree that each major error could have been followed up with a SR. But my overall goal is to determine if installing and running uber SDO_GEOMETRY is feasible in my production environment, so for better or worse these experiences are building those recommendations.
So I am not much interested in going much in length why anyone would want to upgrade. I think the old thread covers it. For my work at least, the issues have not gone away. No question a polygon with millions of vertices is nutty, but they are out there all over the place and growing in number each year. Here are two additional datasets I am working with that are "over the top" for normal SDO:
* National Wetlands Inventory (http://www.fws.gov/wetlands/data/DataDownload.html) - Largest polygon has 1,210,907 vertices.
* FEMA National Flood Hazard Layer (http://www.msc.fema.gov/webapp/wcs/stores/servlet/info?storeId=10001&catalogId=10001&langId=-1&content=nfhlResources&title=NFHL%20Resources) - Largest polygon has 1,537,698 vertices.
My current procedure is to load the datasets using ESRI's geometry format, identify the biggies, export the remainder and then reimport them as SDO_GEOMETRY.
E.g. toss the big polygons away and explain to my clients that Oracle Spatial cannot handle this type of thing.
My production instances remain on 10g so uber SDO is not yet a possibility but I am trying to think ahead.
So back to the present. I started with a fresh 11gR2 (no upgrade history) running PSU 11.2.0.1.2 on OpenSUSE on a rather modest machine with two processors and four gig of RAM. I have about 100 gig of Oracle Spatial data on this machine. Basically I ended up running the upgrade script four times of the course of about 5 days, each run required about 30 hours to process. Here are some notes:
* Make sure you spool the results! The script is quite "verbose" and does not have any error checking so the ALTER TYPE CASCADE part can fail but the script continues recompiling packages and rebuilding all your indexes. This is good in that the system is put back together whether it bombs or not. Bad in that you can waste a lot of time waiting to rerun the script.
* You need lots of undo! The first time it ran through it appeared to finish and it was not until I looked at the logs did I see that I ran out of undo. I just had a single smallfile undo and it topped out at 32 gig. In the end I created 4 undo datafiles and it appears I needed 100 gig of undo! So I believe you need as much undo as you have SDO_GEOMETRY data. The first thing you want to do afterwards is DESCRIBE MDSYS.SDO_ORDINATE_ARRAY to see if the type was altered. If you see the usual 1048576 then you bombed.
* Second time through I received an error that I had some spatial indexes in a failed state. Turns out as this is a development box there was an index stuck in "INPROGRS" state due to some flub on my part. This was enough to hose the upgrade. I would suggest folks check for this ahead of time using SELECT * FROM dba_indexes WHERE index_type = 'DOMAIN' AND domidx_status != 'VALID' and drop or rebuild those indexes.
* Third time through I received the cryptic error
ERROR at line 1:
ORA-22324: altered type has compilation errors
ORA-22332: a dependent object in schema "NAVTEQ_SF" has errors.
ORA-00600: internal error code, arguments: [qctostiix1], [], [], [], [], [],
[], [], [], [], [], []I had some sample Navteq data for use with the networking demo I never got functioning. At this point after four days of trying I was getting a bit impatient and just decided to drop that schema and try again. I have no idea why this navteg data caused an issue but the error never happened again with any other datasets.
* Fourth time through the alter type worked! But the script still crashed with
ERROR at line 1:
ORA-00600: internal error code, arguments: [qximgcn1], [], [], [], [], [], [],
ORA-06512: at line 14After eyeballing the script and the spool file it looks like it failed in the final step where it rebuilds all the spatial indexes. This seems right as I found sixty seven bad spatial indexes afterwards. However, it was easy enough to rebuild those by hand myself (I mean have ArcSDE do so).
So I call this a success! :)
So I am looking for anyone else's experiences they'd like to share.
With the amount of undo required, I think it might be a better route to just use the old school exp to export out all spatial data, run the upgrade and then imp it all back in? Or perhaps just dump out the large tables? Weird 00600 errors cause the DBAs (not part of my organization) that manage my production environment to bleed internally. Ideally I would like to avoid all that pain and suffering. Perhaps just dropping ALL the spatial indexes before the upgrade? I guess I would need to open an SR to see what caused the 00600s. I suspect the indexes.
So I would like to keep this thread tied to the upgrade process and/or planning/strategy for the upgrade process. There are a lot of other issues that we should start new threads over. For example, exchange of data between standard and uber instances as Dalibor is doing. It sure appears that datapump is never going to work and that only the old-school unsupported imp/exp utility can play this role? I have done some initial testing and ESRI's sdeimport/sdeexport tools seems to work fine between these instances. And none of this even scratches the performance issues.
So hey Dalibor, I know you went through this. Any comments?
Cheers!
Paul

Hi Mike,
Nice to hear from you. I would indeed be interested in your thoughts on the upgrade and the actual business case surrounding the upgrade or the decision not to upgrade. I am feeling rather skeptical at this point as the side-effects of the medicine so far are pretty serious. But yet the need to treat the disease remains. You can always drop me an email offline at my first name at my last name dot com or via LinkedIn. The nice things about a super-rare unpronounceable Polish last name is I am easy to find - and that's the bad thing too. Here is an update on my testing.
Per my earlier SR, the folks are Oracle have provided a backport for bug 10085580 for Linux 32-bit. It looks to work just fine and does the trick - problem solved. If one needs something other than Linux you will need to request the backport for your platform. The bug affects more than SDO_GEORASTER so I would recommend this patch as mandatory.
Moving along my next issue is that Oracle MapViewer does not seem to work with uber SDO_GEOMETRY.
MapViewer and uber (Very Large) SDO_GEOMETRY upgrade not compatible?
This is again a bit of a nonstarter as my client has a couple of applications using MapViewer against production instances. I dutifully submitted an SR on the matter yesterday. Almost to be expected the tech immediately asked why I would want to have such a large geometry and why don't I thin it! :)
It's no fun being in the middle on these things. I suppose I could ring up FEMA or Fish and Wildlife and tell them Oracle Corporation thinks their polygons are crazy. But as they are ESRI-shop folks, I think they would just be puzzled by the statement. If anyone has an opinion on how to broach the topic nicely with public agencies, I would love to hear it. Do we need to create a "citizens against huge polygons" lobby in DC? Again the ESRI shop folks are smirking.
The other issue in the thread started by Dalibor where the old imp/exp is erratically failing on the table creation statements is probably going to need an SR too. The work around is to just append the data and create your tables by hand ahead of time. On a more positive note ArcSDE seems utterly oblivious to the type change and I have not found any problems using ESRI tools to move stuff around.
Cheers,
Paul

Similar Messages

  • Looking for comment on disaster recovery plan

    Looking for some comment on where we are and where we’re planning on going with our Continuity of Operations / Disaster Recovery plan.
    Current setup is Oracle 10.2.0.2.0 on HP-UX Itanium 64-bit. OAS / Forms 9i on a separate HP-UX Itanium box. We do not have control over the version of Oracle or the hardware. I am pushing the powers that be on upgrading to 10.2.0.4, but am not holding my breath.
    Basic backup is threefold. DB is in archivelog mode. RMAN full backup is taken weekly. Incremental backup taken daily. These backups are to disk. In addition, a daily full-system backup (to tape) is done with the db shut down, providing a daily cold backup as well as backup of the online backups. Also daily exports – full and schema specific.
    All db files are on an HP SAN unit. SAN replication software is used to mirror all i/o to a similar unit located at a sister site. Likewise, they replicate their SAN to ours. Each site has a pair of backup servers to be used by the other site if needed. Sister site has already tested loading our backup servers, mounting the mirror of their SAN, and starting the db.
    Since sister site is a couple of hours away and crosses major network boundaries, management would like to also put up a DataGuard standby at a facility only 30 minutes away and within our own network. Plan is to host that on duplicate HP servers, but disk would be on a NAS instead of a SAN.
    I have managed a DataGuard setup, but did not create/configure it, so am now digging into the docs, starting with the DataGuard Concepts. I’ve never worked with NAS and am not clear on how it differs from SAN, and what the implications are.
    I'm looking for any comment, especially any red flags, on what I’ve described.

    Satish Kandi wrote:
    Not an expert comment on your setup but just the thoughts that came to my mind while reading this...
    1. What is the setup for backup preservation? Is it in one of the servers only? Is the backup also replicated?Belt and suspenders. The backup location on disk is part of what gets mirrored to the sister SAN. Plus, the nightly system backup to tape picks it up as well.
    2. What about OAS/Forms 9i backup? You have not mentioned anything about that.That is also mirrored to the sister SAN.
    3. What is the archive log generation frequency? Or how much data loss can you afford?A typical day will see one or two dozen archivelog files.
    >
    In addition, a daily full-system backup (to tape) is done with the db shut down, providing a daily cold backup as well as backup of the online backupsLucky you :-) but I don't see a need for this with the levels of backup that you have (especially with RMAN weekly backup and daily archive log backup). No, no need, but it does give us another layer at no real cost. This cold backup is really just a byproduct of a daily full system shutdown and backup. We have a high tolerance for system down time, but low tolerance for data loss.

  • Upgrading with QTM Reading/Looking for Plug-In Folder

    I am upgrading my QTM Reader to hopefully solve my dropped frames issue, but I am having trouble finding the plug-in folder inside of my FCP application folder. FCP simply opens when I click on it, I can't seem to find any type of folder assoicated with it. I also need to create another folder, etc. I am sure this will sound familiar to you guys. Any suggestions? Thanks.

    For the moment I have reverted back to the open panel method after discovering unacceptably poor performance with choose folder. Choose folder would take a couple of seconds to fillout. Open panel works instantly. Can you explain a bit more how I can roll my own? Perhaps there is an example you could point to or a specific document I can read. I created my app three years ago as my first and only Applescript and I have done nothing with Applescript since then. It has been a bear just to come back up to a level to consider making improvements to it.
    Thanks, AKS

  • Looking for comments and bugs

    I built a Windows Desktop website using CSS and JAVASCRIPT...
    Now need comments and trafic...

    Comments....Takes WAY too long to load. Is that just a bunch of CSS's that you're showing/hiding or is there more going on there?? I would recommend doing it Entirely in Flash, it would prolly make it alot smaller anyway.

  • Just Created Website Looking For Comments and Suggestions

    Hello all,
    Just created a website and was hoping to solicit some comments and suggestions. The site is not complete and is still in its germinal stages, but would appreciate any guidance you all might have.
    Thanks

    Robert,
    Personally, I found the color scheme very drab and depressing. On the Welcome page and the info on Maria Montessori, it's all grey on grey (background and font and pics). Even something as subtle as making the small topic title headings a color will really make the page pop and bring the page to life.
    What about adding some pics of the facility? Just a thought.
    Hope this helps.
    Todd

  • Looking for a better graphic card. Need feedback and suggestion

    I'm looking to get a different graphic card but I'm not sure really what to buy,
    These are my computer specs 
    Computer: Gateway Gt5228 Media center edition
    OS: Windows Xp
     Current graphic card: NVIDIA GeForce 6100 PCI Express Slot avaliable
    I was wondering what would be a good graphic card that is a good significant upgrade.  I'm looking for one that has a significant increase over what I have right now, it doesn't necessarily have to be the best out there.
    I want to be able to play a game call Diablo 3 
    These are the High and low Performance, that the game will run with.
     Supported - High PerformanceNVIDIA AMD/ATI INTEL
    GeForce GTX 590
    Radeon HD 6990
    N/A
    GeForce GTX 580
    Radeon HD 6970
    GeForce GTX 570
    Radeon HD 6950
    GeForce GTX 560 ti
    Radeon HD 6870
    GeForce GTX 550 ti
    Radeon HD 6850
    GeForce GTX 480
    Radeon HD 6790
    GeForce GTX 470
    Radeon HD 6770
    GeForce GTX 465
    Radeon HD 6750
    GeForce GTX 460
    Radeon HD 5970
    GeForce GTS 360M
    Radeon HD 5870
    GeForce GTX 295
    Radeon HD 5850
    GeForce GTX 285
    Radeon HD 5830
    Geforce GTX 280
    Radeon HD 5770
    Geforce GTX 280M
    Radeon HD 5750
    GeForce GTX 275
    Radeon HD 4870
    GeForce GTX 260
    Radeon HD 4870
    Quadro FX 5800
    Radeon HD 4850
    Radeon HD 4800
    FirePro 3D V8750
    FirePro 3D V8700
    FireStream 9370
    Firestream 9350
    FireStream 9270
    FireStream 9250
     Supported - Low PerformanceNVIDIA AMD/ATI INTEL
    GeForce 9500 GT
    Radeon HD 3650 AGP
    HD Graphics 4000
    GeForce 9400 GT
    Radeon HD 3650
    HD Graphics 3000
    GeForce 9300 GS
    Radeon HD 3600
    HD Graphics 2000/1000
    GeForce 8800 GS
    Radeon HD 3470                   
    GeForce 8600 GT
    Radeon HD 3450
    GeForce 8600 GTS
    Radeon HD 3430
    GeForce 8500 GT
    Radeon HD 3200
    GeForce 8400 GS
    Radeon HD 3100
    GeForce 8400
    Radeon HD 2600 XT AGP
    GeForce 8300 GS
    Radeon HD 2600 XT
    GeForce 8300
    Radeon HD 2400 Series
    GeForce 8200
    Radeon HD 2350
    GeForce 8100
    Radeon HD 2100
    GeForce 7950
    Mobility Radeon HD 4530
    GeForce 7900
    Mobility Radeon HD 4330
    GeForce 7900 GS
    Mobility Radeon HD 2600 XT
    GeForce 9500M GS
    Mobility Radeon HD 2600
    GeForce 9500M G
    Mobility Radeon HD 2600
    GeForce 9400M
    Mobility Radeon HD 2400 XT
    GeForce 8600M GT
    Mobility Radeon HD 2400
    GeForce Go 7900
    Mobility Radeon HD 2300
    GeForce Go 7800
    Mobility Radeon X2300
    Quadro FX 5500
    Radeon X1950 Series
    Quadro FX 4500
    Radeon E2400
    Quadro FX 4000
    FirePro 3D V7750
    Quadro FX 3500
    FirePro 3D V5700
    Quadro FX 3450
    Any help would be greatly appreciated
    Which ones can i use with my computer but without the need to buy nothing else. 
    thank you
    -Geo

    Honestly I wouldn't spend too much trying to upgrade your computer. It has an aging dual core Athlon processor, and only 2GB of RAM. Even with the highest top of the line card, with that CPU/RAM setup, your computer is probably going to struggle to run it.
    Hate to be the bearer of bad news.
    If you like my post, or solution to your issue/question, go ahead and click on the little star by my name and/or accept the post as the Solution. It makes me happy.
    I'm NOT an employee of Best Buy, or Geek Squad, though I did work as an Agent for a year 5 years ago. None of my posts are to be taken as the official stance that Best Buy will take on your situation. My advice is just that, advice.
    Unfortunately, that's the bad luck of any electronic, there's going to be bad Apples... wait that's a horrible pun.

  • Looking for a Hard Case/Shell for my new Retina MacBook Pro 15"?

    I am looking to buy a shell/case for my rMBP (October 2013) it hasn't arrived yet, but obviously I want it to be protected asap.
    I don't know what the model number is, but it is the lower spec 15" Retina MacBook Pro that I have purchased. How can I make sure that a case I buy will fit?
    Will any 15" rMBP case fit, or has the size changed for this upgrade?
    I am looking for either a black/clear, shell/case that will attach to the back of the lid to protect it. I am looking on eBay at the moment, as I have a voucher to spend on there anyway. Can someone recommend a shop/seller or a particular product?
    I am in the UK, so I would obviously prefer to buy from a local seller.
    Thanks!

    I purchased the Hardshell Case for 13-inch MacBook. It offers a durable hardcase construction that securely covers your notebook. It provides a frosted hardshell exterior, soft-touch coating, raised rubber feet, thermal vents, and trouble-free access to all features.
    Features
    Excellent notebook protection
    Exterior rubberized soft-touch coating
    Precise cut-outs for access to magnetic power cable, headphone and microphone input jacks, CD-ROM drive, battery level check button, and all side ports
    Vents and rubber feet elevate notebook from surface, allowing notebook's internal fans to circulate air more freely
    Simple to use and easy to clean
    I really love it. My friend has dropped their macbook (the case was on) on the concrete and nothing happened to the computer.
    Hope this helps you.

  • Looking for recommendations...

    We are looking to upgrade our Exchange setup from 2007, at present the senior people want to go to 2010 whereas the tech staff want to go to 2013. However, we do not have any experience in Exchange upgrades so we are looking for a consultant to assist us
    in the planning stage. Does anyone have a recommendation for a person or company in the Omaha area they know of or have used?

    Hi,
    I recommend you upgrade to exchange 2013 directly.
    Compare with exchange 2010,exchange 2013 has more benefits.
    Please refer to the following article to understand more details: 
    Comparing versions of Exchange Server
    Exchange Server 2010  vs Exchange Server 2013
    Hope this helps!
    Thanks.
    Niko Cheng
    TechNet Community Support

  • Things to look for in SRM 7.0 upgrade.

    Hello Everyone,
    We are using SRM 5.0 with Extended classic scenario and we need to upgrade from SRM 5.0 to SRM 7.0.
    We are going to send RFP to different vendors for this upgrade project.
    As a project manager what I should ask from different vendors before the upgrade?
    What things I should look for from vendors before the SRM 7.0 upgrade or what questions I should ask to different vendors before the SRM 7.0 upgrade?
    Regards,
    Khushbu.

    Hi Khushbu ,
    This are the sample basic question for SRM upgrade .
    SAP SRM Upgrade Questionnaire
    Basic Information
        Company / Project Name
        Current Backend SAP R/3 or ECC Version / Plug-In Version
            - OLTP Backend System 1
            - OLTP Backend System 2
            - OLTP Backend System 3
            - OLTP Backend System n
        Current SRM Release / Plug-In Version
    Components in SAP SRM
    Please list which of the following Components are currently implemented (Y/N) and their release versions :
    a) EBP
    b) SUS
    c) Live Auction
    d) Requisite Catalog
    e) CCM
    f) MDM Catalog
    f) IPC
    b) XI
    h) Enterprise Portal
    i) BW (SRM Analytics)
    j) ITS
    k) CRM Middleware
    l) HR Integration
    m) Others
    If the answer to any of the above is No, Are you considering implementing additional SRM components?  If so, please list the components
    Do you have any of the following scenarios :
    a) 1 EBP client connected to Multiple backend SAP R/3 clients
    b) Multiple EBP Clients connected to Multiple backend SAP R/3 systems
    SRM Scenarios currently used
    Self Service Procurement
    Service Procurement
    Plan Driven Procurement
    Contract Management
    Supplier Self Services
    Strategic Sourcing - RFx, Live Auction
    Other SAP Solutions
       Please List R/3 or ECC  Modules Currently In Use
    Have you implemented SAP Supply Chain Management (APO)?
    If yes, what is your current APO Version
    Have you implemented Product Lifecycle Management (PLM)?
    If yes, what is your current PLM Version
       Please name any other SAP Add-ons or Industry Solutions in use
    Basis Information
        Database release for current backend SAP R/3 or ECC system
        Operating System release for current backend SAP R/3 or ECC System
        What is your Hardware Platforms for current backend SAP R/3 or ECC system (e.g.HP, IBM, etc.)?
    How many systems are in your landscape for current backend SAP R/3 or ECC system (e.g., Development, Quality Assurance, Production, etc.)?
         How large is your current Production Database in backend SAP R/3 or ECC system (in GB)?
    Current SRM Database Size?
       Database release for Current SRM system?
       What is your SRM Hardware Platforms (e.g., HP, IBM, etc.)?
    What is your current OS for the different components of SRM which are in use
    Please explain the complete system Landscape for SRM (Use a separate sheet, if required)
    SRM Data Conversion or Replication (if any)
       Business Partners
        How many vendor records are handled in SRM ?
    Product Masters
        How many product master records are there in SAP R/3 ?
        How many product master records are available in SRM ?
    Legacy Systems and their Migration
    Any new data migration from legacy systems
    System Enhancements
    Custom Developments
        Complex
        Medium
        Minor
    Custom Tables
    Custom Java codes (e.g in IPC)
    Badi's / User Exits
    Screen modifications
    z-transactions
    Non-SAP External Systems and Integration issues
       Have you integrated any Non-SAP External systems to SRM ? 
       List of Interfaces :
       1) EBP-Business Connector-WOI (IBM Web Order Interface)
       2)
       3)
    Is SRM integrated to a Third Party Tax Engine e.g Vertex, Taxware
         Are you using email servers integrated with SRM ?  If yes, which email system (e.g., Lotus Notes, Outlook, etc.)?
    XI (Exchange Infrastructure)
    List of Interfaces
    1) P.O create
    2) P.O Change
    3) Order Acknowledgement
    4)
    5)
    Project Management Tools used in Project
    Are you using Solution Manager ?
    Other Tools used
    Size of  Current SAP Team and Availability of SAP Resources
          What is the size of the existing SAP SRM support team : Any Consulting / AMS Team
          What is the size of the existing SAP SRM support team : Internal Team / COE
    Training Requirements
        Please Explain the User training methods used in Previous ERP or SRM implementations.
        How many Super Users, and End Users got trained during SRM 3.0 implementation?
       Do you have additional training Requirements?  If so, please describe.
       What testing tools are used currently ?
    Project Constraints
    What are the budgetary constraints for this project?
    What are the  resource constraints for this project?
    What are the timeline (duration) constraints for this project?
    Additional Comments
    Is there any plan to upgrade any of the OLTP R/3 systems in the near future
    UNICODE
    Are your current OLTP R/3 systems Unicode complaint
    Is your current SRM system Unicode Compliant
    What languages are used in the current R/3 systems
    What additional languages are required in the R/3 systems
    What languages are used in the current EBP system (Core)
    What additional languages are required in the EBP system (Core)
    What are the languages supported in the HTML layer currently
    What additional languages are required in the HTML layer
    Hope this will be useful to you .
    Thanks & Regards
    Pradeep Kumar Dondeti

  • Looking for help to upgrade Z61m HD and OS

    All,
    Being a layman I am looking for some help on how to do the following:
    -  Upgrade my current HD from the small 105gig to a new 320 gig HD - have the new SATA drive.
    -  Also wanting to get off of Vista to Windows7 - I have the new Windows 7 ulimate software.
    Looking for procedures on how to upgrade(back up data, make boot disks, when to upgrade the OS.....) and not lose my data.  I own a 500 gig external HD with plenty of room.  Any pitfalls and gotchas are apreciated too.

    I did a quick google and found some Windows-based programs you could buy to do that, but nothing for the Mac.
    However, you ought to be able to do it in word (I do when I have to print chords w/ lyrics to play with a group). You just have to fiddle with the space bar and tab to line up the chord changes with the lyrics.
    It might be easier if you use a fixed-width font like Courier.

  • Hallelujah, finally disabled OOPP. I use Firefox 9.0.1 and will not upgrade to anything that ignores my settings. Been looking for this info for years!

    As soon as Firefox came out with OOPP, I immediately asked how to permanently disable it and had a Firefox developer straight-up lie to me and say it couldn't be done without downgrading. Thank GOODNESS for the instructions on https://support.mozilla.org/en-US/questions/713600?page=1 Finally, finally I have excised the hated OOPP!
    I run Firefox 9.0.1 and will not upgrade, ever, unless I see signs that Mozilla has radically altered its development direction and discarded most of the boneheaded, broken, anti-user development that has gone into versions more recent than Firefox 1.x. Actually making your mission statement more than an empty promise might be a good place to start.
    Let's see...anything else? Oh yeah, any developer who advocates overriding or ignoring user settings, or taking control away from the user, should be kicked off the team. (and investigated as a possible Government mole, but that's a lot to ask for). I hear Konqueror and Safari are looking for new devs. It gets old fast when you try to get support and instead get haughty "You're doing it wrong, stop doing that" responses. I'm doing exactly what I intend to be doing and if you can't support that, someone else will. If you really gave a damn about your users, you might start by backporting security fixes to previous versions instead of spewing out a cacophony of incompatible new versions so rapidly you end up confusing and alienating users and making them switch updates off entirely. I mean seriously, what happens when Firefox hits triple digits? You could stick a decimal in front of it, and name that build after a historic baseball player who had that batting average. But even then you will run out of players in a few months.
    It's truly sad. I switched to Firefox because it was the best browser. But Firefox has been backsliding horribly since around 2.0, and the other browsers seem to be in about the same boat. Firefox IS still the best browser - but only if you use an ancient, unsupported version. That's a big problem.

    Using an obsolete version released [http://www.mozilla.org/firefox/9.0.1/releasenotes/ December 11th 2011] is the exact definition of downgrading. It exposes your system to all the security vulnerabilities that have been fixed since then.
    * https://www.mozilla.org/security/known-vulnerabilities/firefox.html
    Out-of-process plug-ins was made mandatory on Windows Vista and later because Adobe don't test Flash Player's protected mode with OOPP disabled. This change didn't happen until Firefox 14, so there was no need to go as far back as Firefox 9.0.1.
    If you absolutely have to, you can disable OOPP by creating the ''MOZ_DISABLE_OOP_PLUGINS'' environment variable and setting its value to '''1'''. Firefox must be restarted for the change to take effect. This works in the current version of Firefox, so there's no need to use obsolete insecure versions.<br>
    If you don't know how to create an environment variable, see the following article for instructions (the "Using the Custom Environment Variable" section is not relevant).
    * [http://www.howtogeek.com/51807/how-to-create-and-use-global-system-environment-variables/ How to Use Global System Environment Variables | How-To Geek]

  • I just bought iphone 5 and my itunes says I need itunes 10.7 But when I look for upgrades it says I have the current version of itunes. HELP!

    I just bought iphone 5 and my itunes says I need itunes 10.7 But when I look for upgrades it says I have the current version of itunes. HELP!

    I am so sorry I am frustrating you. This is the first time I have used this community and am leanring as I go. I am not able to see the entire post that you leave, unless I look at it on my phone (email)--I am so sorry. You have no idea how much i appreciate your help. Yes, I see that I can get the later version of OS software, but its not availabe for immediate download. My only options appear to be having it shipped, or going to the store to purchase. And if you know of another way that I can access all of my itunes library music on my new phone withouth using itunes, I would love to hear about it.--thanks and again i am so sorry for frustrating you.

  • Looking for 5.1.2 upgrade

    Hi,
    I am running FCP 5.1 on a PPC G5 and am (ugently) looking for the manual 5.1.2 upgrade.
    I found a package (36 MB) for download at a site of a university but it will not install: a error message keeps popping up telling me to use Apple's automatic upgrade process.
    Can anybody point me in the right direction?
    Many thanks!
    PS: an recent post pointed to Red Giant but the link has expired.

    Sorry, 5.1.4 does not work for me, I really need 5.1.2. I work for a company that manufactures and sells equipment that runs in conjunction with FCP, and we have not yet tested with 5.1.4. For our equipment, the changes between different FCP versions are significant enough to put effort into finding just the right s/w.
    Anyone?

  • MacBook Early 2008 Core 2 Duo/Penryn Series - Unable to upgrade from Lion to Mountain Lion ( Looking For  A Fix )

    I own a  MacBook "Early 2008 Core 2 Duo/Penryn" Series has Intel Processor (T8100 (2.1 GHz ) / T8300 (2.4 GHz)) 45 nm "Penryn" processors, 4 GB of 667 MHz DDR2 SDRAM (PC2-5300) installed in pairs (two 02 GB modules), a 160.0 GB Serial ATA (5400 RPM) hard drive with "Sudden Motion Sensor" technology, an 8X dual-layer write DVD±RW/CD-RW SuperDrive, an Intel GMA X3100 integrated "graphics processor with 144 MB of DDR2 SDRAM shared with main memory", and a 13.3" widescreen TFT active-matrix "glossy" display (1280x800 native resolution). It also includes AirPort Extreme (802.11a/b/g/n), Bluetooth 2.0+EDR, Gigabit Ethernet, a FireWire "400" port, two USB 2.0 ports, optical digital audio in/out, and video out capabilities (mini-DVI) that supports an external display. These models also include the "scrolling Trackpad", built-in iSight video camera, "MagSafe" power connector, "flush against the bed " keyboard that does not touch the screen” and "no moving parts" magnetic latch that "catches without a catch".
    Now to the adventure on this, the above model (stock) ships with a Operating System MAC OS X Leopard which was succeeded by MAC OS X Snow Leopard ( $19.99 / INR 1060.00 approx. ) which was again upgraded to MAC OS X Lion ( $19.99 / INR 1060.00 approx. ) and the latest one is MAC OS X Mountain Lion ( $19.99 / INR 1060.00 approx. ).
    Interesting part to all this technological babble is how APPLE INC forces you buy their product both hardware and software. Now, I have this old MacBook Early 2008 Model PC and I took it to the shop and I thought I would upgrade the software (OS and APPS) so I take it to the iStore ‘Rescue Centre’, as APPLE INC calls it world over, they say you will have to upgrade it version by version and each version would cost you a licence fee! SO the cost break up would be, I’m currently on MAC OS X Leopard to be updated by MAC OS X Snow Leopard ( cost $19.99 / INR 1060.00 approx. ) which again to be upgraded MAC OS X Lion ( cost $19.99 / INR 1060.00 approx. ) and then to latest one is MAC OS X Mountain Lion ( cost $19.99 / INR 1060.00 approx. ) which means I have to pay INR 3210.00 to upgrade the machine and I agree to pay for that and after two upgrades the third one(that is the latest version) was not compatible with my machine because of inferior/outdated hardware e unit and If I want the new operating system then I told to buy the new machine which costs between INR 90,000 to INR 1,40,000!!
    That … ***** !!!
    So I’m here looking for somebody, anybody,  whether you would be able to help me with my MacBook which is early 2008 Core 2 Duo/Penryn Series (for exact specifications, see above) and I currently running Lion on it and wondering is there any way I can upgrade this to Mountain Lion?

    Your early 2008 MacBook cannot be upgraded to Mountain Lion. The reason is that Mountain Lion is entirely a 64 bit operating system, and cannot use any 32 bit components. Lion, while also 64 bit-based, can use some 32 bit components, and thus would work on all Core 2 Duo machines. This article has more details.
    The center you went to was incorrect when they said you have to upgrade to each operating system. You need to be at Snow Leopard in order to access the App store to download Mountain Lion. You don't have to install Lion to get to Mountain Lion. See this Apple page on this.

  • Looking for some assistance upgrading to snow leopard

    Hello!
    I am upgrading to snow leopard from mac osx 10.4.11 (which i believe is tiger). I have an intel-based mac.
    I have read about doing a "clean install" and have heard that it can be beneficial. I have an external hard drive that is about twice the size of my internal hard drive.
    I will be purchasing the "box set" of snow leopard (i heard that if one is upgrading from tiger they must buy the box set-not sure if this is necessarily true though).
    Ok, so I have searched the forum for "how to do a clean install" and some of the terminology was beyond me.
    I am looking for step-by-step instruction for doing a clean install in layman's terms.
    I think this will be helpful for many others who utilize the search function.
    I thank you in advance and will mark useful responses as such.

    I would not upgrade to Snow unless I had an external drive with a bootable clone of my internal-drive boot volume on it. I think that there is enough risk upgrading to Snow that such conservatism is warranted. I would not use time machine for an installation backup; I don't trust it enough. To make a bootable clone using Disk Utility (DU):
    1. Start DU;
    2. Make sure you external drive is partitioned GUID (not totally necessary, but I'd do it);
    3. Choose Restore;
    4. Drag your internal volume to the source box;
    5. Drag your external partition to the destination box;
    6. Choose Erase Destination; and
    7. Click restore.
    It will take an hour more or less. Once the clone is made, start up from it to make sure it is functional.
    If you do an erase and install, then you will be able to migrate your data, settings, users, and apps from your clone at the end of the install. If you do not like Snow, then you can restore your internal using the clone. The clone is your data backup, possible migration medium, and fail-safe device.
    To do an erase and install, start up to your DVD by holding down C during startup, and stop after selecting your language. Use the menus to start Disk Utility and to make sure your drive has a GUID partition. If it does, then use disk utility to erase Mac extended (journaled). If it is not GUID, then make it GUID by selecting the number of partitions you want (even if the number shown is what you want). Selecting GUID will erase your drive correctly. In either case, quit Disk Utility, and continue your installation. At the end, you will be able use the Setup Assistant to migrate your data, settings, users, and apps from your clone.
    You probably will want to install at least two of the optional install items, Rosetta (if you plan on using any PPC apps) and QT7. You can install either from the Optional Install Items folder on your on Sno install DVD.
    Leave your Ethernet cable, if any, in place when installing, but unplug all unecessary peripherals except those needed to install.

Maybe you are looking for

  • Itunes on external drive will not open - error message 13014

    I have never posted a question here before - just kind of been stumbling my way around the forums looking for answers, which has usually worked for me - until today.  About a year ago, I moved my itunes (music and movies) to an external drive to free

  • Adobe reader 9 will not open in a IE browser window in windows 7 and Server 2003

    In short, I think their products do not work very well.  I'm not surprised Steve Jobs will not allow Flash on his products and I am not a Mac fan.  Every computer I've installed Reader 9 on has had problems opening a pdf in a browser window.  I've tr

  • Missing entries in report painter report

    Hi, I'm using report painter for P&L and Balance sheet. The report uses table GLPCT. There is an entry for downpayment made which is posted to a downpayment account and the other effect to the vendor (with an alternative recon a/c). Both the downpaym

  • Firewire to usb2

    I am looking to buy a camcorder that has a usb2 interface. In the interest of speed, is there an adapter that I can buy that I can plug this usb2 device into my firewire port on my iMac G4 flat panel? Mark

  • Itunes relaunching

    im not too sure how to solve this as im rather new to the mac OS. itunes keeps relaunching a few minutes after i quit the program, is there somewhere to reset the settings to default or 'reinstall' itunes? help much appreciated Powerbook 12"   Mac OS