<?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 terminated successfully with warnings in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/export-terminated-successfully-with-warnings/m-p/3053302#M813360</link>
    <description>Translation: Don't trust the data unless you've verified the data.&lt;BR /&gt;&lt;BR /&gt;I'd check my process as recommended and do it again.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Thu, 21 Aug 2003 00:18:01 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2003-08-21T00:18:01Z</dc:date>
    <item>
      <title>Export terminated successfully with warnings</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-terminated-successfully-with-warnings/m-p/3053300#M813358</link>
      <description>I'm trying to export data of a table.&lt;BR /&gt;I get the following warning !!!!&lt;BR /&gt;How to solve this ?&lt;BR /&gt;&lt;BR /&gt;Connected to: Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production&lt;BR /&gt;With the Partitioning option&lt;BR /&gt;JServer Release 8.1.7.0.0 - Production&lt;BR /&gt;Export done in WE8ISO8859P1 character set and WE8ISO8859P1 NCHAR character set&lt;BR /&gt;&lt;BR /&gt;About to export specified tables via Conventional Path ...&lt;BR /&gt;. . exporting table               TBAW_PCTR_WAIVED    4967133 rows exported&lt;BR /&gt;EXP-00008: ORACLE error 904 encountered&lt;BR /&gt;ORA-00904: invalid column name&lt;BR /&gt;Export terminated successfully with warnings.&lt;BR /&gt;&lt;BR /&gt;Why am i getting invalid column name when exporting ? i'm not doing any import.&lt;BR /&gt;I'm just exporting to a dump file.&lt;BR /&gt;&lt;BR /&gt;I read somewhere about catexp.sql &lt;BR /&gt;Can anyone throw light about this file.&lt;BR /&gt;Where can i find this ? how to run this ?&lt;BR /&gt;Please tell me in simple steps.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot.&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Aug 2003 22:32:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-terminated-successfully-with-warnings/m-p/3053300#M813358</guid>
      <dc:creator>Prabhu_7</dc:creator>
      <dc:date>2003-08-20T22:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Export terminated successfully with warnings</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-terminated-successfully-with-warnings/m-p/3053301#M813359</link>
      <description>These errors occur when the 8.1.7 import and export utilities are used against an Oracle 8.1.6 database. If your repository is installed on an Oracle 8.1.6 database, do not install the import and export utilities from the Designer CD, instead install from oracle 8.1.6 CD.</description>
      <pubDate>Wed, 20 Aug 2003 23:57:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-terminated-successfully-with-warnings/m-p/3053301#M813359</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-08-20T23:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: Export terminated successfully with warnings</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-terminated-successfully-with-warnings/m-p/3053302#M813360</link>
      <description>Translation: Don't trust the data unless you've verified the data.&lt;BR /&gt;&lt;BR /&gt;I'd check my process as recommended and do it again.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 21 Aug 2003 00:18:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-terminated-successfully-with-warnings/m-p/3053302#M813360</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-08-21T00:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Export terminated successfully with warnings</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-terminated-successfully-with-warnings/m-p/3053303#M813361</link>
      <description>The catexp.sql file is the script that loads/reloads the export views in the database.  These views tend to change between versions and patchsets of Oracle, and need to be run whenever you upgrade your version.  It also means that different versions (patchsets included) of the exp and imp binaries will not always run correctly on older or newer versions of Oracle.  &lt;BR /&gt;&lt;BR /&gt;You will find this file in $ORACLE_HOME/rdbms/admin.  It can be run from sqlplus or svrmgrl, but should always be run as internal or sysdba.  &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Thu, 21 Aug 2003 00:37:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-terminated-successfully-with-warnings/m-p/3053303#M813361</guid>
      <dc:creator>Brian Crabtree</dc:creator>
      <dc:date>2003-08-21T00:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Export terminated successfully with warnings</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-terminated-successfully-with-warnings/m-p/3053304#M813362</link>
      <description>Hi Praphu,&lt;BR /&gt;&lt;BR /&gt;This problem arises if  :-&lt;BR /&gt;1. The database that you took export and the exp utility are not of the same version. (For example like Twang said,  ???when the 8.1.7 export utility is used against an Oracle 8.1.6 database???.&lt;BR /&gt;2. If you upgraded / migrated your database &lt;BR /&gt;&lt;BR /&gt;The problem will be resolved by running catexp.sql found in  $ORACLE_HOME/rdbms/admin/ directory as user sys. Then you try to export. &lt;BR /&gt;&lt;BR /&gt;IA</description>
      <pubDate>Thu, 21 Aug 2003 05:14:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-terminated-successfully-with-warnings/m-p/3053304#M813362</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2003-08-21T05:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Export terminated successfully with warnings</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-terminated-successfully-with-warnings/m-p/3053305#M813363</link>
      <description>If you are exporting from the client check for the imp and exp versions from the client installation against to the server database version.&lt;BR /&gt;&lt;BR /&gt;If you are exporting from the server,re-run catexp.sql which should resolve the problem&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 21 Aug 2003 05:19:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-terminated-successfully-with-warnings/m-p/3053305#M813363</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-08-21T05:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Export terminated successfully with warnings</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-terminated-successfully-with-warnings/m-p/3053306#M813364</link>
      <description>If you ran into this problem after upgrading RDBMS from 8.1.7.0 to 8.1.7.3. To resolve this, you can replace the $ORACLE_HOME/bin/exp with the old one (from the version 8.1.7.0). &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Aug 2003 05:25:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-terminated-successfully-with-warnings/m-p/3053306#M813364</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-08-21T05:25:56Z</dc:date>
    </item>
  </channel>
</rss>

