<?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: Erro ORA-903 when executing native SQL in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/erro-ora-903-when-executing-native-sql/m-p/1786293#M338619</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jose,&lt;/P&gt;&lt;P&gt;       I found this information while searching for ur question. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the course of a local currency changeover to the Euro in Oracle, phase CONVERSION terminates with a red traffic light, namely at a table /xxxxx/yyyyy that belongs to a namespace /xxxxx/. From the long text of the log message or from the dump analysis (Transaction ST22) it is clear that SQL error 903 'invalid table name' occurred when executing the following EXEC SQL statement:&lt;/P&gt;&lt;P&gt;           SELECT /*+ FULL ( /xxxxx/yyyyy ) */ COUNT ( * ) FROM /xxxxx/yyyyy &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           WHERE MANDT = ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           Additional key words &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EMU, EEMU, EMU, euro conversion, ORA-00903, EXEC SQL, SQL error 903, EWUGENEW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Cause and prerequisites&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;In report EWUGENEW (generating program), the EXEC SQL statement listed above is assembled for Oracle. This statement causes a short dump for a table /xxxxx/yyyyy that is attached to a namespace /xxxxx/.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Solution&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;You have two options:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. You apply in your system the relevant Hot Package specified below. For Add-On Euro Conversion 3.0F (EURO-CNV), the correction is contained in CRT91.&lt;/P&gt;&lt;P&gt;2. You implement the attached advance correction of one line in report EWUGENEW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a new changeover package in both cases and carry out the changeover again with this package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will b helpful for u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arun.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Dec 2006 15:06:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-22T15:06:15Z</dc:date>
    <item>
      <title>Erro ORA-903 when executing native SQL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/erro-ora-903-when-executing-native-sql/m-p/1786292#M338618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having the error "ORA-00903: invalid table name"&lt;/P&gt;&lt;P&gt;when executing the following sql &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  EXEC SQL.&lt;/P&gt;&lt;P&gt;    select a.matl_type&lt;/P&gt;&lt;P&gt;    from sapsr3./bi0/pmaterial a&lt;/P&gt;&lt;P&gt;      into :l_mattyp&lt;/P&gt;&lt;P&gt;      where a.material = :l_material.&lt;/P&gt;&lt;P&gt;  ENDEXEC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is in a BW machine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i checked in db02 for the owner of the table and it is sapsr3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What might be problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2006 13:09:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/erro-ora-903-when-executing-native-sql/m-p/1786292#M338618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-22T13:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Erro ORA-903 when executing native SQL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/erro-ora-903-when-executing-native-sql/m-p/1786293#M338619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jose,&lt;/P&gt;&lt;P&gt;       I found this information while searching for ur question. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the course of a local currency changeover to the Euro in Oracle, phase CONVERSION terminates with a red traffic light, namely at a table /xxxxx/yyyyy that belongs to a namespace /xxxxx/. From the long text of the log message or from the dump analysis (Transaction ST22) it is clear that SQL error 903 'invalid table name' occurred when executing the following EXEC SQL statement:&lt;/P&gt;&lt;P&gt;           SELECT /*+ FULL ( /xxxxx/yyyyy ) */ COUNT ( * ) FROM /xxxxx/yyyyy &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           WHERE MANDT = ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           Additional key words &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EMU, EEMU, EMU, euro conversion, ORA-00903, EXEC SQL, SQL error 903, EWUGENEW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Cause and prerequisites&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;In report EWUGENEW (generating program), the EXEC SQL statement listed above is assembled for Oracle. This statement causes a short dump for a table /xxxxx/yyyyy that is attached to a namespace /xxxxx/.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Solution&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;You have two options:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. You apply in your system the relevant Hot Package specified below. For Add-On Euro Conversion 3.0F (EURO-CNV), the correction is contained in CRT91.&lt;/P&gt;&lt;P&gt;2. You implement the attached advance correction of one line in report EWUGENEW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a new changeover package in both cases and carry out the changeover again with this package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will b helpful for u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arun.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2006 15:06:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/erro-ora-903-when-executing-native-sql/m-p/1786293#M338619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-22T15:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: Erro ORA-903 when executing native SQL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/erro-ora-903-when-executing-native-sql/m-p/1786294#M338620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi jose, &lt;/P&gt;&lt;P&gt;   since u have mentioned it as a bw machine. The problem might be different from my previous post. It is one of the bug which is common in BW machine with oracle database. So please consult with your DBA person. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arun.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2006 15:15:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/erro-ora-903-when-executing-native-sql/m-p/1786294#M338620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-22T15:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Erro ORA-903 when executing native SQL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/erro-ora-903-when-executing-native-sql/m-p/1786295#M338621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've been doing some testes and realized the problem is the name of the table and fields.&lt;/P&gt;&lt;P&gt;It does not recognize the names user in BW (/bic/, /bi0/).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are these tables stores with another name in Oracle?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2006 15:42:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/erro-ora-903-when-executing-native-sql/m-p/1786295#M338621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-22T15:42:35Z</dc:date>
    </item>
  </channel>
</rss>

