<?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 8.0.5 export -&amp;gt; 8.1.6 import in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-0-5-export-gt-8-1-6-import/m-p/2477253#M798733</link>
    <description>Hi Mike,&lt;BR /&gt;You might find this article on the oracle maetalink website of interest:&lt;BR /&gt;Note:61949.1 - Overview of Import and Export.&lt;BR /&gt;&lt;BR /&gt;To summerise, the procedures to import/export between different versions are as follows:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;    Source database is newer than the target database:&lt;BR /&gt;&lt;BR /&gt;    1. Run the older "CATEXP.SQL" script on the database to be exported.&lt;BR /&gt;    2. Use the older EXP utility to create the dump file.&lt;BR /&gt;    3. Use the older IMP utility to import to the target database.&lt;BR /&gt;    4. Run the newer "CATEXP.SQL" script on the exported database to&lt;BR /&gt;       restore its export views to the original (correct) version.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It is also possible to have a situation where the source database is older &lt;BR /&gt;than the target, but you do not have access to the original Export utility. If&lt;BR /&gt;you must use an export executable from one version against an older Oracle &lt;BR /&gt;database version, it may be necessary to change the export views.&lt;BR /&gt;&lt;BR /&gt;    Source database is older than the target database:&lt;BR /&gt;&lt;BR /&gt;    1. Run the newer "CATEXP.SQL" script on the database to be exported.&lt;BR /&gt;    2. Use the newer EXP utility to create the dump file.&lt;BR /&gt;    3. Use the newer IMP utility to import to the target database.&lt;BR /&gt;    4. Run the older "CATEXP.SQL" on the exported database to restore its&lt;BR /&gt;       export views to the original (correct) version.&lt;BR /&gt;&lt;BR /&gt;cheers,&lt;BR /&gt;John</description>
    <pubDate>Wed, 10 Jan 2001 18:05:09 GMT</pubDate>
    <dc:creator>John Dixon_1</dc:creator>
    <dc:date>2001-01-10T18:05:09Z</dc:date>
    <item>
      <title>Oracle 8.0.5 export -&gt; 8.1.6 import</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-0-5-export-gt-8-1-6-import/m-p/2477249#M798729</link>
      <description>I'm trying to export from a system running Oracle 8.0.5 to import onto a system running Oracle 8.1.6.  These are the export/import commands that I used:&lt;BR /&gt;&lt;BR /&gt;exp system/manager full=Y file='/oracle/qts1.exp' log='/oracle/qts1.exp.log'&lt;BR /&gt;&lt;BR /&gt;imp system/manager full=y commit=y ignore=y constraints=n feedback=10 file='/oracle/qts1.exp' log='/oracle/qts1.imp.log'&lt;BR /&gt;&lt;BR /&gt;But I get loads and loads of errors/warnings in the import log file:&lt;BR /&gt;&lt;BR /&gt;Connected to: Oracle8i Enterprise Edition Release 8.1.6.0.0, 64 bit - Production&lt;BR /&gt;With the Partitioning option&lt;BR /&gt;JServer Release 8.1.6.0.0 - Production&lt;BR /&gt;&lt;BR /&gt;Export file created by EXPORT:V08.00.05 via conventional path&lt;BR /&gt;import done in US7ASCII character set and US7ASCII NCHAR character set&lt;BR /&gt;IMP-00017: following statement failed with ORACLE error 2221:&lt;BR /&gt; "CREATE ROLLBACK SEGMENT SYSROL STORAGE (INITIAL 106496 NEXT 122880 MINEXTEN"&lt;BR /&gt; "TS 2 MAXEXTENTS 2147483645) TABLESPACE "SYSTEM""&lt;BR /&gt;IMP-00003: ORACLE error 2221 encountered&lt;BR /&gt;ORA-02221: invalid MAXEXTENTS storage option value&lt;BR /&gt;IMP-00017: following statement failed with ORACLE error 2221:&lt;BR /&gt; "CREATE PUBLIC ROLLBACK SEGMENT RB0 STORAGE (INITIAL 57344 NEXT 57344 MINEXT"&lt;BR /&gt; "ENTS 2 MAXEXTENTS 2147483645) TABLESPACE "RBS""&lt;BR /&gt;IMP-00003: ORACLE error 2221 encountered&lt;BR /&gt;ORA-02221: invalid MAXEXTENTS storage option value&lt;BR /&gt;IMP-00017: following statement failed with ORACLE error 2221:&lt;BR /&gt; "CREATE PUBLIC ROLLBACK SEGMENT RB1 STORAGE (INITIAL 57344 NEXT 57344 MINEXT"&lt;BR /&gt; "ENTS 2 MAXEXTENTS 2147483645) TABLESPACE "RBS""&lt;BR /&gt;&lt;BR /&gt;Any ideas?  Many thanks in advance for any help...&lt;BR /&gt;&lt;BR /&gt;Happy holidays,&lt;BR /&gt;Mike Taylor&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Dec 2000 21:07:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-0-5-export-gt-8-1-6-import/m-p/2477249#M798729</guid>
      <dc:creator>Mike Taylor_3</dc:creator>
      <dc:date>2000-12-28T21:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 8.0.5 export -&gt; 8.1.6 import</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-0-5-export-gt-8-1-6-import/m-p/2477250#M798730</link>
      <description>What is your db_block_size ?</description>
      <pubDate>Fri, 29 Dec 2000 14:37:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-0-5-export-gt-8-1-6-import/m-p/2477250#M798730</guid>
      <dc:creator>John Wimmer</dc:creator>
      <dc:date>2000-12-29T14:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 8.0.5 export -&gt; 8.1.6 import</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-0-5-export-gt-8-1-6-import/m-p/2477251#M798731</link>
      <description>db_block_size is 8192.&lt;BR /&gt;&lt;BR /&gt;I've gotten a few emails from an Oracle Users Group distribution I am on.  They would indicate that I should use the 8.1.6 export utility when I do the export from the 8.0.5 system.  I still need to verify that.</description>
      <pubDate>Fri, 29 Dec 2000 19:18:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-0-5-export-gt-8-1-6-import/m-p/2477251#M798731</guid>
      <dc:creator>Mike Taylor_3</dc:creator>
      <dc:date>2000-12-29T19:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 8.0.5 export -&gt; 8.1.6 import</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-0-5-export-gt-8-1-6-import/m-p/2477252#M798732</link>
      <description>Mike,&lt;BR /&gt;&lt;BR /&gt;What you are trying is a difficult thing. The forms for 8.1.6 are different from those of 8.0.5. You cann't do a direct import/export as you have been doing. Get in touch with your DBA and oracle guys to help you sort things out&lt;BR /&gt;&lt;BR /&gt;Happy New Year!</description>
      <pubDate>Sat, 30 Dec 2000 11:50:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-0-5-export-gt-8-1-6-import/m-p/2477252#M798732</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-12-30T11:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 8.0.5 export -&gt; 8.1.6 import</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-0-5-export-gt-8-1-6-import/m-p/2477253#M798733</link>
      <description>Hi Mike,&lt;BR /&gt;You might find this article on the oracle maetalink website of interest:&lt;BR /&gt;Note:61949.1 - Overview of Import and Export.&lt;BR /&gt;&lt;BR /&gt;To summerise, the procedures to import/export between different versions are as follows:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;    Source database is newer than the target database:&lt;BR /&gt;&lt;BR /&gt;    1. Run the older "CATEXP.SQL" script on the database to be exported.&lt;BR /&gt;    2. Use the older EXP utility to create the dump file.&lt;BR /&gt;    3. Use the older IMP utility to import to the target database.&lt;BR /&gt;    4. Run the newer "CATEXP.SQL" script on the exported database to&lt;BR /&gt;       restore its export views to the original (correct) version.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It is also possible to have a situation where the source database is older &lt;BR /&gt;than the target, but you do not have access to the original Export utility. If&lt;BR /&gt;you must use an export executable from one version against an older Oracle &lt;BR /&gt;database version, it may be necessary to change the export views.&lt;BR /&gt;&lt;BR /&gt;    Source database is older than the target database:&lt;BR /&gt;&lt;BR /&gt;    1. Run the newer "CATEXP.SQL" script on the database to be exported.&lt;BR /&gt;    2. Use the newer EXP utility to create the dump file.&lt;BR /&gt;    3. Use the newer IMP utility to import to the target database.&lt;BR /&gt;    4. Run the older "CATEXP.SQL" on the exported database to restore its&lt;BR /&gt;       export views to the original (correct) version.&lt;BR /&gt;&lt;BR /&gt;cheers,&lt;BR /&gt;John</description>
      <pubDate>Wed, 10 Jan 2001 18:05:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-0-5-export-gt-8-1-6-import/m-p/2477253#M798733</guid>
      <dc:creator>John Dixon_1</dc:creator>
      <dc:date>2001-01-10T18:05:09Z</dc:date>
    </item>
  </channel>
</rss>

