<?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: Oracle Migration (8.1.7 --&amp;gt; 9.2.0) in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-migration-8-1-7-gt-9-2-0/m-p/4998909#M777282</link>
    <description>I don't see a problem with the export results.&lt;BR /&gt;&lt;BR /&gt;Please see the process through, bring the database up in 9.2.x Oracle and see if your applications, data and tables still work.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Wed, 23 Aug 2006 01:24:53 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2006-08-23T01:24:53Z</dc:date>
    <item>
      <title>Oracle Migration (8.1.7 --&gt; 9.2.0)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-migration-8-1-7-gt-9-2-0/m-p/4998900#M777273</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I have HP-UX 9000 Series C8000 workstation loaded with 11.11i as OS level.&lt;BR /&gt;&lt;BR /&gt;I am in process of migration of oracle from 8i to 9i, currently I have installed Oracle 9.2.0 parallel to Oracle 8i. The oracle 9i installation went through fine and also created a database "new". Now i want to replicate the data in 8i database "old" to oracle 9i database "new". &lt;BR /&gt;&lt;BR /&gt;I am using DATABASE UPGRADE ASSISTANT (DBUA) utility to migrate the data, when i execute the dbua script, I am getting a interface in which I could see only the database created in oracle 9i i.e "new", but i want to upgrade the oracle 8i database "old",. which is not getting listed in dbua interface. Please help.&lt;BR /&gt;&lt;BR /&gt;Any valuable suggestions or ideas regarding migration will be helpfull to me.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Yajuvendra Singh&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Aug 2006 10:58:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-migration-8-1-7-gt-9-2-0/m-p/4998900#M777273</guid>
      <dc:creator>Yajuvendra Singh</dc:creator>
      <dc:date>2006-08-22T10:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Migration (8.1.7 --&gt; 9.2.0)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-migration-8-1-7-gt-9-2-0/m-p/4998901#M777274</link>
      <description>Hi Yajuvendra,&lt;BR /&gt;&lt;BR /&gt;I've done the 8i -&amp;gt; 9i migration more than a few times, and have always gone the exp/imp route.  First get your 9i instance configured properly (SGA, parameters, users, schemas, datafiles, tablespaces, etc.).  Then...&lt;BR /&gt;&lt;BR /&gt;Under Oracle 8i:&lt;BR /&gt;&lt;BR /&gt;# nohup exp un/pw@sid file=exp_sid.dmp log=exp_sid.log owner=your_schema direct=Y &amp;amp;&lt;BR /&gt;&lt;BR /&gt;Under Oracle 9i:&lt;BR /&gt;&lt;BR /&gt;# nohup imp un/pw file=exp_sid.dmp log=imp_sid.log fromuser=your_schema touser=your_new_schema buffer=400000 commit=Y &amp;amp;&lt;BR /&gt;&lt;BR /&gt;Afterwards, you will have to clean up tables, views, LOBs, db_links, synonyms, functions, procedures, packages, and the like.  The import log is an invaluable resource for doing this.&lt;BR /&gt;&lt;BR /&gt;There are several ways to speed the process up, including importing indexes separately (indexes=n).  I recommend consulting the documentation for exp and imp.&lt;BR /&gt;&lt;BR /&gt;PCS&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Aug 2006 11:17:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-migration-8-1-7-gt-9-2-0/m-p/4998901#M777274</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-08-22T11:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Migration (8.1.7 --&gt; 9.2.0)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-migration-8-1-7-gt-9-2-0/m-p/4998902#M777275</link>
      <description>I'm with spex on this.  Using Imp/Exp is the best approach to doing this, and you'll like what you're left with afterwards much better.</description>
      <pubDate>Tue, 22 Aug 2006 11:31:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-migration-8-1-7-gt-9-2-0/m-p/4998902#M777275</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2006-08-22T11:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Migration (8.1.7 --&gt; 9.2.0)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-migration-8-1-7-gt-9-2-0/m-p/4998903#M777276</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;I don't believe the assistant can do the upgrade.&lt;BR /&gt;&lt;BR /&gt;You may go export/import or go through the migration document oracle keeps on metalink for this purpose.&lt;BR /&gt;&lt;BR /&gt;The document seems complex but if followed precisely is not so bad.&lt;BR /&gt;&lt;BR /&gt;Be sure that OS and kernel requirements are met on the system before beginning and have a good cold backup.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 22 Aug 2006 11:45:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-migration-8-1-7-gt-9-2-0/m-p/4998903#M777276</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-08-22T11:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Migration (8.1.7 --&gt; 9.2.0)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-migration-8-1-7-gt-9-2-0/m-p/4998904#M777277</link>
      <description>Dear all,&lt;BR /&gt;&lt;BR /&gt;I am greatfull to all your views, suggestions. I am in need of one clarification further, actually I used exp/imp option also, but when I exp in oracle 8i the xxx.dmp file created is very small; hardly 500 MB, but actually my database is of 2 GB. The same I could import in oracle 9i successfully without any errors, but my PLM application fails fetch the data.&lt;BR /&gt;&lt;BR /&gt;I will be greatful provided with string/command to export the complete database and import the same in oracle 9i.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Yajuvendra Singh</description>
      <pubDate>Tue, 22 Aug 2006 12:05:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-migration-8-1-7-gt-9-2-0/m-p/4998904#M777277</guid>
      <dc:creator>Yajuvendra Singh</dc:creator>
      <dc:date>2006-08-22T12:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Migration (8.1.7 --&gt; 9.2.0)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-migration-8-1-7-gt-9-2-0/m-p/4998905#M777278</link>
      <description>Yajuvendra,&lt;BR /&gt;&lt;BR /&gt;It is perfectly normal for the data dump to be significantly smaller than the overall size of the datafiles it came from.  In fact, in the last export I performed, the dump was 38% of the size of the datafiles.  The actual reduction depends on many factors, including how large your indexes are, fragmentation of your datafiles, and unused extents in your datafiles.&lt;BR /&gt;&lt;BR /&gt;If you completed an export and import without incident, but your application cannot read the data, the problem most likely lies in misconfiguration of the database or in your application itself.  &lt;BR /&gt;&lt;BR /&gt;Are you sure the data are there?  Can you "SELECT..." the data via SQL*Plus?  Is the instance configured as your application expects?  Is it named properly?  Does your application's Oracle user have connect and select roles assigned?  Correct credentials?&lt;BR /&gt;&lt;BR /&gt;As for command syntax of exp and imp, see my posting above.&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Tue, 22 Aug 2006 13:31:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-migration-8-1-7-gt-9-2-0/m-p/4998905#M777278</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-08-22T13:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Migration (8.1.7 --&gt; 9.2.0)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-migration-8-1-7-gt-9-2-0/m-p/4998906#M777279</link>
      <description>Exports are usually smaller, so count your blessings that the export is so small - it's easier to move that way!  If you look at amount of used space in a tablespace, it's usual state is not full, if you're doing your job and making sure that the tables don't get full and stop (or spend the whole day autoextending if you've turned that on).</description>
      <pubDate>Tue, 22 Aug 2006 14:39:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-migration-8-1-7-gt-9-2-0/m-p/4998906#M777279</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2006-08-22T14:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Migration (8.1.7 --&gt; 9.2.0)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-migration-8-1-7-gt-9-2-0/m-p/4998907#M777280</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;to migrate with dbua, your "oratab" file needs a correct entry for your source database. If there is no entry with your old SID, it will not be selected as an upgradeable database.&lt;BR /&gt;&lt;BR /&gt;However, if your DB is only 2 GB, &lt;BR /&gt;export+import should be the weapon of choice for the migration, because it leaves the entire source environment completely untouched, so if anything fails, fallback is easy.&lt;BR /&gt;&lt;BR /&gt;Your export might be too small, because you are exporting the wrong user ?!?&lt;BR /&gt;&lt;BR /&gt;Volker</description>
      <pubDate>Tue, 22 Aug 2006 16:17:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-migration-8-1-7-gt-9-2-0/m-p/4998907#M777280</guid>
      <dc:creator>Volker Borowski</dc:creator>
      <dc:date>2006-08-22T16:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Migration (8.1.7 --&gt; 9.2.0)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-migration-8-1-7-gt-9-2-0/m-p/4998908#M777281</link>
      <description>hi Yajuvendra,&lt;BR /&gt;&lt;BR /&gt;I also agree with experts above. EXP/IMP should work.&lt;BR /&gt;&lt;BR /&gt;I would nevertheless recommend that you migrate to oracle 10g instead.&lt;BR /&gt;&lt;BR /&gt;Here are the steps:&lt;BR /&gt;1. Identify all the schema objects that are in use. (I would not recommend that just do a full exp/imp)&lt;BR /&gt;&lt;BR /&gt;2. Create all the schema objects on the new database (assuming you already have created the tablespaces, users, etc). You may use exp with rows=n option and import it in the new database.&lt;BR /&gt;&lt;BR /&gt;3. Export the schema objects data and import them in the new database&lt;BR /&gt;&lt;BR /&gt;If your application is not able to connect to the new database, it may be because of some configuration problem. Please verify your listener settings and aliases in the tnsnames.ora&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Wed, 23 Aug 2006 01:06:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-migration-8-1-7-gt-9-2-0/m-p/4998908#M777281</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2006-08-23T01:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Migration (8.1.7 --&gt; 9.2.0)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-migration-8-1-7-gt-9-2-0/m-p/4998909#M777282</link>
      <description>I don't see a problem with the export results.&lt;BR /&gt;&lt;BR /&gt;Please see the process through, bring the database up in 9.2.x Oracle and see if your applications, data and tables still work.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 23 Aug 2006 01:24:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-migration-8-1-7-gt-9-2-0/m-p/4998909#M777282</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-08-23T01:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Migration (8.1.7 --&gt; 9.2.0)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-migration-8-1-7-gt-9-2-0/m-p/4998910#M777283</link>
      <description>hi again,&lt;BR /&gt;&lt;BR /&gt;also try to connect to the database using sqlplus just to check that you are able to connection to the database.&lt;BR /&gt;&lt;BR /&gt;Any error messages that you are getting at the application level?&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Wed, 23 Aug 2006 01:26:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-migration-8-1-7-gt-9-2-0/m-p/4998910#M777283</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2006-08-23T01:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Migration (8.1.7 --&gt; 9.2.0)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-migration-8-1-7-gt-9-2-0/m-p/4998911#M777284</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;Thanks for those valuable inputs resolving the issue, I exporting the dump and imported the same using command strings, also I could successfully upgrade the database using dbua utility.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Yajuvendra Singh</description>
      <pubDate>Wed, 23 Aug 2006 02:19:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-migration-8-1-7-gt-9-2-0/m-p/4998911#M777284</guid>
      <dc:creator>Yajuvendra Singh</dc:creator>
      <dc:date>2006-08-23T02:19:31Z</dc:date>
    </item>
  </channel>
</rss>

