<?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: Executing Oracle Stored Procedures hanging? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Executing-Oracle-Stored-Procedures-hanging/m-p/967064#M83993</link>
    <description>&lt;P&gt;BTW We ended up giving up with SAS an Oracle.&amp;nbsp; Full tickets through tech support ended up nowhere. Using the oracle client on the same server things could run fine and SAS would just continue to hang. We just ended up using different methods for Oracle execution of stored procedures.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 20 May 2025 23:04:39 GMT</pubDate>
    <dc:creator>epower</dc:creator>
    <dc:date>2025-05-20T23:04:39Z</dc:date>
    <item>
      <title>Executing Oracle Stored Procedures hanging?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Executing-Oracle-Stored-Procedures-hanging/m-p/949893#M83756</link>
      <description>&lt;P&gt;We have a some jobs running Proc SQL where we execute Oracle Stored procedures but some jobs just hang. Has anyone seen this?&lt;/P&gt;
&lt;P&gt;Running the stored procedure from the same SQLPLUS client on the server shows a successful execution but when we run it from SAS we never get a response.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SQLPLUS is giving this response&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="epower_0-1730778032694.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/101954i0BC1FFA7111D2F8E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="epower_0-1730778032694.png" alt="epower_0-1730778032694.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Our SAS logs look this and never end until we force quit (I have turned on SASTRACE with d,,, to actually get a log otherwise a log file never gets populated)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="epower_1-1730778192699.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/101955i971FC4DAE0B46FFC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="epower_1-1730778192699.png" alt="epower_1-1730778192699.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 03:43:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Executing-Oracle-Stored-Procedures-hanging/m-p/949893#M83756</guid>
      <dc:creator>epower</dc:creator>
      <dc:date>2024-11-05T03:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Executing Oracle Stored Procedures hanging?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Executing-Oracle-Stored-Procedures-hanging/m-p/949972#M83757</link>
      <description>&lt;P&gt;Is this a recent problem and they all used to work OK? If so then what might have changed? The jobs that hang - do they sometimes work or do they always hang? How are you running these jobs in SAS - via EG, SAS Studio, SAS Windowing System, or batch?&amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Given there is very little evidence to work with, opening a Tech Support track is probably your best option if you haven't already done so.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 21:05:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Executing-Oracle-Stored-Procedures-hanging/m-p/949972#M83757</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2024-11-05T21:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Executing Oracle Stored Procedures hanging?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Executing-Oracle-Stored-Procedures-hanging/m-p/949982#M83758</link>
      <description>&lt;P&gt;I'd ask an Oracle DBA for the log on the Oracle side to understand what's happening there.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this a long running process?&lt;/P&gt;
&lt;P&gt;And just to make sure: You did finish the Proc SQL statement with a QUIT; Right?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It would also help if you share your full code here. Just change the names of code components that are confidential (like the name and parameter values of the stored proc).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2024 00:26:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Executing-Oracle-Stored-Procedures-hanging/m-p/949982#M83758</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2024-11-06T00:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: Executing Oracle Stored Procedures hanging?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Executing-Oracle-Stored-Procedures-hanging/m-p/967064#M83993</link>
      <description>&lt;P&gt;BTW We ended up giving up with SAS an Oracle.&amp;nbsp; Full tickets through tech support ended up nowhere. Using the oracle client on the same server things could run fine and SAS would just continue to hang. We just ended up using different methods for Oracle execution of stored procedures.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 May 2025 23:04:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Executing-Oracle-Stored-Procedures-hanging/m-p/967064#M83993</guid>
      <dc:creator>epower</dc:creator>
      <dc:date>2025-05-20T23:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Executing Oracle Stored Procedures hanging?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Executing-Oracle-Stored-Procedures-hanging/m-p/967182#M83994</link>
      <description>&lt;P&gt;Interesting. We call SQL Server stored procedures via SAS/ACCESS Interface to ODBC and never had problems like this.&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2025 02:49:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Executing-Oracle-Stored-Procedures-hanging/m-p/967182#M83994</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2025-05-22T02:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Executing Oracle Stored Procedures hanging?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Executing-Oracle-Stored-Procedures-hanging/m-p/967189#M83995</link>
      <description>It's only Oracle , SQL Server runs have no issues. I'm thinking there is some sort of network issue but SAS doesn't handle it and hangs.&lt;BR /&gt;</description>
      <pubDate>Thu, 22 May 2025 03:21:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Executing-Oracle-Stored-Procedures-hanging/m-p/967189#M83995</guid>
      <dc:creator>epower</dc:creator>
      <dc:date>2025-05-22T03:21:07Z</dc:date>
    </item>
  </channel>
</rss>

