<?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 Native SQL failing to fetch data from external database. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-failing-to-fetch-data-from-external-database/m-p/11274350#M1915618</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Native SQL used for fetching data from external database is not working. The select statement is neither giving any dump nor fetching anything. It is executing for very long time giving time out dump when run in foreground. We have other reports where the same SQL is working fine with same fields fetched from the view used in DB link. Only for one such report we are facing this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have checked the view from the external database end and it seems to be fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help to solve this issue with your valuable inputs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Aug 2015 12:49:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-08-24T12:49:52Z</dc:date>
    <item>
      <title>Native SQL failing to fetch data from external database.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-failing-to-fetch-data-from-external-database/m-p/11274350#M1915618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Native SQL used for fetching data from external database is not working. The select statement is neither giving any dump nor fetching anything. It is executing for very long time giving time out dump when run in foreground. We have other reports where the same SQL is working fine with same fields fetched from the view used in DB link. Only for one such report we are facing this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have checked the view from the external database end and it seems to be fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help to solve this issue with your valuable inputs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 12:49:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-failing-to-fetch-data-from-external-database/m-p/11274350#M1915618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-24T12:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: Native SQL failing to fetch data from external database.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-failing-to-fetch-data-from-external-database/m-p/11274351#M1915619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you provide the statement you are using for fetching and the database you are using&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 15:46:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-failing-to-fetch-data-from-external-database/m-p/11274351#M1915619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-24T15:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Native SQL failing to fetch data from external database.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-failing-to-fetch-data-from-external-database/m-p/11274352#M1915620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prakash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the statement i am using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;EXEC &lt;SPAN class="L0S52"&gt;SQL&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;select &lt;/SPAN&gt;hr_id&lt;SPAN class="L0S55"&gt;, &lt;/SPAN&gt;lastname&lt;SPAN class="L0S55"&gt;, &lt;/SPAN&gt;firstname&lt;SPAN class="L0S55"&gt;, &lt;/SPAN&gt;smtp_extern&lt;SPAN class="L0S55"&gt;, &lt;/SPAN&gt;unique_id&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; prop_addr1&lt;SPAN class="L0S55"&gt;, &lt;/SPAN&gt;prop_addr3&lt;SPAN class="L0S55"&gt;, &lt;/SPAN&gt;hr_db_name&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;from &lt;/SPAN&gt;peda_gddb &lt;SPAN class="L0S52"&gt;into &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;:&lt;/SPAN&gt;gs_gddb&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;where &lt;/SPAN&gt;hr_db_pers_id &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;:&lt;/SPAN&gt;lf_pernr&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;ENDEXEC&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 15:53:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-failing-to-fetch-data-from-external-database/m-p/11274352#M1915620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-24T15:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: Native SQL failing to fetch data from external database.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-failing-to-fetch-data-from-external-database/m-p/11274353#M1915621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is it a cluster table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 16:07:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-failing-to-fetch-data-from-external-database/m-p/11274353#M1915621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-24T16:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: Native SQL failing to fetch data from external database.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-failing-to-fetch-data-from-external-database/m-p/11274354#M1915622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;YOU DINT MENTIONED WHICH DATABASE YOU ARE USING. IS THE DATABASE IS OF YOU SAP SYSTEM OR OUT SIDE SAP. IF ITS OUT SIDE HOW YOU HAVE PROVIDED THE CREDENTIALS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 16:27:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-failing-to-fetch-data-from-external-database/m-p/11274354#M1915622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-24T16:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: Native SQL failing to fetch data from external database.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-failing-to-fetch-data-from-external-database/m-p/11274355#M1915623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prakash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;peda_gddb is a view created in a DB link to connect our SAP system to one non sap external database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are trying to fetch data using this DBlink.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 16:52:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-failing-to-fetch-data-from-external-database/m-p/11274355#M1915623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-24T16:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: Native SQL failing to fetch data from external database.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-failing-to-fetch-data-from-external-database/m-p/11274356#M1915624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you tested the connections between the database and sap. Are you able to get&amp;nbsp; data from other tables &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 17:02:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-failing-to-fetch-data-from-external-database/m-p/11274356#M1915624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-24T17:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: Native SQL failing to fetch data from external database.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-failing-to-fetch-data-from-external-database/m-p/11274357#M1915625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if connection is ok try your staments like this. this will give whether its going in infinite loop due to wrong config of view or due to indexing problem of tables in other database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;types&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;begin &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;of &lt;/SPAN&gt;ty_lfa1&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lifnr &lt;SPAN class="L0S52"&gt;type &lt;/SPAN&gt;lfa1&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;lifnr&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; name1 &lt;SPAN class="L0S52"&gt;type &lt;/SPAN&gt;lfa1&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;name1&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;end &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;of &lt;/SPAN&gt;ty_lfa1&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;data&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;wa_lfa1 &lt;SPAN class="L0S52"&gt;type &lt;/SPAN&gt;ty_lfa1&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;EXEC &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;SQL &lt;/SPAN&gt;PERFORMING loop_output&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;SELECT &lt;/SPAN&gt;LIFNR&lt;SPAN class="L0S55"&gt;, &lt;/SPAN&gt;NAME1&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;INTO&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;:&lt;/SPAN&gt;WA_LFA1&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;FROM&amp;nbsp; &lt;/SPAN&gt;LFA1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;ENDEXEC&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;form &lt;/SPAN&gt;loop_output&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;write&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;/ wa_lfa1&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;lifnr&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;endform&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 17:09:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-failing-to-fetch-data-from-external-database/m-p/11274357#M1915625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-24T17:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Native SQL failing to fetch data from external database.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-failing-to-fetch-data-from-external-database/m-p/11274358#M1915626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Prakash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, don't use UPPERCASE when you writing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warm regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raphael Pacheco.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 17:50:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-failing-to-fetch-data-from-external-database/m-p/11274358#M1915626</guid>
      <dc:creator>raphael_almeida</dc:creator>
      <dc:date>2015-08-24T17:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: Native SQL failing to fetch data from external database.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-failing-to-fetch-data-from-external-database/m-p/11274359#M1915627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nithin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a third party table right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest the utilization of classes CL_SQL* instead EXEC_SQL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For examples, please open in SE38 the program ADBC_DEMO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warm regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raphael Pacheco.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 17:56:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-failing-to-fetch-data-from-external-database/m-p/11274359#M1915627</guid>
      <dc:creator>raphael_almeida</dc:creator>
      <dc:date>2015-08-24T17:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: Native SQL failing to fetch data from external database.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-failing-to-fetch-data-from-external-database/m-p/11274360#M1915628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raphael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks for your suggestions. I started activities from few days only. I have written Caps only in code. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 04:44:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-failing-to-fetch-data-from-external-database/m-p/11274360#M1915628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-25T04:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: Native SQL failing to fetch data from external database.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-failing-to-fetch-data-from-external-database/m-p/11274361#M1915629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oks &lt;SPAN __jive_emoticon_name="grin" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1328/images/emoticons/grin.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 04:52:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-failing-to-fetch-data-from-external-database/m-p/11274361#M1915629</guid>
      <dc:creator>raphael_almeida</dc:creator>
      <dc:date>2015-08-25T04:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Native SQL failing to fetch data from external database.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-failing-to-fetch-data-from-external-database/m-p/11274362#M1915630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pacheco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your inputs,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this EXEC_SQL was working fine all this while and it was implemented in 2007.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also surprisingly the same query is working fine in UAT and development systems and these two are also using the same DB_link as production to the external system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 06:26:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-failing-to-fetch-data-from-external-database/m-p/11274362#M1915630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-25T06:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: Native SQL failing to fetch data from external database.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-failing-to-fetch-data-from-external-database/m-p/11274363#M1915631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;I put&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;an example&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;he used when I&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;used the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;EXEC_SQL&lt;/SPAN&gt;, I believe this &lt;SPAN class="hps"&gt;will help you&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Warm regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Raphael Pacheco.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 06:41:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-failing-to-fetch-data-from-external-database/m-p/11274363#M1915631</guid>
      <dc:creator>raphael_almeida</dc:creator>
      <dc:date>2015-08-25T06:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Native SQL failing to fetch data from external database.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-failing-to-fetch-data-from-external-database/m-p/11274364#M1915632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raphael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually i tried ST05 for tracing the SQL. I found that the FETCH statement is missing and ROLLBACK WORK ON CONNECTION is taking very long time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in identifying the root cause here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 14:09:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-failing-to-fetch-data-from-external-database/m-p/11274364#M1915632</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-25T14:09:37Z</dc:date>
    </item>
  </channel>
</rss>

