<?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: sql trace in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-trace/m-p/893609#M53829</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, the execution time varies depending upon the server load and the buffer.  To have an idle execution time, better log off and then execute. As whenever the program is first executed, there would be no buffer and I think we can consider this time to  be the idle time .  From the second execution onwards, as the buffer would be already available, the time would be less than the first time execution.  Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Dec 2005 15:50:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-21T15:50:45Z</dc:date>
    <item>
      <title>sql trace</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-trace/m-p/893606#M53826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear all,&lt;/P&gt;&lt;P&gt; the sql trace ( st05) in SAP shows different execution time values when i run the query at different times. Is the execution time shown dependent on the network load? and what does all the fields of sql trace output mean?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jan 2005 11:36:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-trace/m-p/893606#M53826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-11T11:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: sql trace</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-trace/m-p/893607#M53827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prabaharan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Database access times higher at certain times can be generated by throughput problems in the network. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Please do not forget to run the application at least once before starting the measurement, in order to fill the buffers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not know whether I understood the second question rightly, but here are some field descriptions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Columns in SQL trace:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Duration    - SQL statement runtime in microseconds&lt;/P&gt;&lt;P&gt;Object      - DB table or view name&lt;/P&gt;&lt;P&gt;Oper        - operation executed (e.g. open, fetch)&lt;/P&gt;&lt;P&gt;Rec         - number of records read from the DB&lt;/P&gt;&lt;P&gt;RC          - database specific return code&lt;/P&gt;&lt;P&gt;Statement:  - short form of SQL statement&lt;/P&gt;&lt;P&gt;hh:mm:ss.ms - time stamp&lt;/P&gt;&lt;P&gt;Program     - program generating the SQL statements&lt;/P&gt;&lt;P&gt;Curs        - database cursor number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above given info is taken from ''SAP Performance Optimization Guide' (ISBN 1-59229-022-1).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Ferenc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2005 15:17:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-trace/m-p/893607#M53827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-21T15:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: sql trace</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-trace/m-p/893608#M53828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to compare performance for different selects, the best tool is the 'explain' function in the trace. Put your cursor on a line in the trace doing an 'open' and then press the explain button. The estimated cost should remain constant for identical selects under different network loads.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2005 15:34:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-trace/m-p/893608#M53828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-21T15:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: sql trace</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-trace/m-p/893609#M53829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, the execution time varies depending upon the server load and the buffer.  To have an idle execution time, better log off and then execute. As whenever the program is first executed, there would be no buffer and I think we can consider this time to  be the idle time .  From the second execution onwards, as the buffer would be already available, the time would be less than the first time execution.  Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2005 15:50:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-trace/m-p/893609#M53829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-21T15:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: sql trace</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-trace/m-p/893610#M53830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Answers were useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 16:15:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-trace/m-p/893610#M53830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T16:15:55Z</dc:date>
    </item>
  </channel>
</rss>

