<?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: SAS to Oracle DB connectivity issue in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-to-Oracle-DB-connectivity-issue/m-p/303717#M64564</link>
    <description>&lt;P&gt;May be try a lower value for insertbuff&amp;nbsp;to figure out the optimal value for your site.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From the documentation:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/5242i7DDA1B1EE3F18EEE/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="Capture.PNG" title="Capture.PNG" /&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/acreldb/69039/HTML/default/viewer.htm#p06u7eb5ienq5in1wq9injrz8vh5.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/acreldb/69039/HTML/default/viewer.htm#p06u7eb5ienq5in1wq9injrz8vh5.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 11 Oct 2016 04:54:40 GMT</pubDate>
    <dc:creator>Patrick</dc:creator>
    <dc:date>2016-10-11T04:54:40Z</dc:date>
    <item>
      <title>SAS to Oracle DB connectivity issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-to-Oracle-DB-connectivity-issue/m-p/303702#M64562</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I assigned&amp;nbsp;library name for SQL DB as shown below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Libname SQLDB ORACLE user=ABCD pass=1234 Path="SCHEMA_123" insertbuff=50000 dbcommit=50000 schema=1234&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If i run any SQL part of code to create table in that library, connectivity is getting diconnected. so abnormal termination happens with limited observation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;so i removed insertbuff=50000 and processed,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Libname SQLDB ORACLE user=ABCD pass=1234 &lt;/SPAN&gt;&lt;SPAN&gt;Path="SCHEMA_123" dbcommit=50000 schema=1234&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;now connectivity is good but computation time is more than a day its taking to create table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please suggest to compute efficiently.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Ganesh K&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2016 02:30:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-to-Oracle-DB-connectivity-issue/m-p/303702#M64562</guid>
      <dc:creator>Ganeshk</dc:creator>
      <dc:date>2016-10-11T02:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: SAS to Oracle DB connectivity issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-to-Oracle-DB-connectivity-issue/m-p/303717#M64564</link>
      <description>&lt;P&gt;May be try a lower value for insertbuff&amp;nbsp;to figure out the optimal value for your site.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From the documentation:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/5242i7DDA1B1EE3F18EEE/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="Capture.PNG" title="Capture.PNG" /&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/acreldb/69039/HTML/default/viewer.htm#p06u7eb5ienq5in1wq9injrz8vh5.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/acreldb/69039/HTML/default/viewer.htm#p06u7eb5ienq5in1wq9injrz8vh5.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2016 04:54:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-to-Oracle-DB-connectivity-issue/m-p/303717#M64564</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2016-10-11T04:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: SAS to Oracle DB connectivity issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-to-Oracle-DB-connectivity-issue/m-p/303723#M64569</link>
      <description>&lt;P&gt;Please post the SQL code you are using to create the Oracle table and tell us how many rows of data you are loading. If your row count is large then you may want to consider bulk loading:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/acreldb/69039/HTML/default/viewer.htm#p0ewb0agff5a1vn1mq7lox50dtwh.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/acreldb/69039/HTML/default/viewer.htm#p0ewb0agff5a1vn1mq7lox50dtwh.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2016 07:19:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-to-Oracle-DB-connectivity-issue/m-p/303723#M64569</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-10-11T07:19:30Z</dc:date>
    </item>
  </channel>
</rss>

