<?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: ORA-00600 on export to /dev/null in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-00600-on-export-to-dev-null/m-p/2457570#M770543</link>
    <description>Hi John,&lt;BR /&gt;&lt;BR /&gt;For the version I am using,&lt;BR /&gt;when I head stderr of "exp help=y" it displays this release level:&lt;BR /&gt;&lt;BR /&gt;Export: Release 8.0.5.2.1 - Production on Wed Oct 25 13:51:24 2000&lt;BR /&gt;&lt;BR /&gt;(c) Copyright 1998 Oracle Corporation.  All rights reserved.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Meanwhile I had a look at the alert log but for the interval when the export started up to exp.log's mtime I couldn't see any error notifications therein.&lt;BR /&gt;&lt;BR /&gt;Anyway, thank you for the reassuring words.&lt;BR /&gt;They were somewhat of a relief to me. :-)&lt;BR /&gt;</description>
    <pubDate>Wed, 25 Oct 2000 10:59:24 GMT</pubDate>
    <dc:creator>Ralph Grothe</dc:creator>
    <dc:date>2000-10-25T10:59:24Z</dc:date>
    <item>
      <title>ORA-00600 on export to /dev/null</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-00600-on-export-to-dev-null/m-p/2457568#M770541</link>
      <description>Hello DBAs,&lt;BR /&gt;&lt;BR /&gt;not being a DBA myself (with only most rudimentary Oracle/SAP knowledge) I wrote a Perl script (using DBD::Oracle) which among other things (e.g. dbverify) should make an export to /dev/null through a twice weekly cronjob as sort of consistency check.&lt;BR /&gt;An Oracle/SAP consultant told me you can do such thing even while the DB is offline.&lt;BR /&gt;The script is successfully running on my other servers, except for one where I get the ORA-00600 error at the end of the exp.log.&lt;BR /&gt;I understand this could relate to the NLS settings (we are using a German character set, guess some ISO-Latin1 or so).&lt;BR /&gt;Comparing the environments of the accounts that have the EXP_FULL_DATABASE role granted between my servers I found a deviating value of ORA_NLS33 (whatever this is needed for).&lt;BR /&gt;Before changing this var's value in the account's .profile or .login I included the following line in the BEGIN block of my script, which should set it already at compile time:&lt;BR /&gt;&lt;BR /&gt;BEGIN {&lt;BR /&gt;# some other init stuff&lt;BR /&gt;@ENV{qw(ORA_NLS ORA_NLS32 ORA_NLS33)} =&lt;BR /&gt;  qw(/oracle/A01/ocommon/NLS_723/admin/data&lt;BR /&gt;     /oracle/A01/ocommon/NLS_733/admin/data&lt;BR /&gt;     /oracle/A01/ocommon/NLS_804/admin/data);&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;Later in the script (for the export part) I do an exec to Oracle's exp command handing over the needed args.&lt;BR /&gt;My understanding of exec is that it inherits the whole environment of the parent process that spawned it but never returns to it.&lt;BR /&gt;Am I wrong here?&lt;BR /&gt;However, this morning when I inspected the exp.log the ORA-00600 still lurked up.&lt;BR /&gt;Or am I on a completely wrong track, and Oracle is signaling me different innuendos?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Ralph&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Oct 2000 09:46:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-00600-on-export-to-dev-null/m-p/2457568#M770541</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2000-10-25T09:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-00600 on export to /dev/null</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-00600-on-export-to-dev-null/m-p/2457569#M770542</link>
      <description>Hi Ralph,&lt;BR /&gt;&lt;BR /&gt;ORA-00600 errors are caused by bugs in Oracle possibly even datafile corruption.&lt;BR /&gt;&lt;BR /&gt;There appears to be nothing wrong with the way that you are running export.&lt;BR /&gt;&lt;BR /&gt;There are known errors with export but more information is required about the version that you are running etc.&lt;BR /&gt;&lt;BR /&gt;I would check the database alert log for more information and if you have Oracle support, consult them for advice.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
      <pubDate>Wed, 25 Oct 2000 10:07:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-00600-on-export-to-dev-null/m-p/2457569#M770542</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-10-25T10:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-00600 on export to /dev/null</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-00600-on-export-to-dev-null/m-p/2457570#M770543</link>
      <description>Hi John,&lt;BR /&gt;&lt;BR /&gt;For the version I am using,&lt;BR /&gt;when I head stderr of "exp help=y" it displays this release level:&lt;BR /&gt;&lt;BR /&gt;Export: Release 8.0.5.2.1 - Production on Wed Oct 25 13:51:24 2000&lt;BR /&gt;&lt;BR /&gt;(c) Copyright 1998 Oracle Corporation.  All rights reserved.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Meanwhile I had a look at the alert log but for the interval when the export started up to exp.log's mtime I couldn't see any error notifications therein.&lt;BR /&gt;&lt;BR /&gt;Anyway, thank you for the reassuring words.&lt;BR /&gt;They were somewhat of a relief to me. :-)&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Oct 2000 10:59:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-00600-on-export-to-dev-null/m-p/2457570#M770543</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2000-10-25T10:59:24Z</dc:date>
    </item>
  </channel>
</rss>

