<?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: Optimizer Hints in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/optimizer-hints/m-p/926316#M59898</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brad, hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":face_with_open_mouth:"&gt;😮&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't know it was possible to specify Oracle hints inside ABAP sentences. I've searched for this special syntax, but found nothing. I'm using release 4.6C. Anyone can show me some docs? I would really appreciate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much in advance. BR,&lt;/P&gt;&lt;P&gt;Alvaro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Jun 2005 15:03:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-06-01T15:03:40Z</dc:date>
    <item>
      <title>Optimizer Hints</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/optimizer-hints/m-p/926314#M59896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please tell me how do you set the Optimizer Hint for setting the optimization level to 0 (Zero) for a database. I want to do it through ABAP. Please provide an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Arun.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2005 13:11:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/optimizer-hints/m-p/926314#M59896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-01T13:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Optimizer Hints</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/optimizer-hints/m-p/926315#M59897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is an example of indicating an optimiser hint from within ABAP:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECT carrid connid cityfrom
FROM spfli INTO (xcarrid, xconnid, xcityfrom)
WHERE carrid = 'LH ' AND cityfrom = 'FRANKFURT'
%_HINTS ORACLE 'INDEX("SPFLI" "SPFLI~001")'.
WRITE: / xcarrid, xconnid, xcityfrom.
ENDSELECT. 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should help you with setting the hint of setting optimisation level to zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2005 13:49:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/optimizer-hints/m-p/926315#M59897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-01T13:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Optimizer Hints</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/optimizer-hints/m-p/926316#M59898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brad, hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":face_with_open_mouth:"&gt;😮&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't know it was possible to specify Oracle hints inside ABAP sentences. I've searched for this special syntax, but found nothing. I'm using release 4.6C. Anyone can show me some docs? I would really appreciate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much in advance. BR,&lt;/P&gt;&lt;P&gt;Alvaro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2005 15:03:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/optimizer-hints/m-p/926316#M59898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-01T15:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Optimizer Hints</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/optimizer-hints/m-p/926317#M59899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alvaro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know of any help for this feature (although I haven't looked).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I actually discovered it on SDN!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It was in a thread, so I guess if you search for "hints" in the ABAP forums you should find some details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2005 07:39:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/optimizer-hints/m-p/926317#M59899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-02T07:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Optimizer Hints</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/optimizer-hints/m-p/926318#M59900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brad,&lt;/P&gt;&lt;P&gt;well... I could manage to find something via Google: &lt;A href="http://www.sapbasis.ru/articles/opensqlhints/" target="test_blank"&gt;http://www.sapbasis.ru/articles/opensqlhints/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;...but, you know, I should say that I have trouble even in my native Spanish, imagine with Russian   &lt;span class="lia-unicode-emoji" title=":winking_face_with_tongue:"&gt;😜&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I put this webpage into an on-line russian-to-english translator... it worked fine...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It links to these SAP Notes:&lt;/P&gt;&lt;P&gt;129385. Database hints in Open SQL &lt;/P&gt;&lt;P&gt;130480. Database hints in Open SQL for Oracle &lt;/P&gt;&lt;P&gt;133381. Database-Hints in Open SQL for MS SQL Server &lt;/P&gt;&lt;P&gt;150037. Database hints in Open SQL for DB6 (DB2 UDB) &lt;/P&gt;&lt;P&gt;581293. DBSL for Oracle: statement cache &lt;/P&gt;&lt;P&gt;652096. Database hints in open SQL for SAPDB &lt;/P&gt;&lt;P&gt;772497. FAQ: Oracle Hints &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you suggested, I've searched into the SDN forums, and I still think this link I'm sending is quite thorough, IMHO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much again. BR,&lt;/P&gt;&lt;P&gt;Alvaro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2005 10:24:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/optimizer-hints/m-p/926318#M59900</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-02T10:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Optimizer Hints</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/optimizer-hints/m-p/926319#M59901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey folks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this russian webpage is some sort of translation of the SAP Notes it mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Alvaro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2005 12:01:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/optimizer-hints/m-p/926319#M59901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-02T12:01:51Z</dc:date>
    </item>
  </channel>
</rss>

