<?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 Connection Timeout in Long Stored Process in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Oracle-Connection-Timeout-in-Long-Stored-Process/m-p/623558#M183602</link>
    <description>&lt;P&gt;I'll try this.&amp;nbsp; First I"m looking at loading everything into memory first from Oracle into SAS before I start lopping in my stored process.&amp;nbsp; I'm guessing the idle time error that I'm receiving is not about the length of the query but the amount of time between a SAS call and an Oracle call.&lt;/P&gt;</description>
    <pubDate>Mon, 10 Feb 2020 13:46:50 GMT</pubDate>
    <dc:creator>DavidPhillips2</dc:creator>
    <dc:date>2020-02-10T13:46:50Z</dc:date>
    <item>
      <title>Oracle Connection Timeout in Long Stored Process</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Oracle-Connection-Timeout-in-Long-Stored-Process/m-p/622738#M183208</link>
      <description>&lt;P&gt;I have a long-stored process with a macro loop.&amp;nbsp; It looks like my Oracle connection form my Libname stays open a little over an hour.&amp;nbsp; Then my Oracle connection closes and the stored process slowly errors out.&amp;nbsp; Should I remake my libname connection after a set amount of time?&amp;nbsp; Is there a way to do this?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 15:29:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Oracle-Connection-Timeout-in-Long-Stored-Process/m-p/622738#M183208</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2020-02-06T15:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Connection Timeout in Long Stored Process</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Oracle-Connection-Timeout-in-Long-Stored-Process/m-p/622812#M183235</link>
      <description>&lt;P&gt;If your Oracle Library definition stored in the SAS Metadata Server, then you can try the&amp;nbsp;LIBNAME Statement for the Metadata Engine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;LIBNAME &amp;lt;LibRef&amp;gt; META library="&amp;lt;Library Description&amp;gt;" metaout=data;&amp;nbsp;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;For more details, check this paper&amp;nbsp;&lt;A href="https://support.sas.com/documentation/onlinedoc/guide/EG43MetaLibraries.pdf" target="_blank"&gt;https://support.sas.com/documentation/onlinedoc/guide/EG43MetaLibraries.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Ahmed&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 18:29:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Oracle-Connection-Timeout-in-Long-Stored-Process/m-p/622812#M183235</guid>
      <dc:creator>AhmedAl_Attar</dc:creator>
      <dc:date>2020-02-06T18:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Connection Timeout in Long Stored Process</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Oracle-Connection-Timeout-in-Long-Stored-Process/m-p/623558#M183602</link>
      <description>&lt;P&gt;I'll try this.&amp;nbsp; First I"m looking at loading everything into memory first from Oracle into SAS before I start lopping in my stored process.&amp;nbsp; I'm guessing the idle time error that I'm receiving is not about the length of the query but the amount of time between a SAS call and an Oracle call.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 13:46:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Oracle-Connection-Timeout-in-Long-Stored-Process/m-p/623558#M183602</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2020-02-10T13:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Connection Timeout in Long Stored Process</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Oracle-Connection-Timeout-in-Long-Stored-Process/m-p/623577#M183608</link>
      <description>&lt;P&gt;Depending on how big the oracle data, loading it into SAS may not be the best option, but you know better.&lt;/P&gt;
&lt;P&gt;in all cases, I would recommend you explore the information listed in this SGF paper&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- &lt;A title="SAS-Oracle Options and Efficiency: What You Don’t Know Can Hurt You" href="http://support.sas.com/resources/papers/proceedings13/072-2013.pdf" target="_blank" rel="noopener"&gt;SAS-Oracle Options and Efficiency: What You Don’t Know Can Hurt You&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can find a lot more papers on this subject by visiting this link&amp;nbsp;&lt;A href="https://lexjansen.com/search/searchresults.php?q=Oracle" target="_blank"&gt;https://lexjansen.com/search/searchresults.php?q=Oracle&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Ahmed&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 15:09:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Oracle-Connection-Timeout-in-Long-Stored-Process/m-p/623577#M183608</guid>
      <dc:creator>AhmedAl_Attar</dc:creator>
      <dc:date>2020-02-10T15:09:10Z</dc:date>
    </item>
  </channel>
</rss>

