<?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 Which datafiles will be used ?? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/which-datafiles-will-be-used/m-p/3245838#M891909</link>
    <description>Hi there,&lt;BR /&gt;&lt;BR /&gt;Suppose I have 2 data files in a tablespace and both of them are empty.  Just wondering what criteria Oracle uses to write data to these data files ?&lt;BR /&gt;&lt;BR /&gt;As I have encounter a case for temporary tablespace - one data file is 4GB and the other is 2GB.  One user account with 2GB file size ulimit is unable to execute the query when the temporary tablespace is empty.&lt;BR /&gt;&lt;BR /&gt;Any idea ??&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Chris,</description>
    <pubDate>Mon, 12 Apr 2004 20:39:05 GMT</pubDate>
    <dc:creator>Chris Fung</dc:creator>
    <dc:date>2004-04-12T20:39:05Z</dc:date>
    <item>
      <title>Which datafiles will be used ??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-datafiles-will-be-used/m-p/3245838#M891909</link>
      <description>Hi there,&lt;BR /&gt;&lt;BR /&gt;Suppose I have 2 data files in a tablespace and both of them are empty.  Just wondering what criteria Oracle uses to write data to these data files ?&lt;BR /&gt;&lt;BR /&gt;As I have encounter a case for temporary tablespace - one data file is 4GB and the other is 2GB.  One user account with 2GB file size ulimit is unable to execute the query when the temporary tablespace is empty.&lt;BR /&gt;&lt;BR /&gt;Any idea ??&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Chris,</description>
      <pubDate>Mon, 12 Apr 2004 20:39:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-datafiles-will-be-used/m-p/3245838#M891909</guid>
      <dc:creator>Chris Fung</dc:creator>
      <dc:date>2004-04-12T20:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: Which datafiles will be used ??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-datafiles-will-be-used/m-p/3245839#M891910</link>
      <description>What error are they getting?  How are they connected to the database (local or remote)?  &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Mon, 12 Apr 2004 22:02:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-datafiles-will-be-used/m-p/3245839#M891910</guid>
      <dc:creator>Brian Crabtree</dc:creator>
      <dc:date>2004-04-12T22:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Which datafiles will be used ??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-datafiles-will-be-used/m-p/3245840#M891911</link>
      <description>Hi Brian,&lt;BR /&gt;&lt;BR /&gt;The error message is:&lt;BR /&gt;&lt;BR /&gt;ERROR at line 1:&lt;BR /&gt;ORA-01114: IO error writing block to file 4 (block # 420098)&lt;BR /&gt;ORA-27092: skgfofi: size of file exceeds file size limit of the process&lt;BR /&gt;Additional information: 262143&lt;BR /&gt;Additional information: 512001&lt;BR /&gt;ORA-01114: IO error writing block to file 4 (block # 420098)&lt;BR /&gt;ORA-27092: skgfofi: size of file exceeds file size limit of the process&lt;BR /&gt;Additional information: 262143&lt;BR /&gt;Additional information: 512001&lt;BR /&gt;&lt;BR /&gt;And the sql is run by cronjob.  The user account is OS authenticated.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Chris,</description>
      <pubDate>Mon, 12 Apr 2004 22:31:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-datafiles-will-be-used/m-p/3245840#M891911</guid>
      <dc:creator>Chris Fung</dc:creator>
      <dc:date>2004-04-12T22:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Which datafiles will be used ??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-datafiles-will-be-used/m-p/3245841#M891912</link>
      <description>Hi Chris&lt;BR /&gt;&lt;BR /&gt;Set the ulimit file limit for the user to unlimited or at least more than the &lt;BR /&gt;maximum datafile size.&lt;BR /&gt;&lt;BR /&gt;There r two kinds of Limits Hard and Soft Limit.&lt;BR /&gt;Increasing  the limit for a resource usually requires special privileges. Some systems allow you to lower  resource limits and later increase them. These are called soft lim-&lt;BR /&gt;its. Once a hard limit is set  the  resource  can  not  be increased.&lt;BR /&gt;&lt;BR /&gt;Which oracle version ur using and what is OS.&lt;BR /&gt;&lt;BR /&gt;With Regards&lt;BR /&gt;Hari Kumar&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Apr 2004 23:57:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-datafiles-will-be-used/m-p/3245841#M891912</guid>
      <dc:creator>Hari Kumar</dc:creator>
      <dc:date>2004-04-12T23:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: Which datafiles will be used ??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-datafiles-will-be-used/m-p/3245842#M891913</link>
      <description>Hi Chris,&lt;BR /&gt;if hpux, to change the process resource limits:&lt;BR /&gt;to display the soft limit for stack size:  &lt;BR /&gt;$ ulimit -s &lt;BR /&gt;to set the soft limit to 'unlimited':     &lt;BR /&gt;$ ulimit -s unlimited  &lt;BR /&gt;to display the hard limit for stack size:     &lt;BR /&gt;$ ulimit -Hs    8192    &lt;BR /&gt;to increase the hard limit:     &lt;BR /&gt;$ ulimit -Hs 8193&lt;BR /&gt;&lt;BR /&gt;regards tommy</description>
      <pubDate>Tue, 13 Apr 2004 02:15:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-datafiles-will-be-used/m-p/3245842#M891913</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2004-04-13T02:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Which datafiles will be used ??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-datafiles-will-be-used/m-p/3245843#M891914</link>
      <description>Hi,&lt;BR /&gt; &lt;BR /&gt;users do not write to Oracle datafiles.  This is handled by the Oracle database owner, only this user needs to have access to this files, enough quotas, etc.&lt;BR /&gt; &lt;BR /&gt;regards,&lt;BR /&gt;Thierry.</description>
      <pubDate>Tue, 13 Apr 2004 02:48:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-datafiles-will-be-used/m-p/3245843#M891914</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2004-04-13T02:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Which datafiles will be used ??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-datafiles-will-be-used/m-p/3245844#M891915</link>
      <description>Hi Chris,&lt;BR /&gt;&lt;BR /&gt;Please check this link:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=227044" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=227044&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=14213" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=14213&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Tue, 13 Apr 2004 04:21:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-datafiles-will-be-used/m-p/3245844#M891915</guid>
      <dc:creator>Sanjiv Sharma_1</dc:creator>
      <dc:date>2004-04-13T04:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: Which datafiles will be used ??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-datafiles-will-be-used/m-p/3245845#M891916</link>
      <description>Hi there,&lt;BR /&gt;&lt;BR /&gt;Thanks for all your solutions.  However, I would like to know how Oracle determines which datafile to use when handling queries / or other insert, update, delete operations.&lt;BR /&gt;&lt;BR /&gt;Any related documents / resource can help ?&lt;BR /&gt;&lt;BR /&gt;Many thanks,&lt;BR /&gt;&lt;BR /&gt;Chris,</description>
      <pubDate>Thu, 15 Apr 2004 01:14:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-datafiles-will-be-used/m-p/3245845#M891916</guid>
      <dc:creator>Chris Fung</dc:creator>
      <dc:date>2004-04-15T01:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: Which datafiles will be used ??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/which-datafiles-will-be-used/m-p/3245846#M891917</link>
      <description>Hi Chris,&lt;BR /&gt;&lt;BR /&gt;this might be outdated and there are diffrences now between Dictionary and local managed tablespaces ....&lt;BR /&gt;&lt;A href="http://asktom.oracle.com/pls/ask/f?p=4950:8:832400930516336758::NO::F4950_P8_DISPLAYID,F4950_P8_CRITERIA:2091240981476," target="_blank"&gt;http://asktom.oracle.com/pls/ask/f?p=4950:8:832400930516336758::NO::F4950_P8_DISPLAYID,F4950_P8_CRITERIA:2091240981476,&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;There are pretty good whitepapers available at &lt;A href="http://otn.oracle.com" target="_blank"&gt;http://otn.oracle.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;Volker</description>
      <pubDate>Fri, 16 Apr 2004 17:08:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/which-datafiles-will-be-used/m-p/3245846#M891917</guid>
      <dc:creator>Volker Borowski</dc:creator>
      <dc:date>2004-04-16T17:08:46Z</dc:date>
    </item>
  </channel>
</rss>

