<?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 Database  Export in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-export/m-p/2979546#M922069</link>
    <description>Hello,&lt;BR /&gt;indexes are never exported, they are rebuild at import time.&lt;BR /&gt;&lt;BR /&gt;You will need approximatively as much space as your data, if you want to be flat, and more spaces for rollback segments and temporary tablespace during import.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In my system, i got about 12Gb/h.&lt;BR /&gt;&lt;BR /&gt;  Massimo&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 22 May 2003 09:43:37 GMT</pubDate>
    <dc:creator>Massimo Bianchi</dc:creator>
    <dc:date>2003-05-22T09:43:37Z</dc:date>
    <item>
      <title>Oracle Database  Export</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-export/m-p/2979544#M922067</link>
      <description>Hello all !&lt;BR /&gt;&lt;BR /&gt;I would like to export a Oracle database:&lt;BR /&gt;Server : N4000&lt;BR /&gt;OS : HPUX 11.11&lt;BR /&gt;size : 400 Go ( 200 Go Data + 200 Go indexes)&lt;BR /&gt;&lt;BR /&gt;I want to only export the data to reduce the export time.&lt;BR /&gt;How long does it take to export only the data with the Oracle standard tools ?&lt;BR /&gt;Anybody has an idea ?&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Mickael&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 May 2003 08:44:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-export/m-p/2979544#M922067</guid>
      <dc:creator>Mickael_2</dc:creator>
      <dc:date>2003-05-22T08:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Database  Export</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-export/m-p/2979545#M922068</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I've tested about 1Gb/8min full export.&lt;BR /&gt;&lt;BR /&gt;Regards, Vicente.</description>
      <pubDate>Thu, 22 May 2003 09:37:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-export/m-p/2979545#M922068</guid>
      <dc:creator>Vicente Sanchez_3</dc:creator>
      <dc:date>2003-05-22T09:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Database  Export</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-export/m-p/2979546#M922069</link>
      <description>Hello,&lt;BR /&gt;indexes are never exported, they are rebuild at import time.&lt;BR /&gt;&lt;BR /&gt;You will need approximatively as much space as your data, if you want to be flat, and more spaces for rollback segments and temporary tablespace during import.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In my system, i got about 12Gb/h.&lt;BR /&gt;&lt;BR /&gt;  Massimo&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 May 2003 09:43:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-export/m-p/2979546#M922069</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-05-22T09:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Database  Export</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-export/m-p/2979547#M922070</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;It depends on how you do it!&lt;BR /&gt;&lt;BR /&gt;You may wish to break down the export into several bits (group of tables A, group of tables B, etc) and launch the them seperately in parallel!! You will thus reduce total time taken significantly compared with a single script to export the whole database.&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Yogeeraj&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 May 2003 10:10:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-export/m-p/2979547#M922070</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2003-05-22T10:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Database  Export</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-export/m-p/2979548#M922071</link>
      <description>Also, you can use the "DIRECT=Y" option in Oracle 8i+  which should help increase your speed of the export on non-LOB tables.  &lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Thu, 22 May 2003 10:18:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-export/m-p/2979548#M922071</guid>
      <dc:creator>Brian Crabtree</dc:creator>
      <dc:date>2003-05-22T10:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Database  Export</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-export/m-p/2979549#M922072</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;to add to my previous reply, the general guidelines for large exports are:&lt;BR /&gt;a. use the filesize parameter&lt;BR /&gt;b. export smaller pieces&lt;BR /&gt;c. export to a device that does not support seeking&lt;BR /&gt;&lt;BR /&gt;Hence, you gain by Exporting table by table (in parallel, just fire off export more then once).&lt;BR /&gt;&lt;BR /&gt;One small trick i often use is as follows:&lt;BR /&gt;Just create a parameter file using:&lt;BR /&gt;&lt;BR /&gt;   select decode( rownum, 1, 'tables=(', ',' ), table_name&lt;BR /&gt;   from user_tables&lt;BR /&gt;   where table_name like 'E%'&lt;BR /&gt;   union all&lt;BR /&gt;   select ')', null&lt;BR /&gt;   from dual&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;DECODE(R TABLE_NAME&lt;BR /&gt;-------- ------------------------------&lt;BR /&gt;tables=( E&lt;BR /&gt;,        EMP&lt;BR /&gt;,        EMP2&lt;BR /&gt;,        EMPLOYEE&lt;BR /&gt;,        EMP_DEMO&lt;BR /&gt;,        EMP_DEPT&lt;BR /&gt;,        EMP_SNAPSHOT&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&gt;(spool that to a file) and use parfile= on the EXP command line.&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Yogeeraj&lt;BR /&gt;</description>
      <pubDate>Thu, 22 May 2003 10:24:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-export/m-p/2979549#M922072</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2003-05-22T10:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Database  Export</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-export/m-p/2979550#M922073</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;Brian has a good point about using "DIRECT=Y" to speed up this process!&lt;BR /&gt;&lt;BR /&gt;But you should note that there are 2 cases (from the server utilities guide) where direct path export either will not be used by export OR export will just abort:&lt;BR /&gt;&lt;BR /&gt;a. You cannot export some tables using direct path. For example, you cannot export tables using object features on LOBs. If you specify direct path for export, tables containing objects and LOBs will be exported using conventional path.&lt;BR /&gt;&lt;BR /&gt;b. Direct path Export exports in the database server character set only. If the character set of the export session is not the same as the database character set when an export is initiated, Export displays a warning and aborts. Using the NLS_LANG&lt;BR /&gt;parameter, specify the session character set to be the same as that of the database before retrying the export. &lt;BR /&gt;&lt;BR /&gt;Export in direct path mode simply bypasses the SQL evaluation buffer (where clause processing, column formatting and such). 90% of the path is the same, however, EXP is still reading buffers into the buffer cache, doing the same consistent read processing and so on.&lt;BR /&gt;&lt;BR /&gt;The speedup of the direct path export can be large however. The 10% of the processing that it cuts out, accounts for a much larger percentage of the run-time. For example, I have just exported about 100meg of data, and 1.2 million records. The direct path export took about one minute. The conventional path export on the other hand took three minutes.&lt;BR /&gt;&lt;BR /&gt;hope this helps too!&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Yogeeraj&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 May 2003 11:52:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-database-export/m-p/2979550#M922073</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2003-05-22T11:52:27Z</dc:date>
    </item>
  </channel>
</rss>

