<?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: Loading a ORACLE table in parallel using DI studio in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Loading-a-ORACLE-table-in-parallel-using-DI-studio/m-p/13796#M2897</link>
    <description>Thanks Linus for your inputs! This is really helpful!&lt;BR /&gt;
I went through the document you mentioned.&lt;BR /&gt;
Looks like parallel load is only possible in the case of bulk load.&lt;BR /&gt;
&lt;BR /&gt;
Let me briefly explain the scenario I’m looking at.&lt;BR /&gt;
I have a job in DI studio which is as follows –&lt;BR /&gt;
&lt;BR /&gt;
SAS datasest (40 M records) --&amp;gt; SQL join transform ---&amp;gt; Tempobject --&amp;gt; Lookup transform ---&amp;gt; Tempobject ---&amp;gt; SQL join transform –&amp;gt; Tempobject ---&amp;gt; Table Loader(update/Insert Technique) --&amp;gt; ORA DIMENSION table&lt;BR /&gt;
&lt;BR /&gt;
So this is ideally not a case of bulk insert. Do you know in such cases any parallel processing that can be done. By parallel processing I’m looking at splitting the 40 million source file into say 20 million each and then loading them in parallel to ORA.&lt;BR /&gt;
I’m doubtful whether this is possible. Any thoughts?&lt;BR /&gt;
&lt;BR /&gt;
One option is to load the data into a target SAS dataset and then use bulk load to ORACLE table. I’m trying to see if there are ways to avoid this as I do not want to keep a replica SAS dataset of the ORA table.</description>
    <pubDate>Thu, 02 Apr 2009 06:17:46 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-04-02T06:17:46Z</dc:date>
    <item>
      <title>Loading a ORACLE table in parallel using DI studio</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Loading-a-ORACLE-table-in-parallel-using-DI-studio/m-p/13792#M2893</link>
      <description>Let’s say I have a SAS dataset with 40 million records and I need to load this to a ORACLE dimension table. Is there a way I can split this file of 40 million into say 20 million each and process them in parallel , so that load time to ORA dimension will be reduced?  This is like how we use DBSLICE when reading from ORA or RDBMS systems , but while writing to ORA ,can we do some parallel processing in the same dimension load?</description>
      <pubDate>Wed, 01 Apr 2009 06:03:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Loading-a-ORACLE-table-in-parallel-using-DI-studio/m-p/13792#M2893</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-04-01T06:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Loading a ORACLE table in parallel using DI studio</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Loading-a-ORACLE-table-in-parallel-using-DI-studio/m-p/13793#M2894</link>
      <description>The fastest way to write large amount of data to Oracle is by using bulk-load. I assume that you already have looked into that. I don't whether this done in parallel in Oracle, maybe the indexes are created in parallel to table load. So from my point of view, this might be more of a Oracle DBA question. Maybe you want to look into to do parallel processing by loading different tables in parallel, in that way you will probably shorten the total run-time.&lt;BR /&gt;
&lt;BR /&gt;
/Linus</description>
      <pubDate>Wed, 01 Apr 2009 07:32:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Loading-a-ORACLE-table-in-parallel-using-DI-studio/m-p/13793#M2894</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2009-04-01T07:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Loading a ORACLE table in parallel using DI studio</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Loading-a-ORACLE-table-in-parallel-using-DI-studio/m-p/13794#M2895</link>
      <description>Wait a minute. I just saw this one:&lt;BR /&gt;
