<?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 java  performance JDBC in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/java-performance-jdbc/m-p/2782033#M722533</link>
    <description>Hello:&lt;BR /&gt;&lt;BR /&gt;Has any you any idea about what can be done to improve the performance of a java application that connect to an Oracle database?&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
    <pubDate>Thu, 08 Aug 2002 08:16:00 GMT</pubDate>
    <dc:creator>oiram</dc:creator>
    <dc:date>2002-08-08T08:16:00Z</dc:date>
    <item>
      <title>java  performance JDBC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/java-performance-jdbc/m-p/2782033#M722533</link>
      <description>Hello:&lt;BR /&gt;&lt;BR /&gt;Has any you any idea about what can be done to improve the performance of a java application that connect to an Oracle database?&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Thu, 08 Aug 2002 08:16:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/java-performance-jdbc/m-p/2782033#M722533</guid>
      <dc:creator>oiram</dc:creator>
      <dc:date>2002-08-08T08:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: java  performance JDBC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/java-performance-jdbc/m-p/2782034#M722534</link>
      <description>Well, the first thing to do would be to identify the performance bottlenecks - is your application spending too much time in blocked waits (do you have many "synchroinised" blocks of code or methods), is there a number-crunching or sorting algorithm that you can improve, or are database operations your bottleneck? If it is indeed a DB-related issue, there are again many things to look at - are indexes being used correctly? Are the Database parameters optimised? Are your queries efficient?&lt;BR /&gt;&lt;BR /&gt;In all probability, 80% of the time your application is executing 20% of the code, and that is where you need to focus.&lt;BR /&gt;Try using timestamp logs to zero in on the problem. You'll get much more useful advice in response to slightly more specific queries.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Aug 2002 08:33:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/java-performance-jdbc/m-p/2782034#M722534</guid>
      <dc:creator>Deepak Extross</dc:creator>
      <dc:date>2002-08-08T08:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: java  performance JDBC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/java-performance-jdbc/m-p/2782035#M722535</link>
      <description>Hello:&lt;BR /&gt;&lt;BR /&gt;    Do you know is there is something that could make a java application run 5 times faster in a NT system than in a HP-UX system(this is my case). &lt;BR /&gt;    No memory pressure and the processor is idle the most time.&lt;BR /&gt;    With HPjmeter I have seen that the method that is called more times is:&lt;BR /&gt; oracle.sqlnet.SQLnetBufferedInputStream.read&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Thu, 08 Aug 2002 08:43:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/java-performance-jdbc/m-p/2782035#M722535</guid>
      <dc:creator>oiram</dc:creator>
      <dc:date>2002-08-08T08:43:12Z</dc:date>
    </item>
  </channel>
</rss>

