<?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: runtime error when try to write in a external Oracle Database in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-when-try-to-write-in-a-external-oracle-database/m-p/9730321#M1772237</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arindam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your answer. I can see now your point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you give me some more information about st04 configuration?&lt;/P&gt;&lt;P&gt;I have the connection established successufully. Where can i test my SQL sentence?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank You and Best regards&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; João Fernandes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Aug 2013 14:29:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-08-27T14:29:48Z</dc:date>
    <item>
      <title>runtime error when try to write in a external Oracle Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-when-try-to-write-in-a-external-oracle-database/m-p/9730317#M1772233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abapers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are tryng to make some updates to external oracle databases. We are in a new project and we are new in theses issues so we are asking for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have the following source code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;CONCATENATE &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'insert into' &lt;/SPAN&gt;c_tabname &lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;teste1 &lt;SPAN class="L0S52"&gt;SEPARATED &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;BY &lt;/SPAN&gt;space.&lt;/P&gt;&lt;P&gt; MOVE: &lt;SPAN class="L0S33"&gt;'VALUES' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;to &lt;/SPAN&gt;teste2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S33"&gt;'(6, 4, 5, 99, TO_DATE(20020102,YYYY.MM.DD), 3, 5)' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;to &lt;/SPAN&gt;teste3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;CONCATENATE&amp;nbsp; &lt;/SPAN&gt;teste1 teste2 teste3 &lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;l_stmt &lt;SPAN class="L0S52"&gt;SEPARATED &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;BY &lt;/SPAN&gt;space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; l_prepstmt_ref = p_con_ref-&amp;gt;prepare_statement( l_stmt ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We get teh following error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;con=2(10.0.99.136:1521/SFA): ORA-01036: illegal variable name/number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the table has, in the external database the following structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New';"&gt;"ACA_CODEMP"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "NUMBER(5,0)”&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New';"&gt;"ACA_CODDEL"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "NUMBER(5,0)”&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New';"&gt;"ACA_CODART"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "VARCHAR2(15 BYTE)"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New';"&gt;"ACA_CODSEG"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "VARCHAR2(2 BYTE)”&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New';"&gt;"ACA_FECHAINI"&amp;nbsp;&amp;nbsp;&amp;nbsp; "DATE”&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New';"&gt;"ACA_PRECIO"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "NUMBER(8,4)”&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt;"&gt;"ACA_FECHFIN"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "DATE”&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you give some information about what we are doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you and best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;João Fernandes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 17:29:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-when-try-to-write-in-a-external-oracle-database/m-p/9730317#M1772233</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-26T17:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: runtime error when try to write in a external Oracle Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-when-try-to-write-in-a-external-oracle-database/m-p/9730318#M1772234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First check the DB connection if that is defined in ST04. Check the demo program DEMO_ADBC_QUERY should give you a good idea on whats missing in the statement. The idea is the Query should be exactly same as per Oracle Syntax and supplied as string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Arindam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 21:53:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-when-try-to-write-in-a-external-oracle-database/m-p/9730318#M1772234</guid>
      <dc:creator>arindam_m</dc:creator>
      <dc:date>2013-08-26T21:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: runtime error when try to write in a external Oracle Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-when-try-to-write-in-a-external-oracle-database/m-p/9730319#M1772235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you Arindam for your response.&lt;/P&gt;&lt;P&gt;The program you suggest me is very helpful but is useful if i am querying the SAP database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The question i report is trying update the remote Oracle database.&lt;/P&gt;&lt;P&gt;I receive the error from that not from SAP database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you and best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; João Fernandes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 08:59:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-when-try-to-write-in-a-external-oracle-database/m-p/9730319#M1772235</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-27T08:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: runtime error when try to write in a external Oracle Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-when-try-to-write-in-a-external-oracle-database/m-p/9730320#M1772236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ST04 configure a connection to the external DB that you want to probe. Then use that connection to connect to the DB execute the SQL and get back the results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Arindam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 11:09:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-when-try-to-write-in-a-external-oracle-database/m-p/9730320#M1772236</guid>
      <dc:creator>arindam_m</dc:creator>
      <dc:date>2013-08-27T11:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: runtime error when try to write in a external Oracle Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-when-try-to-write-in-a-external-oracle-database/m-p/9730321#M1772237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arindam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your answer. I can see now your point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you give me some more information about st04 configuration?&lt;/P&gt;&lt;P&gt;I have the connection established successufully. Where can i test my SQL sentence?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank You and Best regards&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; João Fernandes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 14:29:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-when-try-to-write-in-a-external-oracle-database/m-p/9730321#M1772237</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-27T14:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: runtime error when try to write in a external Oracle Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-when-try-to-write-in-a-external-oracle-database/m-p/9730322#M1772238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;In ST04 configure a connection to the external DB that you want to probe.&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/P&gt;&lt;P&gt;Afaik the external DB connection parameters are maintained in the transaction &lt;EM&gt;DBCON&lt;/EM&gt;. &lt;EM&gt;ST04&lt;/EM&gt; gives you the SAP database statistics. &lt;SPAN __jive_emoticon_name="plain" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/1735/images/emoticons/plain.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 16:33:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-when-try-to-write-in-a-external-oracle-database/m-p/9730322#M1772238</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2013-08-27T16:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: runtime error when try to write in a external Oracle Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-when-try-to-write-in-a-external-oracle-database/m-p/9730323#M1772239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suhas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The new ST04 gives a more integrated functions and leads to T-Code ORA_PERF that has the DB config option in it also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jiveImage" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/269100" /&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Arindam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 02:49:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-when-try-to-write-in-a-external-oracle-database/m-p/9730323#M1772239</guid>
      <dc:creator>arindam_m</dc:creator>
      <dc:date>2013-08-28T02:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: runtime error when try to write in a external Oracle Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-when-try-to-write-in-a-external-oracle-database/m-p/9730324#M1772240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. &lt;SPAN style="font-size: 10pt;"&gt;I had never used it via ST04 &lt;SPAN __jive_emoticon_name="plain" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/1735/images/emoticons/plain.gif"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 14:08:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-when-try-to-write-in-a-external-oracle-database/m-p/9730324#M1772240</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2013-08-28T14:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: runtime error when try to write in a external Oracle Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-when-try-to-write-in-a-external-oracle-database/m-p/9730325#M1772241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Welcome.. I think its available in the new releases.. the Old ST04 did not have it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Arindam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 00:40:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-when-try-to-write-in-a-external-oracle-database/m-p/9730325#M1772241</guid>
      <dc:creator>arindam_m</dc:creator>
      <dc:date>2013-08-29T00:40:25Z</dc:date>
    </item>
  </channel>
</rss>

