<?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 database problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/database-problem/m-p/2762973#M893699</link>
    <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I have HP-UX 10.20 over a K380 server, I have installed Oracle 7.1 and a application that make query and insert data into the database.&lt;BR /&gt;Data comes from many sources trough a x25 network, and there're certain kind of occurrences in which the data arrive in a intempestive way.&lt;BR /&gt;&lt;BR /&gt;Data incoming occupies the lowest virtual circuits free, when there's massive data incoming, there's a problem with the application and in many cases it falls down.&lt;BR /&gt;&lt;BR /&gt;I've found a temporary solution which is stopping data incoming from the source problem.&lt;BR /&gt;&lt;BR /&gt;Could it be a database problem?&lt;BR /&gt;&lt;BR /&gt;Any help would be really appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
    <pubDate>Fri, 12 Jul 2002 17:18:30 GMT</pubDate>
    <dc:creator>Hunan_1</dc:creator>
    <dc:date>2002-07-12T17:18:30Z</dc:date>
    <item>
      <title>database problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/database-problem/m-p/2762973#M893699</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I have HP-UX 10.20 over a K380 server, I have installed Oracle 7.1 and a application that make query and insert data into the database.&lt;BR /&gt;Data comes from many sources trough a x25 network, and there're certain kind of occurrences in which the data arrive in a intempestive way.&lt;BR /&gt;&lt;BR /&gt;Data incoming occupies the lowest virtual circuits free, when there's massive data incoming, there's a problem with the application and in many cases it falls down.&lt;BR /&gt;&lt;BR /&gt;I've found a temporary solution which is stopping data incoming from the source problem.&lt;BR /&gt;&lt;BR /&gt;Could it be a database problem?&lt;BR /&gt;&lt;BR /&gt;Any help would be really appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Jul 2002 17:18:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/database-problem/m-p/2762973#M893699</guid>
      <dc:creator>Hunan_1</dc:creator>
      <dc:date>2002-07-12T17:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: database problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/database-problem/m-p/2762974#M893700</link>
      <description>Perhaps the first thing to look at might be your server performance. Are CPU or IO resouces strained? A lot of insert activity could cause disk performance problems if datafiles are not optimally distributed etc. Can you give more information on the server (RAM, disks etc)? Also at what rate is the data coming in and how are your oracle datafiles distributed?</description>
      <pubDate>Fri, 12 Jul 2002 18:40:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/database-problem/m-p/2762974#M893700</guid>
      <dc:creator>Dave Chamberlin</dc:creator>
      <dc:date>2002-07-12T18:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: database problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/database-problem/m-p/2762975#M893701</link>
      <description>Well, data is coming to 9600 bps.&lt;BR /&gt;In the file attached is the information provided by Ignite.&lt;BR /&gt;&lt;BR /&gt;I'll sent in a while the datafiles distribution</description>
      <pubDate>Fri, 12 Jul 2002 20:08:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/database-problem/m-p/2762975#M893701</guid>
      <dc:creator>Hunan_1</dc:creator>
      <dc:date>2002-07-12T20:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: database problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/database-problem/m-p/2762976#M893702</link>
      <description>some oracle views in the file attached</description>
      <pubDate>Fri, 12 Jul 2002 21:23:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/database-problem/m-p/2762976#M893702</guid>
      <dc:creator>Hunan_1</dc:creator>
      <dc:date>2002-07-12T21:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: database problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/database-problem/m-p/2762977#M893703</link>
      <description>I dont know if you mistyped, but in your original, you put "Oracle 7.1".  If this is true, I would suggest that you upgrade to at least 8.0.6, or 8i if possible.  &lt;BR /&gt;&lt;BR /&gt;Also, can you turn timed_statistics on your database, and look at the v$filestat view again.  The "READTIME" and "WRITETIME" columns are 0 because this is set to false.  You might be able to set this by running "alter system set timed_statistics = true;" from the command line, however in Oracle 7 you might have to bounce the database.  &lt;BR /&gt;&lt;BR /&gt;Also, look at your logfile size and archive parameters.  It could be that your redo logfiles could be filling up, and hanging the database until they can be archived.  &lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Mon, 15 Jul 2002 23:56:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/database-problem/m-p/2762977#M893703</guid>
      <dc:creator>Brian Crabtree</dc:creator>
      <dc:date>2002-07-15T23:56:18Z</dc:date>
    </item>
  </channel>
</rss>

