<?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 Export Crash in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/oracle-export-crash/m-p/4957107#M22595</link>
    <description>Marc,&lt;BR /&gt;The previous (export) file is deleted before beginning the export.&lt;BR /&gt;&lt;BR /&gt;Volker,&lt;BR /&gt;Yes, worth trying.&lt;BR /&gt;&lt;BR /&gt;Hein,&lt;BR /&gt;No messages in the ALERT log.&lt;BR /&gt;The crashes occurred when exporting different tables.&lt;BR /&gt;No changes to software or hardware.&lt;BR /&gt;&lt;BR /&gt;Thanks to all for your suggestions.&lt;BR /&gt;I will put the question to some of the specialist Oracle fora.&lt;BR /&gt;&lt;BR /&gt;Niall.&lt;BR /&gt;</description>
    <pubDate>Mon, 06 Feb 2006 06:44:48 GMT</pubDate>
    <dc:creator>Niall Godwin</dc:creator>
    <dc:date>2006-02-06T06:44:48Z</dc:date>
    <item>
      <title>Oracle Export Crash</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/oracle-export-crash/m-p/4957103#M22591</link>
      <description>We run Oracle V7.3 on an OpenVMS AXP V7.1-2 server.&lt;BR /&gt;An Oracle (Complete) Export crashed on two occasions for the following reasons:&lt;BR /&gt;&lt;BR /&gt;Crash #1:&lt;BR /&gt;%SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual address=00000000010A7FC0, PC=00000000002115C4, PS=0000001B&lt;BR /&gt;&lt;BR /&gt;Crash #2:&lt;BR /&gt;%SYSTEM-F-ASTFLT, AST fault, SP=010A7FC0, param=00000BAD, PC=0000000000211688, PS=0000001B, target PC=0000000000000BAD, PS=0000001B&lt;BR /&gt;&lt;BR /&gt;Exports on other occasions executed without error.&lt;BR /&gt;&lt;BR /&gt;Any help would be appreciated. &lt;BR /&gt;&lt;BR /&gt;Thank You&lt;BR /&gt;Niall</description>
      <pubDate>Fri, 03 Feb 2006 07:16:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/oracle-export-crash/m-p/4957103#M22591</guid>
      <dc:creator>Niall Godwin</dc:creator>
      <dc:date>2006-02-03T07:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Export Crash</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/oracle-export-crash/m-p/4957104#M22592</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;does a previous version of the filename you use in the export exists? &lt;BR /&gt;If so, the newly created export file takes some attributes of the 'old' file and the export may fail.&lt;BR /&gt;This happened to me some time ago and it took me some time to find out why.&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Marc</description>
      <pubDate>Fri, 03 Feb 2006 07:43:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/oracle-export-crash/m-p/4957104#M22592</guid>
      <dc:creator>Marc Van den Broeck</dc:creator>
      <dc:date>2006-02-03T07:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Export Crash</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/oracle-export-crash/m-p/4957105#M22593</link>
      <description>Niall,&lt;BR /&gt;&lt;BR /&gt;these are software programming errors, most likley in the Oracle code. The program counter in both cases is within P0 space, the user program space. If you have a process running the same image, you could use SDA&amp;gt; SHOW PROC/IMA &lt;PROCESS-ID&gt; to find out, which code is loaded at that address range.&lt;BR /&gt;&lt;BR /&gt;To collect more information, in case this happens again, you could activate process dumps before running these images:&lt;BR /&gt;&lt;BR /&gt;$ SET PROC/DUMP&lt;BR /&gt;&lt;BR /&gt;then run the image. Or - if it's a detached process and you can influence the RUN command, add a /DUMP.&lt;BR /&gt;&lt;BR /&gt;In case of an improperly handled condition, a process dump would be generated in the default directory and called imagename.DMP. You can analyze such a dump with ANAL/PROCESS.&lt;BR /&gt;&lt;BR /&gt;If you've collected a process dump and have a service contract with Oracle (assuming that V7.3 is still a supported version), you could log a call. Unfortunately, process dump analysis on OpenVMS V7.1-2 process dumps is - in most cases - bound to the system, where the process dump has happenend.&lt;BR /&gt;&lt;BR /&gt;Consider to obtain and install the most recent available patches for Oracle.&lt;BR /&gt;&lt;BR /&gt;Volker.&lt;/PROCESS-ID&gt;</description>
      <pubDate>Fri, 03 Feb 2006 07:43:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/oracle-export-crash/m-p/4957105#M22593</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-02-03T07:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Export Crash</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/oracle-export-crash/m-p/4957106#M22594</link>
      <description>I like Martin's explanation. This  is a relatively recent change to the C-RTL (for a ntopic talking ancient stuff like Oracle V7.3 and VMS 7.1). To inherit certian file attribute which then later may bite you, and may bite an existing program like exp.&lt;BR /&gt;&lt;BR /&gt;That said, I also agree with Volker (That's a no-brainer.. he is always right about VMS thingies :-):&lt;BR /&gt;"these are software programming errors, most likley in the Oracle code."&lt;BR /&gt;&lt;BR /&gt;Specially crash #2. Check out that 'target PC' and 'param'... The HEX address actually reads "BAD". So some code (EXP? VMS?anticipated it could get in trouble there!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;May we assume that the basic setup has been running succesfully for years and years, exporting (as backup?) frequently? What changed? &lt;BR /&gt;- DB size? &lt;BR /&gt;- Disk space?&lt;BR /&gt;- OS upgrade/patch?&lt;BR /&gt;- Hardware (cpus, mem, io)&lt;BR /&gt;- Was there an ORA-006xx error reported?&lt;BR /&gt;- Was there a .TRC file generated&lt;BR /&gt;- Is it related to a specific TABLE/USER?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Even if nothing changed you'll need to capture a bunch of this before raising a call to Oracle.&lt;BR /&gt;Of course they might just laugh when you mention 7.3.. and VMS :-(.&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Sat, 04 Feb 2006 09:34:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/oracle-export-crash/m-p/4957106#M22594</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2006-02-04T09:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Export Crash</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/oracle-export-crash/m-p/4957107#M22595</link>
      <description>Marc,&lt;BR /&gt;The previous (export) file is deleted before beginning the export.&lt;BR /&gt;&lt;BR /&gt;Volker,&lt;BR /&gt;Yes, worth trying.&lt;BR /&gt;&lt;BR /&gt;Hein,&lt;BR /&gt;No messages in the ALERT log.&lt;BR /&gt;The crashes occurred when exporting different tables.&lt;BR /&gt;No changes to software or hardware.&lt;BR /&gt;&lt;BR /&gt;Thanks to all for your suggestions.&lt;BR /&gt;I will put the question to some of the specialist Oracle fora.&lt;BR /&gt;&lt;BR /&gt;Niall.&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Feb 2006 06:44:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/oracle-export-crash/m-p/4957107#M22595</guid>
      <dc:creator>Niall Godwin</dc:creator>
      <dc:date>2006-02-06T06:44:48Z</dc:date>
    </item>
  </channel>
</rss>

