<?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 error 904 while attempting to do full db export in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error-904-while-attempting-to-do-full-db-export/m-p/2846558#M825311</link>
    <description>Ooops! &lt;BR /&gt;Didn't see that our friend Manikandan had posted the same answer...&lt;BR /&gt;Maybe a good idea to read the thread before posting....&lt;BR /&gt;&lt;BR /&gt;Andreas</description>
    <pubDate>Mon, 18 Nov 2002 09:02:53 GMT</pubDate>
    <dc:creator>Andreas D. Skjervold</dc:creator>
    <dc:date>2002-11-18T09:02:53Z</dc:date>
    <item>
      <title>oracle error 904 while attempting to do full db export</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error-904-while-attempting-to-do-full-db-export/m-p/2846554#M825307</link>
      <description>hi guys,&lt;BR /&gt;&lt;BR /&gt;im using oracle version 8.0.4 over hpux 10.20...i have created an oracle user x with dba priviledges...upon execution of the exp command&lt;BR /&gt;" $ exp x/password full=y file=file.dmp log=exp.log "&lt;BR /&gt;&lt;BR /&gt;i encountered the error listed below:&lt;BR /&gt;&lt;BR /&gt;...exporting table DEF$_AQCALL&lt;BR /&gt;exp-00008: ora error 904 enc.&lt;BR /&gt;&lt;BR /&gt;ORA-00904: invalid column name Bus error (coredump)&lt;BR /&gt;&lt;BR /&gt;What could possibly wrong with my db? I want to make a full database export.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;danny</description>
      <pubDate>Mon, 18 Nov 2002 02:16:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error-904-while-attempting-to-do-full-db-export/m-p/2846554#M825307</guid>
      <dc:creator>Danny Pogi</dc:creator>
      <dc:date>2002-11-18T02:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: oracle error 904 while attempting to do full db export</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error-904-while-attempting-to-do-full-db-export/m-p/2846555#M825308</link>
      <description>I am not sure whether you had installed some patches with the existing Oracle version.&lt;BR /&gt;Re-run your catexp.sql as internal user.&lt;BR /&gt;&lt;BR /&gt;$ORACLE_SID=&amp;lt;&amp;gt;&lt;BR /&gt;$export ORACLE_SID&lt;BR /&gt;&lt;BR /&gt;$svrmgrl&lt;BR /&gt;svrmgr&amp;gt;connect internal&lt;BR /&gt;svrmgr&amp;gt;@$ORACLE_HOME/rdbms/admin/catexp.sql&lt;BR /&gt;&lt;BR /&gt;Revert after running the same</description>
      <pubDate>Mon, 18 Nov 2002 05:41:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error-904-while-attempting-to-do-full-db-export/m-p/2846555#M825308</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-11-18T05:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: oracle error 904 while attempting to do full db export</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error-904-while-attempting-to-do-full-db-export/m-p/2846556#M825309</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I've found an entry on metalink that states that you should drop all the Replication Queue tables before doing a full export (after backing everything up).&lt;BR /&gt;&lt;BR /&gt;I recommend that you raise a tar woth Oracle.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
      <pubDate>Mon, 18 Nov 2002 07:02:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error-904-while-attempting-to-do-full-db-export/m-p/2846556#M825309</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2002-11-18T07:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: oracle error 904 while attempting to do full db export</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error-904-while-attempting-to-do-full-db-export/m-p/2846557#M825310</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Try reinstalling the export views by running catexp.sql &lt;BR /&gt;SVRMGR&amp;gt; connect internal&lt;BR /&gt;SVRMGR&amp;gt; @?/rdbms/admin/catexp.sql&lt;BR /&gt;&lt;BR /&gt;Andreas</description>
      <pubDate>Mon, 18 Nov 2002 08:58:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error-904-while-attempting-to-do-full-db-export/m-p/2846557#M825310</guid>
      <dc:creator>Andreas D. Skjervold</dc:creator>
      <dc:date>2002-11-18T08:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: oracle error 904 while attempting to do full db export</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error-904-while-attempting-to-do-full-db-export/m-p/2846558#M825311</link>
      <description>Ooops! &lt;BR /&gt;Didn't see that our friend Manikandan had posted the same answer...&lt;BR /&gt;Maybe a good idea to read the thread before posting....&lt;BR /&gt;&lt;BR /&gt;Andreas</description>
      <pubDate>Mon, 18 Nov 2002 09:02:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-error-904-while-attempting-to-do-full-db-export/m-p/2846558#M825311</guid>
      <dc:creator>Andreas D. Skjervold</dc:creator>
      <dc:date>2002-11-18T09:02:53Z</dc:date>
    </item>
  </channel>
</rss>

