<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-export/m-p/2972107#M928028</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;in general large exports rules are:&lt;BR /&gt;  use the filesize parameter&lt;BR /&gt;  export smaller pieces (using tables= or owner=)&lt;BR /&gt;  export to a device that does not support seeking&lt;BR /&gt;&lt;BR /&gt;Hopefully, this does not form part of you main backup strategy!&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Yogeeraj</description>
    <pubDate>Wed, 14 May 2003 04:58:30 GMT</pubDate>
    <dc:creator>Yogeeraj_1</dc:creator>
    <dc:date>2003-05-14T04:58:30Z</dc:date>
    <item>
      <title>Oracle Export</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-export/m-p/2972104#M928025</link>
      <description>We have an oracle database that is about 300 Gbytes. Our export runs a fairly long time and the import time is about 24 hours. Has anyone ever heard of splitting the export into 2 or 3 different processes to speed things up? If so, do you know how this could be accomplished?&lt;BR /&gt;&lt;BR /&gt;10x&lt;BR /&gt;RPM</description>
      <pubDate>Tue, 13 May 2003 14:02:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-export/m-p/2972104#M928025</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2003-05-13T14:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Export</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-export/m-p/2972105#M928026</link>
      <description>The only way I could think of to do this would be to have several seperate export processes.  The first one would export the whole schema but with rows=n so that no data is exported.  This will give you an export of the views, synonyms etc.  The other exports would each export part of the schema by specifying a pre-determined list of tables with the "tables=" option on the exp command.&lt;BR /&gt;To restore you could import the schema export file and then import the others with "ignore=y" to ignore the fact that the tables already exist.</description>
      <pubDate>Tue, 13 May 2003 14:37:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-export/m-p/2972105#M928026</guid>
      <dc:creator>Ian Lochray</dc:creator>
      <dc:date>2003-05-13T14:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Export</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-export/m-p/2972106#M928027</link>
      <description>Are you using imp and export for backup? If so you might want to look at Tom Kyte's book Oracle Expert One on One. Imp and exp are good for migrating databases, but they leave a lot to be desired as backup utilities.</description>
      <pubDate>Wed, 14 May 2003 01:23:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-export/m-p/2972106#M928027</guid>
      <dc:creator>R. Allan Hicks</dc:creator>
      <dc:date>2003-05-14T01:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Export</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-export/m-p/2972107#M928028</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;in general large exports rules are:&lt;BR /&gt;  use the filesize parameter&lt;BR /&gt;  export smaller pieces (using tables= or owner=)&lt;BR /&gt;  export to a device that does not support seeking&lt;BR /&gt;&lt;BR /&gt;Hopefully, this does not form part of you main backup strategy!&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Wed, 14 May 2003 04:58:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-export/m-p/2972107#M928028</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2003-05-14T04:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Export</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-export/m-p/2972108#M928029</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Our settings for export are:&lt;BR /&gt;# For conventional path exports:&lt;BR /&gt;Direct       = N&lt;BR /&gt;Buffer       = 10485760&lt;BR /&gt;&lt;BR /&gt;# For direct path exports:&lt;BR /&gt;Direct       = Y&lt;BR /&gt;Recordlength = 65535 &lt;BR /&gt;&lt;BR /&gt;Direct export is VERY fast. If you don't use it now, you could try it. For ins and outs, check the manual.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For import, set your buffer large:&lt;BR /&gt;Buffer    = 10485760&lt;BR /&gt;There is no 'direct' import.</description>
      <pubDate>Wed, 14 May 2003 09:00:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-export/m-p/2972108#M928029</guid>
      <dc:creator>Wim Korten</dc:creator>
      <dc:date>2003-05-14T09:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Export</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-export/m-p/2972109#M928030</link>
      <description>Hi,&lt;BR /&gt;just a couple of notes.&lt;BR /&gt;&lt;BR /&gt;You can use direct=y only if you have no chaset conversion.&lt;BR /&gt;&lt;BR /&gt;If you will import the data on another db or if you have set some env variables, like NLS_LANG, you can have some surprises.&lt;BR /&gt;&lt;BR /&gt;Another important issue is the import: if you use parallel import (many imp) you will have to pay attentio to temp tablespace (for creating indexes) and to rollback segments.&lt;BR /&gt;&lt;BR /&gt;If you dare, you can also try in import commit=y, that can improve performance.&lt;BR /&gt;&lt;BR /&gt;With this parameter, you will have a commit at the end of the table, not after each row.&lt;BR /&gt;DRAWBACK: you must have a rollback segment large enough to store the ENTIRE TABLE. And this might be space consumig...&lt;BR /&gt;&lt;BR /&gt;  HTH &lt;BR /&gt;    Massimo&lt;BR /&gt;</description>
      <pubDate>Thu, 15 May 2003 12:54:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-export/m-p/2972109#M928030</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-05-15T12:54:17Z</dc:date>
    </item>
  </channel>
</rss>

