<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: optimize performance during oracle11i upgrade in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/optimize-performance-during-oracle11i-upgrade/m-p/3832077#M779502</link>
    <description>hi Eric,&lt;BR /&gt;&lt;BR /&gt;you will agree with me that with LMTs and Autoextend features, nowadays we no longer worry about about sizing tablespaces and fragmentation...&lt;BR /&gt;&lt;BR /&gt;coming back to the log buffers issue, i still think that it should be sized accordingly since  redo may be generated at a rate higher than lgwr can write it to disk. So the lgwr falls behind (more redo is created than can &lt;BR /&gt;be written in some period of time).&lt;BR /&gt;&lt;BR /&gt;It could be that there is insufficiently sized redo logs (resulting in waits for log &lt;BR /&gt;file switches).&lt;BR /&gt;&lt;BR /&gt;It is most probable that this monster operation will be generating tons of redo in a big burst and must wait for lgwr to catch up.&lt;BR /&gt;&lt;BR /&gt;Anyway, i believe in oversizing some parameters just for the sake of the upgrade and later re-sizing them back to "normal" afterwards...&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
    <pubDate>Thu, 03 Aug 2006 05:34:08 GMT</pubDate>
    <dc:creator>Yogeeraj_1</dc:creator>
    <dc:date>2006-08-03T05:34:08Z</dc:date>
    <item>
      <title>optimize performance during oracle11i upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/optimize-performance-during-oracle11i-upgrade/m-p/3832062#M779487</link>
      <description>Hello,&lt;BR /&gt;     We are working on out upgrade from oracle applications 10.7 to 11i and our database is about 75GB. I have done several test upgrades and have the patching down to 25 hours or so (using rp8400 w/10 CPU and VA7410 disk array). I am looking to see if I can improve the patch time by changing init parameters for the database (block buffers, etc), resizing log files, or adding more spindles to the rp7410. The box has 20GB of RAM. The db_cache_size is 1200M, shared pool is 500M, the java_pool is 60M. I attached a copy of the initORA file. Any suggestions from appreciated.</description>
      <pubDate>Thu, 27 Jul 2006 08:56:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/optimize-performance-during-oracle11i-upgrade/m-p/3832062#M779487</guid>
      <dc:creator>Dave Chamberlin</dc:creator>
      <dc:date>2006-07-27T08:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: optimize performance during oracle11i upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/optimize-performance-during-oracle11i-upgrade/m-p/3832063#M779488</link>
      <description>Shalom Dave,&lt;BR /&gt;&lt;BR /&gt;I do not think your patch performance will be significantly improved by changing block size on init.ora or the OS.&lt;BR /&gt;&lt;BR /&gt;A properly tuned box in general will assist in faster execution of this work.&lt;BR /&gt;&lt;BR /&gt;I recommend dbc_max_pct be low and nearly the same as dbc_min_pct to prevent double buffering of oracle data.&lt;BR /&gt;&lt;BR /&gt;Tweaking init.ora may help but I have suggestions other than the negative above.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 27 Jul 2006 09:01:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/optimize-performance-during-oracle11i-upgrade/m-p/3832063#M779488</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-07-27T09:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: optimize performance during oracle11i upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/optimize-performance-during-oracle11i-upgrade/m-p/3832064#M779489</link>
      <description>Dave,&lt;BR /&gt;&lt;BR /&gt;Review the upgrade log and find those steps that take the longest - then look for performance patches from Oracle - or tuning steps that you can take yourself.  &lt;BR /&gt;Also set the number of workers as high as possible - with 10 cpu's you should be able to support 20 workers without a problem.  &lt;BR /&gt;You can also take the db out of archivelog mode - just make sure you backup before and after the upgrade.  &lt;BR /&gt;&lt;BR /&gt;I've done a couple of these upgrades and depending on the products that you have installed (HR, Payroll, AR were problem children for me) you may find significant performance patches, but you need to look at the individual scripts being run by the upgrade to find the ones that need attention.&lt;BR /&gt;&lt;BR /&gt;Patti</description>
      <pubDate>Thu, 27 Jul 2006 10:17:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/optimize-performance-during-oracle11i-upgrade/m-p/3832064#M779489</guid>
      <dc:creator>Patti Johnson</dc:creator>
      <dc:date>2006-07-27T10:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: optimize performance during oracle11i upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/optimize-performance-during-oracle11i-upgrade/m-p/3832065#M779490</link>
      <description>Dave, the only thing that springs to mind that could improve things is your db_cache_size (block_buffers) - on a test box - try increasing that to 10G (just for the upgrade).  Also, your shared pool is too small for 11i anyways, so go ahead and set it at 1G for the upgrade (and try to leave it at least there afterwards).  &lt;BR /&gt;&lt;BR /&gt;This may have anything from a profound impact on your upgrade, to very little impact on the process.&lt;BR /&gt;&lt;BR /&gt;Also, I agree with the previous post about the number of workers, on a 10 way server I'd run with 25 workers (2.5x num cpus), but there is no hard and fast rule on that.&lt;BR /&gt;&lt;BR /&gt;On another note - &lt;BR /&gt;Before your upgrade, you should be running some tests for comparison on performance from old to new.  I think you need a much bigger buffer_cache for running Apps 11i, and I believe you need quite a bit more in the shared pool (I use 2G).  Your java pool might be just a little light, I'd add 15M to it, making it 75M.  Use statspack and some testing to see how you are doing for running some processes in the old system versus the new.&lt;BR /&gt;&lt;BR /&gt;Except for running out of room in the box for operational processing, DON'T be afraid of adding more buffer cache, unless your buffer cache hit ratio at the worst period of the day stays steady at 99%, and doesn't drop off (by much if any).  You'll hear that it's expensive to run large buffer caches in Oracle, and that you can slow the system down by doing so.  I'm guessing that when servers used to run at 25,50, and 75Mhz - it may have been true, but it's certainly not the case any more.  Just make sure you KNOW what your ram consumption is AFTER the database is already up and running and users are on it and leave that as headroom (and then some), so that you don't go into swap during the day.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also, on some of your processes (heck, maybe even lots of them) you'll be missing some indexes that make the queries and data the way you use them run correctly.  Some quick reviews of long running code for processes that show the largest slow downs after the upgrade would be good to do before go live.  Many of them (but not all) will be solved by creating custom indexes to facilitate processing your seeded reports and activities.  This is because the seeded indexes can't fully address how your company chooses to use and report with the tables and system provided by the application.&lt;BR /&gt;&lt;BR /&gt;Good luck!</description>
      <pubDate>Thu, 27 Jul 2006 10:42:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/optimize-performance-during-oracle11i-upgrade/m-p/3832065#M779490</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2006-07-27T10:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: optimize performance during oracle11i upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/optimize-performance-during-oracle11i-upgrade/m-p/3832066#M779491</link>
      <description>Hi Dave,&lt;BR /&gt;&lt;BR /&gt;I'd give a try to configure new UNDO Management and automatic PGA beforehand.&lt;BR /&gt;Automatic PGA should give you better memory handling for the SORT-Buffers.&lt;BR /&gt;&lt;BR /&gt;Monitor the Controlfile_write_activity during the upgrade. If you consider to disable archive logging, consider to use a single Controlfile during the upgrade (takes off two sync writes on Commit during upgrade), but DO NOT FORGET to reestablish the mirrorcopies afterwards.&lt;BR /&gt;&lt;BR /&gt;Increase Online Redolog size to avoid checkpoints, you will get one Checkpoint for every Logswitch. &lt;BR /&gt;How big are they ?&lt;BR /&gt;Check the alertfile for how many checkpoints you encounter in this upgrade.&lt;BR /&gt;Check the alertfile for "... not complete"&lt;BR /&gt;&lt;BR /&gt;In case you have plenty of CPUs, increase the number of DB_WR processes.&lt;BR /&gt;&lt;BR /&gt;java_pool seems small, shared pool as well, and you should surely increase db_cache_size.&lt;BR /&gt;&lt;BR /&gt;db_block_checksum is quite expensive I mind to remember. May be you can switch it off for the upgrade ?&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;Volker&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 29 Jul 2006 01:49:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/optimize-performance-during-oracle11i-upgrade/m-p/3832066#M779491</guid>
      <dc:creator>Volker Borowski</dc:creator>
      <dc:date>2006-07-29T01:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: optimize performance during oracle11i upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/optimize-performance-during-oracle11i-upgrade/m-p/3832067#M779492</link>
      <description>Thanks for the replies. I will definitely increase the buffer cache - I have lots of RAM. I reviewed the oracle logfile and there are a couple hundred of the "checkpoint not complete" messages during the main upgrade. The redo logs are 100M. Would you suggest increasing the size of those - if so how much? How expensive are checkpoints? thanks</description>
      <pubDate>Mon, 31 Jul 2006 12:17:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/optimize-performance-during-oracle11i-upgrade/m-p/3832067#M779492</guid>
      <dc:creator>Dave Chamberlin</dc:creator>
      <dc:date>2006-07-31T12:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: optimize performance during oracle11i upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/optimize-performance-during-oracle11i-upgrade/m-p/3832068#M779493</link>
      <description>Well, it depends on how often you're switching.  But, since you're not always completing them before the next one comes up, it would be really safe to double it, as 200M isn't very large at all, and then see how you're doing.&lt;BR /&gt;&lt;BR /&gt;Also, check that your redo's cache size is large enough.</description>
      <pubDate>Mon, 31 Jul 2006 12:24:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/optimize-performance-during-oracle11i-upgrade/m-p/3832068#M779493</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2006-07-31T12:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: optimize performance during oracle11i upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/optimize-performance-during-oracle11i-upgrade/m-p/3832069#M779494</link>
      <description>Do you mean log buffer? If so it is currently 4M. if not - what parameter do you mean? What would you consider optimal?&lt;BR /&gt;</description>
      <pubDate>Mon, 31 Jul 2006 18:29:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/optimize-performance-during-oracle11i-upgrade/m-p/3832069#M779494</guid>
      <dc:creator>Dave Chamberlin</dc:creator>
      <dc:date>2006-07-31T18:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: optimize performance during oracle11i upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/optimize-performance-during-oracle11i-upgrade/m-p/3832070#M779495</link>
      <description>Hi Dave,&lt;BR /&gt;&lt;BR /&gt;Redolog sizes are dependent on the activity of each database but you can monitor the redolog switches to check if yours are undersized. &lt;BR /&gt;&lt;BR /&gt;My redo related parameters are:&lt;BR /&gt;&lt;BR /&gt;log_checkpoint_interval = 40960&lt;BR /&gt;log_buffer = 1048576&lt;BR /&gt;log_checkpoints_to_alert = true&lt;BR /&gt;3 groups of 10Mb&lt;BR /&gt;&lt;BR /&gt;Also, during the upgrade, disable timed_statistics...&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes</description>
      <pubDate>Tue, 01 Aug 2006 03:26:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/optimize-performance-during-oracle11i-upgrade/m-p/3832070#M779495</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2006-08-01T03:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: optimize performance during oracle11i upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/optimize-performance-during-oracle11i-upgrade/m-p/3832071#M779496</link>
      <description>After setting log_checkpoints_to_alert to true and restarting the database, you can monitor the log switches with:&lt;BR /&gt;&lt;BR /&gt;$tail -fn15 /.../alert_&lt;SID&gt;.log&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes&lt;BR /&gt;&lt;/SID&gt;</description>
      <pubDate>Tue, 01 Aug 2006 03:39:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/optimize-performance-during-oracle11i-upgrade/m-p/3832071#M779496</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2006-08-01T03:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: optimize performance during oracle11i upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/optimize-performance-during-oracle11i-upgrade/m-p/3832072#M779497</link>
      <description>Well, yes 4M is pretty small for the log buffer in my opinion.  But, that does depend on the activity.  We had a real bottleneck here on that very item (which was set to 10M) and resolved it by setting the logs to 70M.  This had a substantial, measurable impact on the servers' ability to handle large loads (no difference in small loads) of data entry and subsequent transactional I/O.  Your mileage will vary I'm sure, so review it in the log file by setting the init.ora parameters as described in the previous posting by Eric.</description>
      <pubDate>Tue, 01 Aug 2006 09:37:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/optimize-performance-during-oracle11i-upgrade/m-p/3832072#M779497</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2006-08-01T09:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: optimize performance during oracle11i upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/optimize-performance-during-oracle11i-upgrade/m-p/3832073#M779498</link>
      <description>hi Dave, John and Eric,&lt;BR /&gt;&lt;BR /&gt;allow me to also add:&lt;BR /&gt;During the upgrade, the data will be constantly trickling out in the background.  If your log buffer is too small -- you'll be waiting for lgwr to write the data not only when you commit, but when as you generate redo entries as well.  You need sufficient &lt;BR /&gt;space for you to be ADDING to the redo buffer as lgwr is writing it out.&lt;BR /&gt;&lt;BR /&gt;Normally, you should look at wait events. If you see lots of log_buffer_space waits, consider making the log_buffer init.ora parameter even bigger.&lt;BR /&gt;&lt;BR /&gt;hope this helps too!&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Wed, 02 Aug 2006 00:16:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/optimize-performance-during-oracle11i-upgrade/m-p/3832073#M779498</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2006-08-02T00:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: optimize performance during oracle11i upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/optimize-performance-during-oracle11i-upgrade/m-p/3832074#M779499</link>
      <description>Hi Yogeeraj,&lt;BR /&gt;&lt;BR /&gt;I read on a Metalink Note that we usually wont benefit from a greater than 1Mb log buffer. I supose this usually word would refer normal loads, not upgrades.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes</description>
      <pubDate>Wed, 02 Aug 2006 08:57:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/optimize-performance-during-oracle11i-upgrade/m-p/3832074#M779499</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2006-08-02T08:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: optimize performance during oracle11i upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/optimize-performance-during-oracle11i-upgrade/m-p/3832075#M779500</link>
      <description>Eric, re: 1M log buffer:&lt;BR /&gt;(If I may humbly offer some perspective) &lt;BR /&gt;One thing I've learned from doing a lot of tuning is that it can be very wrong to "go by the book" and not question settings and rules of thumb that we've all come to use and live by - ESPECIALLY those that seek to exclude tuning opportunities by their nature.  I was VERY SURPRISED to learn this lesson.  I really believed early on that if I learned and followed all of the conventional wisdom on set up and tuning that I really couldn't go wrong in setting up servers and services.  I now believe differently.&lt;BR /&gt;&lt;BR /&gt;Besides tuning individual poor running queries throughout the system, the largest systemic changes that we've gotten large performance returns on have come from tuning areas that many of the dbas (including on-site tuning experts from Oracle) have, by rule of thumb have chosen to exclude as performance opportunities.   The reason is that most of the tuning experts expect to come on site and find the "one thing wrong" that you've got on your server that will fix your problem.  When, in fact, *IF*  you've done your homework and properly laid out your server architecture --- there really isn't anything "wrong" with your server.  It becomes merely a case of correctly laying out and allocating the resources properly for each aspect of your server, by making the best possible use of your memory, disk, and I/O systems in the box, and doing all of this in a maintainable, supportable manner.  At the same time, you need to be regularly making sure that you've tuned the living heck out of the worst offending code that your programmers (and software providers) happen to be throw at you.  If you've done those things above and you're STILL not getting the performance you need, then you can confidently make your case that options for additional hardware should be considered.</description>
      <pubDate>Wed, 02 Aug 2006 10:38:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/optimize-performance-during-oracle11i-upgrade/m-p/3832075#M779500</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2006-08-02T10:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: optimize performance during oracle11i upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/optimize-performance-during-oracle11i-upgrade/m-p/3832076#M779501</link>
      <description>Hi John,&lt;BR /&gt;&lt;BR /&gt;It is always great to share opinions and experiences.&lt;BR /&gt;&lt;BR /&gt;Since I'm a DBA, I've more or less followed those rule os thumb and had no major tuning issues until now. I'd one little performance issue in one LOV until last month and guess what? It was just a missing join... I've analysed that SQL many many times but, for some reason, I didn't see (until last month) that a join was missing. Result: a LOV that use to take 3 minutes now takes just 3 seconds! &lt;BR /&gt;&lt;BR /&gt;The common DBA's mistakes I've assisted are:&lt;BR /&gt;&lt;BR /&gt;- Oversizing the database memory structures like the shared pool and buffer cache,  somehow thinking that the database will be the only one who will need the server memory...;&lt;BR /&gt;&lt;BR /&gt;- Ignoring that SQL can and MUST be shared in the shared pool. Of course this is the development job but the DBA must enforce this idea;&lt;BR /&gt;&lt;BR /&gt;- Fragmentation of the tablespaces and datafiles. Why extending the datafile by 100Mb if YOU KNOW you will need 1Gb until the end of the next year?? About tablespaces, indexes are always rebuildable but tables aren't unless by export/import. A DBA with a database having tables with more than 50 extents and doing nothing to correct the situation is sure to have troubles with performance in the future...&lt;BR /&gt;&lt;BR /&gt;If after those 3 topics the DBA is still in trouble with performance, then it may be the time to forget those Oracle advices but until then I don't recommend...&lt;BR /&gt;&lt;BR /&gt;PS: Sorry Dave to use your thread to talk about other topics than yours.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Thu, 03 Aug 2006 04:36:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/optimize-performance-during-oracle11i-upgrade/m-p/3832076#M779501</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2006-08-03T04:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: optimize performance during oracle11i upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/optimize-performance-during-oracle11i-upgrade/m-p/3832077#M779502</link>
      <description>hi Eric,&lt;BR /&gt;&lt;BR /&gt;you will agree with me that with LMTs and Autoextend features, nowadays we no longer worry about about sizing tablespaces and fragmentation...&lt;BR /&gt;&lt;BR /&gt;coming back to the log buffers issue, i still think that it should be sized accordingly since  redo may be generated at a rate higher than lgwr can write it to disk. So the lgwr falls behind (more redo is created than can &lt;BR /&gt;be written in some period of time).&lt;BR /&gt;&lt;BR /&gt;It could be that there is insufficiently sized redo logs (resulting in waits for log &lt;BR /&gt;file switches).&lt;BR /&gt;&lt;BR /&gt;It is most probable that this monster operation will be generating tons of redo in a big burst and must wait for lgwr to catch up.&lt;BR /&gt;&lt;BR /&gt;Anyway, i believe in oversizing some parameters just for the sake of the upgrade and later re-sizing them back to "normal" afterwards...&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Thu, 03 Aug 2006 05:34:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/optimize-performance-during-oracle11i-upgrade/m-p/3832077#M779502</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2006-08-03T05:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: optimize performance during oracle11i upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/optimize-performance-during-oracle11i-upgrade/m-p/3832078#M779503</link>
      <description>Yogeeraj,&lt;BR /&gt;&lt;BR /&gt;I totaly agree with you for RDBMS version 9i or above but most of the fragmentation problems come from the past with earlier versions. Does LMT solve the fragmentation that comes from those earlier versions?&lt;BR /&gt;&lt;BR /&gt;About oversizing some parameters for upgrades it may give some extra speed: I will try it since I'm in almost the same upgarding process than Dave (I'm just starting from a greater apps version - 11.0.3)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Dave,&lt;BR /&gt;&lt;BR /&gt;Anyway your 25 hours don't seem to much to me: &lt;BR /&gt;&lt;BR /&gt;I take 8 hours patching just to bring apps from 8.0.5 to 8.0.6...&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Thu, 03 Aug 2006 09:11:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/optimize-performance-during-oracle11i-upgrade/m-p/3832078#M779503</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2006-08-03T09:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: optimize performance during oracle11i upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/optimize-performance-during-oracle11i-upgrade/m-p/3832079#M779504</link>
      <description>Hello once again Eric,&lt;BR /&gt;&lt;BR /&gt;Like American golfer "Hubie Green" was destined by name to play golf - a man named "Antunes" was meant to tune systems.&lt;BR /&gt;&lt;BR /&gt;:-)</description>
      <pubDate>Thu, 03 Aug 2006 09:59:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/optimize-performance-during-oracle11i-upgrade/m-p/3832079#M779504</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2006-08-03T09:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: optimize performance during oracle11i upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/optimize-performance-during-oracle11i-upgrade/m-p/3832080#M779505</link>
      <description>Hi John,&lt;BR /&gt;&lt;BR /&gt;See me more like a Warren Buffet old fashion kind of guy: always very cautious about where he places is money. :-)&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Thu, 03 Aug 2006 11:03:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/optimize-performance-during-oracle11i-upgrade/m-p/3832080#M779505</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2006-08-03T11:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: optimize performance during oracle11i upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/optimize-performance-during-oracle11i-upgrade/m-p/3832081#M779506</link>
      <description>Hi Eric (alias warren) :) ,&lt;BR /&gt;&lt;BR /&gt;To see if you suffer from "fragmentation", you can query DBA_FREE_SPACE (best to do an alter tablespace coalesce first to ensure all contigous free regions are made into 1 big free region).  DBA_FREE_SPACE will report the size of all free extents. You would look for ANY free extent that is smaller then the smallest NEXT extent size for any object in that tablespace.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;"fragmentation is when you have 500MB free in the tablespace, yet are unable to allocate a next extent because your tablespace is like swiss cheese, full of different sized holes -- none of which are usuable"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;As from Oracle8i, we would all use locally managed tablespaces. These would use either UNIFORM sizing or automatic allocation scheme. In either case, it is almost impossible to get into a situation where you have unusable free space.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;As you probably know fragmentation occurs in a tablespace when you have lots of varied sized extents. &lt;BR /&gt;eg.&lt;BR /&gt;&lt;BR /&gt;5 blocks allocated&lt;BR /&gt;50 blocks allocated&lt;BR /&gt;15 blocks allocated&lt;BR /&gt;35 blocks allocated&lt;BR /&gt;150 blocks allocated&lt;BR /&gt;10 blocks allocated&lt;BR /&gt;&lt;BR /&gt;and on top of that when we start DROPPING/truncating objects we leave "holes" of weird sizes.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;With an LMT using system managed extents, you'll find the extents are one of a COUPLE of sizes - not an infinite number of sizes and each size can be used by any other object (cause the NEXT extent is not a fixed number -- it is some number we decide for you AT the point in time we need it). With an LMT, you don't get into that circumstance, hence the tablespace is not fragmented, it simply has free space in it that can be used for other stuff. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It will not fragment.&lt;BR /&gt;&lt;BR /&gt;(We prefer uniform when we KNOW the sizes of the objects. But if you don't know or don't care to know, system allocated is just fine) &lt;BR /&gt;&lt;BR /&gt;I would suggest that you follow the Oracle guidelies for creation of LMTs when doing your next upgrate/migration. Also, when you go to oracle 10g, there are tons of new features than will make you even more happier!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;good luck and &lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Aug 2006 03:00:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/optimize-performance-during-oracle11i-upgrade/m-p/3832081#M779506</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2006-08-04T03:00:09Z</dc:date>
    </item>
  </channel>
</rss>

