<?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: Database cannot be shut down ? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/database-cannot-be-shut-down/m-p/2752958#M834981</link>
    <description>#ulimit -f &lt;BR /&gt;is for the files.&lt;BR /&gt;&lt;BR /&gt;#you should set increase the ulimit value of files.&lt;BR /&gt;you can set it to unlimited&lt;BR /&gt;&lt;BR /&gt;#ulimit -f unlimited&lt;BR /&gt;&lt;BR /&gt;Also you can look your soft and hard limit values using&lt;BR /&gt;#ulimit -aS&lt;BR /&gt;#ulimit -aH&lt;BR /&gt;&lt;BR /&gt;ulimit -f (this is for files)&lt;BR /&gt;ulimit -n (no of files)&lt;BR /&gt;ulimit -d (maxdsiz)&lt;BR /&gt;ulimit -s (maxssiz)&lt;BR /&gt;&lt;BR /&gt;I have seen a note that when your Oracle datafile is larger than the value of your ulimit there is possiblity for a corruption of the datafile.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Thu, 27 Jun 2002 04:42:36 GMT</pubDate>
    <dc:creator>T G Manikandan</dc:creator>
    <dc:date>2002-06-27T04:42:36Z</dc:date>
    <item>
      <title>Database cannot be shut down ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/database-cannot-be-shut-down/m-p/2752955#M834978</link>
      <description>Dear all,&lt;BR /&gt;&lt;BR /&gt;we just encounter a database shutdown problem.  we are using Oracle 8.1.7 Enterprise edition.  I 've created a testing database in which the "processes" parameter is set to 50 initially.  Then, I created a datafiles which is 2000MB.  After that, each time I want to shutdown the database, the following message will prompt:&lt;BR /&gt;&lt;BR /&gt;Quote&lt;BR /&gt;&lt;BR /&gt;ORA-01116: error in opening database file 5&lt;BR /&gt;ORA-01110: data file 5: '/dbalv02/oradata/data01.dbf'&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;Unquote&lt;BR /&gt;&lt;BR /&gt;However, I am unable to alter the current session to increate the no. of processes !!  So what can I do??  Shutdown abort or ??  I am afraid I will lose the data stored in that data file.&lt;BR /&gt;&lt;BR /&gt;Attached please find the init.ora file for your reference.&lt;BR /&gt;&lt;BR /&gt;Thanks for help,&lt;BR /&gt;&lt;BR /&gt;Chris,</description>
      <pubDate>Thu, 27 Jun 2002 00:28:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/database-cannot-be-shut-down/m-p/2752955#M834978</guid>
      <dc:creator>Chris Fung</dc:creator>
      <dc:date>2002-06-27T00:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Database cannot be shut down ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/database-cannot-be-shut-down/m-p/2752956#M834979</link>
      <description>Increase the ulimit of your environment and then shutdown the database.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;AR</description>
      <pubDate>Thu, 27 Jun 2002 03:22:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/database-cannot-be-shut-down/m-p/2752956#M834979</guid>
      <dc:creator>Aashish Raj</dc:creator>
      <dc:date>2002-06-27T03:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Database cannot be shut down ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/database-cannot-be-shut-down/m-p/2752957#M834980</link>
      <description>Hi Chris,&lt;BR /&gt;I think you are running into the "ulimit" parameter as well. Take a look at &lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xb0c3a2db8513d6118ff40090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xb0c3a2db8513d6118ff40090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;for instructions on how to increase it.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Tom</description>
      <pubDate>Thu, 27 Jun 2002 03:26:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/database-cannot-be-shut-down/m-p/2752957#M834980</guid>
      <dc:creator>Tom Geudens</dc:creator>
      <dc:date>2002-06-27T03:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Database cannot be shut down ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/database-cannot-be-shut-down/m-p/2752958#M834981</link>
      <description>#ulimit -f &lt;BR /&gt;is for the files.&lt;BR /&gt;&lt;BR /&gt;#you should set increase the ulimit value of files.&lt;BR /&gt;you can set it to unlimited&lt;BR /&gt;&lt;BR /&gt;#ulimit -f unlimited&lt;BR /&gt;&lt;BR /&gt;Also you can look your soft and hard limit values using&lt;BR /&gt;#ulimit -aS&lt;BR /&gt;#ulimit -aH&lt;BR /&gt;&lt;BR /&gt;ulimit -f (this is for files)&lt;BR /&gt;ulimit -n (no of files)&lt;BR /&gt;ulimit -d (maxdsiz)&lt;BR /&gt;ulimit -s (maxssiz)&lt;BR /&gt;&lt;BR /&gt;I have seen a note that when your Oracle datafile is larger than the value of your ulimit there is possiblity for a corruption of the datafile.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 27 Jun 2002 04:42:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/database-cannot-be-shut-down/m-p/2752958#M834981</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-06-27T04:42:36Z</dc:date>
    </item>
  </channel>
</rss>

