<?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: DB Commit in DI jobs in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/DB-Commit-in-DI-jobs/m-p/33610#M8131</link>
    <description>Maybe it's best to get help from SAS tech support for these kind of problems.&lt;BR /&gt;
Meanwhile, you might try to get some help with monitoring the oracle load process, to get a clue about what's going on. &lt;BR /&gt;
If you have lots of data and performance issues, I suggest that you use bulk-load for your inserts.&lt;BR /&gt;
/Linus</description>
    <pubDate>Wed, 23 Dec 2009 12:17:23 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2009-12-23T12:17:23Z</dc:date>
    <item>
      <title>DB Commit in DI jobs</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/DB-Commit-in-DI-jobs/m-p/33609#M8130</link>
      <description>Hi all,&lt;BR /&gt;
&lt;BR /&gt;
i have created job using update/insert loader. My source will be from oracle.&lt;BR /&gt;
&lt;BR /&gt;
After adding DB commit(1000), DI Job status is always in running mode and log is not &lt;BR /&gt;
generated as the job is not getting ended.&lt;BR /&gt;
&lt;BR /&gt;
(using smc - data library manager - sas libraries -Mylibrary(right click -options -advanced options - output - 1000)&lt;BR /&gt;
&lt;BR /&gt;
pls guide me asap</description>
      <pubDate>Tue, 22 Dec 2009 09:11:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/DB-Commit-in-DI-jobs/m-p/33609#M8130</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-12-22T09:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: DB Commit in DI jobs</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/DB-Commit-in-DI-jobs/m-p/33610#M8131</link>
      <description>Maybe it's best to get help from SAS tech support for these kind of problems.&lt;BR /&gt;
Meanwhile, you might try to get some help with monitoring the oracle load process, to get a clue about what's going on. &lt;BR /&gt;
If you have lots of data and performance issues, I suggest that you use bulk-load for your inserts.&lt;BR /&gt;
/Linus</description>
      <pubDate>Wed, 23 Dec 2009 12:17:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/DB-Commit-in-DI-jobs/m-p/33610#M8131</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2009-12-23T12:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: DB Commit in DI jobs</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/DB-Commit-in-DI-jobs/m-p/33611#M8132</link>
      <description>Where did you add DB commit?&lt;BR /&gt;
&lt;BR /&gt;
I'm regularly writing DI jobs updating/inserting into Oracle tables and I never set a explicit commit.&lt;BR /&gt;
&lt;BR /&gt;
I run already into issues when I executed the code via a session (i.e. in the DIS code window). It always worked when I executed the same code in batch (I had so far never the time to investigate why I observed these differences in behaviour between executing code in a session or in batch but it might well be caused by a missing commit).&lt;BR /&gt;
&lt;BR /&gt;
Looking at the code passed to the DBMS I always assumed that the commit is given implicit after the execute block ends.&lt;BR /&gt;
&lt;BR /&gt;
If you're having issues then may be autocommit might help you: &lt;A href="http://support.sas.com/onlinedoc/913/getDoc/en/acreldb.hlp/a001371521.htm" target="_blank"&gt;http://support.sas.com/onlinedoc/913/getDoc/en/acreldb.hlp/a001371521.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Or you could use dbcommit=0 - but read the doku as there are some backdraws with where clauses.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
HTH&lt;BR /&gt;
Patrick</description>
      <pubDate>Wed, 23 Dec 2009 15:28:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/DB-Commit-in-DI-jobs/m-p/33611#M8132</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2009-12-23T15:28:27Z</dc:date>
    </item>
  </channel>
</rss>