&lt;BR /&gt;
BL_OPTIONS = ‘PARALLEL=TRUE’&lt;BR /&gt;
&lt;BR /&gt;
See online doc or this Global forum paper of how to use:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/resources/papers/proceedings09/099-2009.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/proceedings09/099-2009.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
/Linus</description>
      <pubDate>Wed, 01 Apr 2009 13:09:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Loading-a-ORACLE-table-in-parallel-using-DI-studio/m-p/13794#M2895</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2009-04-01T13:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Loading a ORACLE table in parallel using DI studio</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Loading-a-ORACLE-table-in-parallel-using-DI-studio/m-p/13795#M2896</link>
      <description>thanks!</description>
      <pubDate>Wed, 01 Apr 2009 13:11:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Loading-a-ORACLE-table-in-parallel-using-DI-studio/m-p/13795#M2896</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-04-01T13:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Loading a ORACLE table in parallel using DI studio</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Loading-a-ORACLE-table-in-parallel-using-DI-studio/m-p/13796#M2897</link>
      <description>Thanks Linus for your inputs! This is really helpful!&lt;BR /&gt;
I went through the document you mentioned.&lt;BR /&gt;
Looks like parallel load is only possible in the case of bulk load.&lt;BR /&gt;
&lt;BR /&gt;
Let me briefly explain the scenario I’m looking at.&lt;BR /&gt;
I have a job in DI studio which is as follows –&lt;BR /&gt;
&lt;BR /&gt;
SAS datasest (40 M records) --&amp;gt; SQL join transform ---&amp;gt; Tempobject --&amp;gt; Lookup transform ---&amp;gt; Tempobject ---&amp;gt; SQL join transform –&amp;gt; Tempobject ---&amp;gt; Table Loader(update/Insert Technique) --&amp;gt; ORA DIMENSION table&lt;BR /&gt;
&lt;BR /&gt;
So this is ideally not a case of bulk insert. Do you know in such cases any parallel processing that can be done. By parallel processing I’m looking at splitting the 40 million source file into say 20 million each and then loading them in parallel to ORA.&lt;BR /&gt;
I’m doubtful whether this is possible. Any thoughts?&lt;BR /&gt;
&lt;BR /&gt;
One option is to load the data into a target SAS dataset and then use bulk load to ORACLE table. I’m trying to see if there are ways to avoid this as I do not want to keep a replica SAS dataset of the ORA table.</description>
      <pubDate>Thu, 02 Apr 2009 06:17:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Loading-a-ORACLE-table-in-parallel-using-DI-studio/m-p/13796#M2897</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-04-02T06:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Loading a ORACLE table in parallel using DI studio</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Loading-a-ORACLE-table-in-parallel-using-DI-studio/m-p/13797#M2898</link>
      <description>I guess that your 40'' records are &lt;I&gt;potential&lt;/I&gt; updates/inserts. So the question is how many of them becomes updates/inserts in your load step in a typical load?&lt;BR /&gt;
If a major part is inserts, I still think that bulk-load is an alternative for the inserts. Carefully go through the log to find out where the bottle necks of your load step are. There are many things going on in the table loader...&lt;BR /&gt;
&lt;BR /&gt;
/Linus</description>
      <pubDate>Thu, 02 Apr 2009 06:43:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Loading-a-ORACLE-table-in-parallel-using-DI-studio/m-p/13797#M2898</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2009-04-02T06:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: Loading a ORACLE table in parallel using DI studio</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Loading-a-ORACLE-table-in-parallel-using-DI-studio/m-p/13798#M2899</link>
      <description>Thanks Linus....for great help....&lt;BR /&gt;
&lt;BR /&gt;
i think u r working with SAS for long time....right?</description>
      <pubDate>Sat, 04 Apr 2009 12:10:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Loading-a-ORACLE-table-in-parallel-using-DI-studio/m-p/13798#M2899</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-04-04T12:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: Loading a ORACLE table in parallel using DI studio</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Loading-a-ORACLE-table-in-parallel-using-DI-studio/m-p/13799#M2900</link>
      <description>Well, it has been 15 fun and interesting years (gee, time flies...).&lt;BR /&gt;
&lt;BR /&gt;
/Linus</description>
      <pubDate>Sun, 05 Apr 2009 10:38:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Loading-a-ORACLE-table-in-parallel-using-DI-studio/m-p/13799#M2900</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2009-04-05T10:38:15Z</dc:date>
    </item>
  </channel>
</rss>

