<?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: Importing Data to oracle in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/importing-data-to-oracle/m-p/4881941#M847520</link>
    <description>I don't think the figure is that out of line.&lt;BR /&gt;&lt;BR /&gt;If your VA7110 is set up raid 5 you can improve write performance by going with raid 1 or raid 1/0.&lt;BR /&gt;&lt;BR /&gt;Oracle recommends raid 1 or 1/0 (commonly called 10) for data and redo. Other areas can be raid 5.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Mon, 24 Jan 2005 16:42:35 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2005-01-24T16:42:35Z</dc:date>
    <item>
      <title>Importing Data to oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/importing-data-to-oracle/m-p/4881939#M847518</link>
      <description>Hi List,&lt;BR /&gt;&lt;BR /&gt;I recently installed Oracle RAC 10g without serviceguard.How long does it take to import 5 GB of data with about 40 milion records to new installed rac database.&lt;BR /&gt;in my test it took about 5 hours.Is it usual?&lt;BR /&gt;I think something is wrong.what is your idea?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Alireza</description>
      <pubDate>Mon, 24 Jan 2005 16:32:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/importing-data-to-oracle/m-p/4881939#M847518</guid>
      <dc:creator>Delrish</dc:creator>
      <dc:date>2005-01-24T16:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Data to oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/importing-data-to-oracle/m-p/4881940#M847519</link>
      <description>I forgot to say, systems are two HP 7540 servers and each one  has 8 GB RAM, 8GB swap and 4 750 Mhz PA-RISC CPU.Storage is a HP System Disk 2405 (VA 7110).</description>
      <pubDate>Mon, 24 Jan 2005 16:39:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/importing-data-to-oracle/m-p/4881940#M847519</guid>
      <dc:creator>Delrish</dc:creator>
      <dc:date>2005-01-24T16:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Data to oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/importing-data-to-oracle/m-p/4881941#M847520</link>
      <description>I don't think the figure is that out of line.&lt;BR /&gt;&lt;BR /&gt;If your VA7110 is set up raid 5 you can improve write performance by going with raid 1 or raid 1/0.&lt;BR /&gt;&lt;BR /&gt;Oracle recommends raid 1 or 1/0 (commonly called 10) for data and redo. Other areas can be raid 5.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 24 Jan 2005 16:42:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/importing-data-to-oracle/m-p/4881941#M847520</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-01-24T16:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Data to oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/importing-data-to-oracle/m-p/4881942#M847521</link>
      <description>There are not enough data to tell although at first glance it seems slow. This is a large number of small records. I suspect that the records are multiply indexed (possibly with composite keys) so each insertion could be a very expensive operation. It could also depend upon the order of the records because this can skew the construction of the underlying B-trees.&lt;BR /&gt;&lt;BR /&gt;Without more data, it's not possible to tell if this is good or bad. If you do have many indices, you might find it more efficient to import with only a primary index and then add the other indices later.&lt;BR /&gt;&lt;BR /&gt;You could also have severe i/o or memory bottlenecks or a very, very badly tuned database and/or OS. You just don't provide information.&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Jan 2005 16:46:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/importing-data-to-oracle/m-p/4881942#M847521</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-01-24T16:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Data to oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/importing-data-to-oracle/m-p/4881943#M847522</link>
      <description>I would take a look at your buffer setting when importing.  This could be low, which can cause the import to run slower.  I would recommend 1-5m (1048576 = 1m).&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Mon, 24 Jan 2005 17:15:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/importing-data-to-oracle/m-p/4881943#M847522</guid>
      <dc:creator>Brian Crabtree</dc:creator>
      <dc:date>2005-01-24T17:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Data to oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/importing-data-to-oracle/m-p/4881944#M847523</link>
      <description>hi alireza,&lt;BR /&gt;&lt;BR /&gt;Import is a big sequential process and to speed that, you may do the following: &lt;BR /&gt;&lt;BR /&gt;a. Make sure your alert log doesn't have any "checkpoint not complete" or "archival required" messages.  These messages indicates that you have insufficient log configured and you should add more.&lt;BR /&gt;&lt;BR /&gt;b. Verify you SORT_AREA_SIZE for index builds, you should consider increasing it during the import.&lt;BR /&gt;&lt;BR /&gt;c. Do everything in parallel. Don't just use a simple exp owner=, imp owner=. Export table by table (in parallel, just fire off several exports). Same applicable for Import.  &lt;BR /&gt;&lt;BR /&gt;d. Pre-create your indexes. Don't use import to create the indexes -- use imp ... indexfile=temp.sql to generate a script with the create indexes.  Then,  modify them to have nologging and parallel. Running them in sqlplus is much faster.&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Mon, 24 Jan 2005 23:15:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/importing-data-to-oracle/m-p/4881944#M847523</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2005-01-24T23:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Data to oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/importing-data-to-oracle/m-p/4881945#M847524</link>
      <description>Seems slow to me.&lt;BR /&gt;&lt;BR /&gt;It takes me about 1 hour to import about 1.1Gb of data into a database on an intel 1GHz (x2) Xeon with 1GB RAM.&lt;BR /&gt;&lt;BR /&gt;John.</description>
      <pubDate>Tue, 25 Jan 2005 03:27:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/importing-data-to-oracle/m-p/4881945#M847524</guid>
      <dc:creator>John Flanagan</dc:creator>
      <dc:date>2005-01-25T03:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Data to oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/importing-data-to-oracle/m-p/4881946#M847525</link>
      <description>Thank you.</description>
      <pubDate>Mon, 14 Feb 2005 12:44:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/importing-data-to-oracle/m-p/4881946#M847525</guid>
      <dc:creator>Delrish</dc:creator>
      <dc:date>2005-02-14T12:44:10Z</dc:date>
    </item>
  </channel>
</rss>

