<?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: Problem while doing upgrade from 9i to 10GR1 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-doing-upgrade-from-9i-to-10gr1/m-p/5017470#M763404</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I would recommend that you check if during the error any trace files are getting generated. Also have you checked your NET8 software configuration.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Angus</description>
    <pubDate>Thu, 07 Dec 2006 08:40:33 GMT</pubDate>
    <dc:creator>Avoiding the Red Zone</dc:creator>
    <dc:date>2006-12-07T08:40:33Z</dc:date>
    <item>
      <title>Problem while doing upgrade from 9i to 10GR1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-doing-upgrade-from-9i-to-10gr1/m-p/5017468#M763402</link>
      <description>Hi all,&lt;BR /&gt;I am upgrading from oracle 9.2.0.5 to 10GR1 with 10.1.0.4 patchset. I performed all the initial steps of upgrade. After issuing the command startup upgrade command, i executed the u0902000.sql file. &lt;BR /&gt;&lt;BR /&gt;The file executes but at one point it is failing with the error&lt;BR /&gt;create or replace force view sys.ku$_xmlschema_view of sys.ku$_xmlschema_t&lt;BR /&gt;                  *&lt;BR /&gt;ERROR at line 1:&lt;BR /&gt;ORA-03113: end-of-file on communication channel&lt;BR /&gt;&lt;BR /&gt;This is happening repeatedly.&lt;BR /&gt;&lt;BR /&gt;Please help!!!&lt;BR /&gt;its very urgent.&lt;BR /&gt;&lt;BR /&gt;REgards&lt;BR /&gt;Subodh</description>
      <pubDate>Thu, 07 Dec 2006 08:06:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-doing-upgrade-from-9i-to-10gr1/m-p/5017468#M763402</guid>
      <dc:creator>Subodh deshpande_1</dc:creator>
      <dc:date>2006-12-07T08:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while doing upgrade from 9i to 10GR1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-doing-upgrade-from-9i-to-10gr1/m-p/5017469#M763403</link>
      <description>Unfortunately, it seems that message is somewhat of a catch-all error message...so it could be any number of things.  I found the following for you to look into.  HOpe it helps,&lt;BR /&gt;&lt;BR /&gt;Following are some steps on how to check the reason behind the problem.&lt;BR /&gt;&lt;BR /&gt;1. As it turns out, the most common reason is that the Oracle shadow process &lt;BR /&gt;on the server died unexpectedly. So, if a running process were to &lt;BR /&gt;suddenly encounter an ORA-03113 and/or 3114, the first place to check is &lt;BR /&gt;the alert.log on the server to see if any other Oracle errors occurred. &lt;BR /&gt;&lt;BR /&gt;2. Next most common cause of ORA-03113 is that the SQL*Net driver was not &lt;BR /&gt;linked into the Oracle executable on Server. While the listener&lt;BR /&gt;successfully received the connection and passed it to the Oracle shadow &lt;BR /&gt;process, the shadow process would fail to respond in any way because it &lt;BR /&gt;would not know how to. So the client will see an ORA-03113 at connect &lt;BR /&gt;time. &lt;BR /&gt;&lt;BR /&gt;3. Third most common cause is a machine crash or network failure at the &lt;BR /&gt;server side. &lt;BR /&gt;&lt;BR /&gt;4. ORA-03113 has also been noticed where the a TOKEN RING card has the &lt;BR /&gt;Shared RAM size set to 8KB rather than 16KB. If you are using a TOKEN &lt;BR /&gt;RING card check the shared buffer size and try increasing it. &lt;BR /&gt;&lt;BR /&gt;5. ORA-03113 also occurs when INIT.ORA parameters CONTEXT_AREA and &lt;BR /&gt;CONTEXT_INCR are set to a value of 4096. Increasing the value to 8192 &lt;BR /&gt;resolves the 3113. (RDVMS V6 only) &lt;BR /&gt;&lt;BR /&gt;6. ORA-03113 also occurs when there are duplicate IP addresses on the &lt;BR /&gt;network. To find the duplicate addresses turn off the unit that is getting &lt;BR /&gt;the 03113 and ping its IP address. If the ping responds then you have to &lt;BR /&gt;find the offending unit. &lt;BR /&gt;&lt;BR /&gt;7. If an ORA-03113 error occurs intermittentlly on comparatively large select &lt;BR /&gt;statements, try setting the default buffer size to 4096, especially if &lt;BR /&gt;issuing an order by causes no problems but going through Q&amp;amp;E or SQR hangs &lt;BR /&gt;the machine. &lt;BR /&gt;&lt;BR /&gt;ORA-03113 is just a symptom of a larger problem that will require more &lt;BR /&gt;diagnosis to track down. Hopefully, the above information will lead you &lt;BR /&gt;in the right direction to find the solution. &lt;BR /&gt;&lt;BR /&gt;To debug an ORA-03113, it is a good idea to attempt the same operation &lt;BR /&gt;while doing a loopback, i.e can any tool on the server connect using the &lt;BR /&gt;same connect string as they specify from the Desktop client? If the same &lt;BR /&gt;problem occurs doing a loopback, then you know the problem resides on the &lt;BR /&gt;server side and not on the Desktop client side. &lt;BR /&gt;&lt;BR /&gt;To perform a loopback invoke SQLPLUS or SQLDBA from the server, and at the &lt;BR /&gt;SQLPLUS or SQLDBA prompt on the server type: &lt;BR /&gt;&lt;BR /&gt;CONNECT USERNAME/PASSWORD@t:/:</description>
      <pubDate>Thu, 07 Dec 2006 08:12:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-doing-upgrade-from-9i-to-10gr1/m-p/5017469#M763403</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2006-12-07T08:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while doing upgrade from 9i to 10GR1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-doing-upgrade-from-9i-to-10gr1/m-p/5017470#M763404</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I would recommend that you check if during the error any trace files are getting generated. Also have you checked your NET8 software configuration.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Angus</description>
      <pubDate>Thu, 07 Dec 2006 08:40:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-doing-upgrade-from-9i-to-10gr1/m-p/5017470#M763404</guid>
      <dc:creator>Avoiding the Red Zone</dc:creator>
      <dc:date>2006-12-07T08:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while doing upgrade from 9i to 10GR1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-doing-upgrade-from-9i-to-10gr1/m-p/5017471#M763405</link>
      <description>Hi Subodh,&lt;BR /&gt;&lt;BR /&gt;Now I don't have time to search this further but are you sure that applying directly 10.0.1.0.4 patchset on the 9i database is the right path to do this?&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes</description>
      <pubDate>Mon, 11 Dec 2006 05:19:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-doing-upgrade-from-9i-to-10gr1/m-p/5017471#M763405</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2006-12-11T05:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while doing upgrade from 9i to 10GR1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-doing-upgrade-from-9i-to-10gr1/m-p/5017472#M763406</link>
      <description>Well i got the solution. One of the temporary tablespaces did not have any temp file. this was the reason.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot to everybody for your suggestions.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Subodh&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Dec 2006 05:34:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-doing-upgrade-from-9i-to-10gr1/m-p/5017472#M763406</guid>
      <dc:creator>Subodh deshpande_1</dc:creator>
      <dc:date>2006-12-11T05:34:43Z</dc:date>
    </item>
  </channel>
</rss>

