<?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 exports in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-exports/m-p/2581879#M856368</link>
    <description>Hi there.&lt;BR /&gt;Some basics :&lt;BR /&gt;place the database in dba mode for export / import, so that no user has any influence.&lt;BR /&gt; &lt;BR /&gt;Set the NLS language to American_America.&lt;BR /&gt;&lt;BR /&gt;The direct export / import does not touch the logfiles, that is the reason for the speedup with direct=y.&lt;BR /&gt;&lt;BR /&gt;Did you spread the database file over several disks and controler interfaces ?&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Alexander M. Ermes&lt;BR /&gt;</description>
    <pubDate>Thu, 20 Sep 2001 08:13:52 GMT</pubDate>
    <dc:creator>Alexander M. Ermes</dc:creator>
    <dc:date>2001-09-20T08:13:52Z</dc:date>
    <item>
      <title>oracle exports</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-exports/m-p/2581875#M856364</link>
      <description>Oracle exports taking much longer at different&lt;BR /&gt;times on server running 11.0.  Some days the&lt;BR /&gt;process will run in 20 minutes when the export&lt;BR /&gt;is run other times it will take 3 hours to run.&lt;BR /&gt;&lt;BR /&gt;Not much is happening on the system at all days.  The export will sometimes run from 9%&lt;BR /&gt;to 25% when it runs longer.</description>
      <pubDate>Wed, 19 Sep 2001 17:22:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-exports/m-p/2581875#M856364</guid>
      <dc:creator>james gould</dc:creator>
      <dc:date>2001-09-19T17:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: oracle exports</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-exports/m-p/2581876#M856365</link>
      <description>Hi James:&lt;BR /&gt;&lt;BR /&gt;You really don't give us much to go on but I will take a few wild guesses (I will assume that all these exports are the same and not a full vs incremental).&lt;BR /&gt;&lt;BR /&gt;1) Your fast exports may be done soon after most tables have been defragmented.&lt;BR /&gt;2) If you are running an AutoRAID, usage patterns have caused most of the tables to be stored in RAID 0/1 rather than RAID 5.&lt;BR /&gt;3) More is actually running on your server at times than you think.&lt;BR /&gt;&lt;BR /&gt;You really need to use Glance and/or Measureware to gather performance stats during both the good and bad times and I suspect the problem will become obvious. You can install 30 day Trial version of Glance if you don't already have it.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Sep 2001 18:27:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-exports/m-p/2581876#M856365</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-09-19T18:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: oracle exports</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-exports/m-p/2581877#M856366</link>
      <description>Hi&lt;BR /&gt;Just a tip on how to get the export time reduced:&lt;BR /&gt;Use direct path export (DIRECT=Y).&lt;BR /&gt;This will speed up your export and your subsequent import of this dump file even more. This due to the fact that Oracle loads data directly into place in the tables (not as sql inserts).&lt;BR /&gt;2 things to be aware of is that you can't export LOB or BLOB data, and during import data is placed over the High Watermark in the segment (table). This might require more space in your segments.&lt;BR /&gt;&lt;BR /&gt;Andreas</description>
      <pubDate>Thu, 20 Sep 2001 07:59:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-exports/m-p/2581877#M856366</guid>
      <dc:creator>Andreas D. Skjervold</dc:creator>
      <dc:date>2001-09-20T07:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: oracle exports</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-exports/m-p/2581878#M856367</link>
      <description>If you say "not much" happens, where does it come from ? Is the application accessing the database running during the export ?&lt;BR /&gt;If this is the case, you  might have a LOCK problem.&lt;BR /&gt;If the application LOCKs a table in exclusive mode, the export will wait until the LOCK is released.&lt;BR /&gt;If the user who locks this table is in a meeting, it might take some time.....&lt;BR /&gt;&lt;BR /&gt;Stop the application during the export.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;Volker</description>
      <pubDate>Thu, 20 Sep 2001 08:08:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-exports/m-p/2581878#M856367</guid>
      <dc:creator>Volker Borowski</dc:creator>
      <dc:date>2001-09-20T08:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: oracle exports</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-exports/m-p/2581879#M856368</link>
      <description>Hi there.&lt;BR /&gt;Some basics :&lt;BR /&gt;place the database in dba mode for export / import, so that no user has any influence.&lt;BR /&gt; &lt;BR /&gt;Set the NLS language to American_America.&lt;BR /&gt;&lt;BR /&gt;The direct export / import does not touch the logfiles, that is the reason for the speedup with direct=y.&lt;BR /&gt;&lt;BR /&gt;Did you spread the database file over several disks and controler interfaces ?&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Alexander M. Ermes&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Sep 2001 08:13:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-exports/m-p/2581879#M856368</guid>
      <dc:creator>Alexander M. Ermes</dc:creator>
      <dc:date>2001-09-20T08:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: oracle exports</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-exports/m-p/2581880#M856369</link>
      <description>the exports time depends on the total no of objects and the total no of rows.suppose during the time of 20 min there must less no of records in the database.pls verify the same.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Sep 2001 08:46:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-exports/m-p/2581880#M856369</guid>
      <dc:creator>Jayaprakash_1</dc:creator>
      <dc:date>2001-09-27T08:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: oracle exports</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-exports/m-p/2581881#M856370</link>
      <description>&lt;BR /&gt;See :&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xa56b37f45ef7d4118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xa56b37f45ef7d4118fef0090279cd0f9,00.html&lt;/A&gt;</description>
      <pubDate>Thu, 27 Sep 2001 10:24:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-exports/m-p/2581881#M856370</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2001-09-27T10:24:01Z</dc:date>
    </item>
  </channel>
</rss>

