<?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: Error while extending table space in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-extending-table-space/m-p/3567453#M838784</link>
    <description>Hi Otong,&lt;BR /&gt;&lt;BR /&gt;ORA-01237: cannot extend datafile 8&lt;BR /&gt;ORA-01110: data file 8: '/u01/oradata/rman/cat1rman.dbf'&lt;BR /&gt;ORA-19502: write error on file "/u01/oradata/rman/cat1rman.dbf", blockno 53395&lt;BR /&gt;(blocksize=6144)&lt;BR /&gt;ORA-27072: skgfdisp: I/O error&lt;BR /&gt;&lt;BR /&gt;The above errors could be due to the following reasons. As the other posts mentioned, it could be due to &lt;BR /&gt;&lt;BR /&gt;1. Due to lack of available disk space on the hard drive. Increase space available on hard drive. &lt;BR /&gt;   &lt;BR /&gt;2. The default location rman writes to, $oracle_home/dbs, is full. You can free up space in the default location&lt;BR /&gt;&lt;BR /&gt;3. When creating a data file and if you are using raw device, ensure that the data file is smaller than the size of the raw device. If you have a 100 MB raw partition, do not allocate a data file of 100 MB.  Instead allocate a datafile of 100 MB - 1 MB; 99 MB. The rule of thumb is to leave 1MB unused. Following this rule ensures that you will not write over cylinder 0 of the disk.    &lt;BR /&gt;&lt;BR /&gt;4. Iif it is a file io error then add the following parameter to your init&lt;SID&gt;.ora file:  \&lt;BR /&gt;        disk_asynch_io = false  &lt;BR /&gt;Explanation  : â  DISK_ASYNCH_IO can be used to control whether I/O to datafiles, controlfiles and logfiles are asynchronous. If a platform supports asynchronous I/O to disk, it is recommended that this parameter is left to its default. However, if the asynchronous I/O implementation is not stable, this parameter can be set to FALSE to disable asynchronous I/O. If a platform does not support asynchronous I/O to disk, this parameter has no effect."  &lt;BR /&gt;&lt;BR /&gt;Indir&lt;/SID&gt;</description>
    <pubDate>Tue, 21 Jun 2005 03:37:21 GMT</pubDate>
    <dc:creator>Indira Aramandla</dc:creator>
    <dc:date>2005-06-21T03:37:21Z</dc:date>
    <item>
      <title>Error while extending table space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-extending-table-space/m-p/3567449#M838780</link>
      <description>Dear all,&lt;BR /&gt;&lt;BR /&gt;When I was extending tablespace, i got an error :&lt;BR /&gt;&lt;BR /&gt;ALTER DATABASE DATAFILE '/u01/oradata/rman/cat1rman.dbf' RESIZE 500m&lt;BR /&gt;*&lt;BR /&gt;ERROR at line 1:&lt;BR /&gt;ORA-01237: cannot extend datafile 8&lt;BR /&gt;ORA-01110: data file 8: '/u01/oradata/rman/cat1rman.dbf'&lt;BR /&gt;ORA-19502: write error on file "/u01/oradata/rman/cat1rman.dbf", blockno&lt;BR /&gt;53395&lt;BR /&gt;(blocksize=6144)&lt;BR /&gt;ORA-27072: skgfdisp: I/O error&lt;BR /&gt;Additional information: 53395&lt;BR /&gt;&lt;BR /&gt;Please help me to resolve problem. I need to solve asap.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Otong&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Jun 2005 02:14:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-extending-table-space/m-p/3567449#M838780</guid>
      <dc:creator>Otong Sunaryo</dc:creator>
      <dc:date>2005-06-21T02:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error while extending table space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-extending-table-space/m-p/3567450#M838781</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;do u want to check if there is enough space in the file system, /u01?&lt;BR /&gt;&lt;BR /&gt;it looks like there is not enough space to extend that tablespace to 500MB.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Tue, 21 Jun 2005 02:24:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-extending-table-space/m-p/3567450#M838781</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2005-06-21T02:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error while extending table space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-extending-table-space/m-p/3567451#M838782</link>
      <description>Hi Otong,&lt;BR /&gt;&lt;BR /&gt;You need to check on the disk where the database sit-on, looks like there's an issue in there based on (ORA-19502 &amp;amp; ORA-27072). Check the syslog.log, event.log &amp;amp; use dd to check the disk or STM to see the growing defect-list.&lt;BR /&gt;&lt;BR /&gt;Backup is the good plan also on this situation.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;AW</description>
      <pubDate>Tue, 21 Jun 2005 02:28:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-extending-table-space/m-p/3567451#M838782</guid>
      <dc:creator>Adisuria Wangsadinata_1</dc:creator>
      <dc:date>2005-06-21T02:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error while extending table space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-extending-table-space/m-p/3567452#M838783</link>
      <description>Hi Otong,&lt;BR /&gt;&lt;BR /&gt;To check space on /u01, do:&lt;BR /&gt;&lt;BR /&gt;#bdf /u01&lt;BR /&gt;&lt;BR /&gt;To check where the used space is, execute:&lt;BR /&gt;&lt;BR /&gt;#du -k /u01|more&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes</description>
      <pubDate>Tue, 21 Jun 2005 03:24:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-extending-table-space/m-p/3567452#M838783</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2005-06-21T03:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error while extending table space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-extending-table-space/m-p/3567453#M838784</link>
      <description>Hi Otong,&lt;BR /&gt;&lt;BR /&gt;ORA-01237: cannot extend datafile 8&lt;BR /&gt;ORA-01110: data file 8: '/u01/oradata/rman/cat1rman.dbf'&lt;BR /&gt;ORA-19502: write error on file "/u01/oradata/rman/cat1rman.dbf", blockno 53395&lt;BR /&gt;(blocksize=6144)&lt;BR /&gt;ORA-27072: skgfdisp: I/O error&lt;BR /&gt;&lt;BR /&gt;The above errors could be due to the following reasons. As the other posts mentioned, it could be due to &lt;BR /&gt;&lt;BR /&gt;1. Due to lack of available disk space on the hard drive. Increase space available on hard drive. &lt;BR /&gt;   &lt;BR /&gt;2. The default location rman writes to, $oracle_home/dbs, is full. You can free up space in the default location&lt;BR /&gt;&lt;BR /&gt;3. When creating a data file and if you are using raw device, ensure that the data file is smaller than the size of the raw device. If you have a 100 MB raw partition, do not allocate a data file of 100 MB.  Instead allocate a datafile of 100 MB - 1 MB; 99 MB. The rule of thumb is to leave 1MB unused. Following this rule ensures that you will not write over cylinder 0 of the disk.    &lt;BR /&gt;&lt;BR /&gt;4. Iif it is a file io error then add the following parameter to your init&lt;SID&gt;.ora file:  \&lt;BR /&gt;        disk_asynch_io = false  &lt;BR /&gt;Explanation  : â  DISK_ASYNCH_IO can be used to control whether I/O to datafiles, controlfiles and logfiles are asynchronous. If a platform supports asynchronous I/O to disk, it is recommended that this parameter is left to its default. However, if the asynchronous I/O implementation is not stable, this parameter can be set to FALSE to disable asynchronous I/O. If a platform does not support asynchronous I/O to disk, this parameter has no effect."  &lt;BR /&gt;&lt;BR /&gt;Indir&lt;/SID&gt;</description>
      <pubDate>Tue, 21 Jun 2005 03:37:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-extending-table-space/m-p/3567453#M838784</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2005-06-21T03:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error while extending table space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-extending-table-space/m-p/3567454#M838785</link>
      <description>hi,&lt;BR /&gt;in case you cannot extend due to diskspace problem on that file system, you can also add another datafile(from another file system of course) to that same tablespace.&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Tue, 21 Jun 2005 11:01:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-extending-table-space/m-p/3567454#M838785</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2005-06-21T11:01:43Z</dc:date>
    </item>
  </channel>
</rss>

