<?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: Export to another version in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/export-to-another-version/m-p/2901071#M820545</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;Normally, to move data DOWN a version(s), you need to export using that lower versions EXP tool and IMP using that lower versions tool.  &lt;BR /&gt;&lt;BR /&gt;To move data UP a version, you export using the EXP of the database that contains the data and you IMP using the imp that ships with the TARGET database.&lt;BR /&gt;&lt;BR /&gt;Eg:&lt;BR /&gt;&lt;BR /&gt;to move data from 8.0 to 7.3:&lt;BR /&gt;&lt;BR /&gt;o run catexp7 in the 8.0 database.&lt;BR /&gt;o exp73 over sqlnet to the 8.0 database.&lt;BR /&gt;o imp73 natively into the 7.3 database.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;to move data from 7.3 to 8.1&lt;BR /&gt;&lt;BR /&gt;o exp73 natively on the 7.3 instance&lt;BR /&gt;o imp natively using the 8.1 imp.exe&lt;BR /&gt;&lt;BR /&gt;You might find the sqlplus COPY command to be a nice tool as well as it avoids the intermediate files and just copies data about.  Its pretty fast too.&lt;BR /&gt;&lt;BR /&gt;In your case, you can export directly from the 8.0.5.&lt;BR /&gt;exp userid=scott/tiger@ora186 owner=scott&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;Yogeeraj</description>
    <pubDate>Tue, 11 Feb 2003 10:25:35 GMT</pubDate>
    <dc:creator>Yogeeraj_1</dc:creator>
    <dc:date>2003-02-11T10:25:35Z</dc:date>
    <item>
      <title>Export to another version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-to-another-version/m-p/2901065#M820539</link>
      <description>Hi All,&lt;BR /&gt; please help me...&lt;BR /&gt; what I really need to do to create an export from Oracle 8.1.6 version to Oracle 8.0.5 version... It's simple to run catexp from another version? And after that, to restore my standart environment, only run catexp ?&lt;BR /&gt;Thanx in advance.&lt;BR /&gt;Lima.</description>
      <pubDate>Mon, 10 Feb 2003 19:12:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-to-another-version/m-p/2901065#M820539</guid>
      <dc:creator>Vogra</dc:creator>
      <dc:date>2003-02-10T19:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: Export to another version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-to-another-version/m-p/2901066#M820540</link>
      <description>What you will want to do, is from the 8.1.6 version, run the 8.0.5 catexp.sql from ?/rdbms/admin.  Then, use the 8.0.5 export binaries to export the data.  You might have to export through SQL*Net for this to work.  Once this is complete, use the 8.0.5 binaries to import into the 8.0.5 database.  &lt;BR /&gt;&lt;BR /&gt;Please note, that 8.0.5 has some problems connecting to 8i versions.  It would be better to use 8.0.6, which is more stable and supported by Oracle over 8.0.5.  &lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Mon, 10 Feb 2003 23:23:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-to-another-version/m-p/2901066#M820540</guid>
      <dc:creator>Brian Crabtree</dc:creator>
      <dc:date>2003-02-10T23:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: Export to another version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-to-another-version/m-p/2901067#M820541</link>
      <description>You need to use the 8.0.5 export binaries to export the data from the 8i database.&lt;BR /&gt;&lt;BR /&gt;What you can do is from the 8.0.5 Oracle machine use SQLNet to configure the remote 8i database,then run 8.0.5 export to export the 8i database.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Then you can import the dump on the 8.0.5.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;REvert</description>
      <pubDate>Tue, 11 Feb 2003 06:24:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-to-another-version/m-p/2901067#M820541</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-02-11T06:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Export to another version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-to-another-version/m-p/2901068#M820542</link>
      <description>Higher level versions of export are not compatible with lower level RDBMS versions. You should not run any other version of catexp.sql in the database as it will effect the operation of your normal export of that database. &lt;BR /&gt;&lt;BR /&gt;If you want to generate an export of the 8.1.6 database for import into the 8.0.5 database, you need to run the export from the 8.0.5 $ORACLE_HOME against the 8.1.6 database using SQL*Net. The resulting export file is compatible with and can be imported into the 8.0.5 database. &lt;BR /&gt;&lt;BR /&gt;So makesure your ORACLE_HOME is pointing to 8.0.5 when using exp and ORACLE_SID=816 database. Then when importing ORACLE_HOME=8.0.5 and ORACLE_SID=8.0.5 database&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Feb 2003 06:32:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-to-another-version/m-p/2901068#M820542</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2003-02-11T06:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Export to another version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-to-another-version/m-p/2901069#M820543</link>
      <description>Hi all,&lt;BR /&gt; my doubt was about I need binaries from 8.0.5 version. If I understood, I need to run catexp7.sql im O8.1.6 and from 8.0.5 instalation, run exp trhough 8.1.6 instalation, it's right? In other words, I need to have an Oracle 8.0.5 instaled, ok?&lt;BR /&gt;Thanks to all,&lt;BR /&gt;Lima.</description>
      <pubDate>Tue, 11 Feb 2003 10:16:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-to-another-version/m-p/2901069#M820543</guid>
      <dc:creator>Vogra</dc:creator>
      <dc:date>2003-02-11T10:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: Export to another version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-to-another-version/m-p/2901070#M820544</link>
      <description>catexp7.sql &lt;BR /&gt;&lt;BR /&gt;was introduced for importing 8,8i or 9 oracle data into 7.x versions.&lt;BR /&gt;&lt;BR /&gt;Yes you should have a 805 installed.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 11 Feb 2003 10:20:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-to-another-version/m-p/2901070#M820544</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-02-11T10:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Export to another version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-to-another-version/m-p/2901071#M820545</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;Normally, to move data DOWN a version(s), you need to export using that lower versions EXP tool and IMP using that lower versions tool.  &lt;BR /&gt;&lt;BR /&gt;To move data UP a version, you export using the EXP of the database that contains the data and you IMP using the imp that ships with the TARGET database.&lt;BR /&gt;&lt;BR /&gt;Eg:&lt;BR /&gt;&lt;BR /&gt;to move data from 8.0 to 7.3:&lt;BR /&gt;&lt;BR /&gt;o run catexp7 in the 8.0 database.&lt;BR /&gt;o exp73 over sqlnet to the 8.0 database.&lt;BR /&gt;o imp73 natively into the 7.3 database.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;to move data from 7.3 to 8.1&lt;BR /&gt;&lt;BR /&gt;o exp73 natively on the 7.3 instance&lt;BR /&gt;o imp natively using the 8.1 imp.exe&lt;BR /&gt;&lt;BR /&gt;You might find the sqlplus COPY command to be a nice tool as well as it avoids the intermediate files and just copies data about.  Its pretty fast too.&lt;BR /&gt;&lt;BR /&gt;In your case, you can export directly from the 8.0.5.&lt;BR /&gt;exp userid=scott/tiger@ora186 owner=scott&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Tue, 11 Feb 2003 10:25:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-to-another-version/m-p/2901071#M820545</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2003-02-11T10:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Export to another version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-to-another-version/m-p/2901072#M820546</link>
      <description>Ok! I have no doubt anymore...&lt;BR /&gt;Thanx so much.&lt;BR /&gt;Lima.</description>
      <pubDate>Tue, 11 Feb 2003 12:38:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-to-another-version/m-p/2901072#M820546</guid>
      <dc:creator>Vogra</dc:creator>
      <dc:date>2003-02-11T12:38:18Z</dc:date>
    </item>
  </channel>
</rss>

