<?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: Native SQL Query Error: DBIF_DSQL2_SQL_ERROR --&amp;gt; ORA-00936: missing express in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-query-error-dbif-dsql2-sql-error-gt-ora-00936-missing-express/m-p/6396221#M1405549</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Connection will be happening but DBA should give the access rights like SELECT,INSERT,DELETE....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Nov 2009 09:17:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-20T09:17:02Z</dc:date>
    <item>
      <title>Native SQL Query Error: DBIF_DSQL2_SQL_ERROR --&gt; ORA-00936: missing express</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-query-error-dbif-dsql2-sql-error-gt-ora-00936-missing-express/m-p/6396218#M1405546</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;I tried to read data using the following SQL Query, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fp_work = 'ABCD'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  EXEC SQL PERFORMING WRITE_TO_ITAB .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT fp_code, bank_acc_code, bank_acc_num, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  INTO :gs_cds_data-FP_CODE,&lt;/P&gt;&lt;P&gt;           :gs_cds_data-BANK_ACC_CODE,&lt;/P&gt;&lt;P&gt;           :gs_cds_data-BANK_ACC_NUM,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   FROM  BANK_TABLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WHERE fp_code = :fp_wrk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDEXEC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Form  WRITE_to_itab&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM write_to_itab.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;To move the data into the Internal Table.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  APPEND gs_cds_data TO gt_cds_data.&lt;/P&gt;&lt;P&gt;  CLEAR  gs_cds_data.&lt;/P&gt;&lt;P&gt;ENDFORM.                    "WRITE_to_itab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and im getting the run time error.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                                                                &lt;/P&gt;&lt;P&gt;What happened?                                                                                &lt;/P&gt;&lt;P&gt;The error occurred in the current database connection "SAPABC".                                                                                &lt;/P&gt;&lt;P&gt;How to correct the error                                                                                &lt;/P&gt;&lt;P&gt;Database error text........: "ORA-00936: missing expression"              &lt;/P&gt;&lt;P&gt;Triggering SQL statement...: "FETCH NEXT "                                &lt;/P&gt;&lt;P&gt;Internal call code.........: "[DBDS/NEW DSQL]"                            &lt;/P&gt;&lt;P&gt;Please check the entries in the system log (Transaction SM21).                                                                                &lt;/P&gt;&lt;P&gt;You may able to find an interim solution to the problem                   &lt;/P&gt;&lt;P&gt;in the SAP note system. If you have access to the note system yourself,   &lt;/P&gt;&lt;P&gt;use the following search criteria:                                                                                &lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------------" /&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;"DBIF_DSQL2_SQL_ERROR" C                                                                                &lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------------" /&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;If you cannot solve the problem yourself, please send the                 &lt;/P&gt;&lt;P&gt;following documents to SAP: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone give me a solution to correct this error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition, Can i omit the WHERE clause, as i need to get all the data in the oracle database?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2009 07:43:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-query-error-dbif-dsql2-sql-error-gt-ora-00936-missing-express/m-p/6396218#M1405546</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-20T07:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Native SQL Query Error: DBIF_DSQL2_SQL_ERROR --&gt; ORA-00936: missing express</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-query-error-dbif-dsql2-sql-error-gt-ora-00936-missing-express/m-p/6396219#M1405547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The error is because the table you are selecting from ODS does not connected to SAP.&lt;/P&gt;&lt;P&gt;So ask ur DBA guy to connect the table to SAP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2009 09:08:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-query-error-dbif-dsql2-sql-error-gt-ora-00936-missing-express/m-p/6396219#M1405547</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-20T09:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Native SQL Query Error: DBIF_DSQL2_SQL_ERROR --&gt; ORA-00936: missing express</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-query-error-dbif-dsql2-sql-error-gt-ora-00936-missing-express/m-p/6396220#M1405548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BUT,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      EXEC SQL.&lt;/P&gt;&lt;P&gt;        connect to :LV_DB_NAME as :sy-uname&lt;/P&gt;&lt;P&gt;      ENDEXEC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      EXEC SQL.&lt;/P&gt;&lt;P&gt;        SET CONNECTION :sy-uname&lt;/P&gt;&lt;P&gt;      ENDEXEC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     check sy-subrc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;connection is happening.. with sy-subrc value as ZERO&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2009 09:12:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-query-error-dbif-dsql2-sql-error-gt-ora-00936-missing-express/m-p/6396220#M1405548</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-20T09:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: Native SQL Query Error: DBIF_DSQL2_SQL_ERROR --&gt; ORA-00936: missing express</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-query-error-dbif-dsql2-sql-error-gt-ora-00936-missing-express/m-p/6396221#M1405549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Connection will be happening but DBA should give the access rights like SELECT,INSERT,DELETE....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2009 09:17:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-query-error-dbif-dsql2-sql-error-gt-ora-00936-missing-express/m-p/6396221#M1405549</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-20T09:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: Native SQL Query Error: DBIF_DSQL2_SQL_ERROR --&gt; ORA-00936: missing express</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-query-error-dbif-dsql2-sql-error-gt-ora-00936-missing-express/m-p/6396222#M1405550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please elaborate the above point.. so that I will get a better picture..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2009 09:32:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-query-error-dbif-dsql2-sql-error-gt-ora-00936-missing-express/m-p/6396222#M1405550</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-20T09:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Native SQL Query Error: DBIF_DSQL2_SQL_ERROR --&gt; ORA-00936: missing express</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-query-error-dbif-dsql2-sql-error-gt-ora-00936-missing-express/m-p/6396223#M1405551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If u want to read the data from ODS table ur SAP server should have the access right to read the table.&lt;/P&gt;&lt;P&gt;This access right is given by DBA.For eg: If there is no such access right..anybody can create a ABAP program and&lt;/P&gt;&lt;P&gt;access all the database table rights? So all the tables will not be given to access by SAP server..so u need to request the &lt;/P&gt;&lt;P&gt;DBA for the access rights.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2009 09:40:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-query-error-dbif-dsql2-sql-error-gt-ora-00936-missing-express/m-p/6396223#M1405551</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-20T09:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Native SQL Query Error: DBIF_DSQL2_SQL_ERROR --&gt; ORA-00936: missing express</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-query-error-dbif-dsql2-sql-error-gt-ora-00936-missing-express/m-p/6396224#M1405552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is that something related to the customization in DBCO transaction.. where database connection name, database name, and user name are customized? or is there some other transaction code.. i would like to get a more detailed answer.. to understand.. what needs to be done.. n by whom? thanks for ur help..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2009 09:48:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-query-error-dbif-dsql2-sql-error-gt-ora-00936-missing-express/m-p/6396224#M1405552</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-20T09:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Native SQL Query Error: DBIF_DSQL2_SQL_ERROR --&gt; ORA-00936: missing express</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-query-error-dbif-dsql2-sql-error-gt-ora-00936-missing-express/m-p/6396225#M1405553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First of all what u want to check with ur DBA guy whether there is all the access right to the table that ur accessing.If ur not maintaining any connection in DBCON table means it would be taking the standard connection.So you check with DBA fist....that is the first thing you want to do...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Nov 2009 04:56:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-query-error-dbif-dsql2-sql-error-gt-ora-00936-missing-express/m-p/6396225#M1405553</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-21T04:56:09Z</dc:date>
    </item>
  </channel>
</rss>

