﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>FranklinFaces.com - Oracle &amp; SQL Server Database Forums for all IT Professionals / Oracle Forum / ORA - Oracle Database Error Codes - Search via specific error codes. / ORA-00000 Through ORA-09989   / ORA-01114 and  ORA-27063 ora error code / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>FranklinFaces.com - Oracle &amp; SQL Server Database Forums for all IT Professionals</description><link>http://www.franklinfaces.com/</link><webMaster>no-reply@FranklinFaces.com</webMaster><lastBuildDate>Thu, 09 Feb 2012 11:07:45 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: ORA-01114 and  ORA-27063 ora error code</title><link>http://www.franklinfaces.com/Topic31-54-1.aspx</link><description>[b]Reference:[/b]&lt;br&gt;&lt;br&gt;ORA-27063 skgfospo: number of bytes read/written is incorrect&lt;br&gt;&lt;br&gt;    Cause: The number of bytes read/written as returned by AIOWAIT does not match the original number, additional information indicates both these numbers.&lt;br&gt;&lt;br&gt;    Action: Check errno.&lt;br&gt;</description><pubDate>Sun, 18 Jan 2009 14:04:48 GMT</pubDate><dc:creator>Admin</dc:creator></item><item><title>RE: ORA-01114 and  ORA-27063 ora error code</title><link>http://www.franklinfaces.com/Topic31-54-1.aspx</link><description>[b]Reference :[/b]&lt;br&gt;&lt;br&gt;ORA-01114 IO error writing block to file string (block # string)&lt;br&gt;&lt;br&gt;    Cause: The device on which the file resides is probably offline. If the file is a temporary file, then it is also possible that the device has run out of space. This could happen because disk space of temporary files is not necessarily allocated at file creation time.&lt;br&gt;&lt;br&gt;    Action: Restore access to the device or remove unnecessary files to free up space.&lt;br&gt;</description><pubDate>Sun, 18 Jan 2009 14:03:48 GMT</pubDate><dc:creator>Admin</dc:creator></item><item><title>ORA-01114 and  ORA-27063 ora error code</title><link>http://www.franklinfaces.com/Topic31-54-1.aspx</link><description>You will see following ora error :&lt;BR&gt;&lt;BR&gt;&lt;FONT color=#117777&gt;&lt;FONT color=#555511&gt;ORA-01114: IO error writing block to file &lt;FONT color=#1111ff&gt;202&lt;/FONT&gt; (block # 458633)&lt;BR&gt;ORA-27063: skgfospo: number of bytes read/written is incorrect&lt;BR&gt;SVR4 Error: 28: No space left on device&lt;BR&gt;Additional information: -1&lt;BR&gt;Additional information: 122880&lt;/FONT&gt;&lt;BR&gt;&lt;/FONT&gt;&lt;BR&gt;or&lt;BR&gt;&lt;BR&gt;&lt;FONT color=#555511&gt;ORA-01114: IO error writing block to file &lt;FONT color=#1111ff&gt;202&lt;/FONT&gt; (block # 458633)&lt;BR&gt;ORA-27063: skgfospo: number of bytes read/written is incorrect&lt;BR&gt;SVR4 Error: 28: No space left on device&lt;BR&gt;Additional information: -1&lt;BR&gt;Additional information: 122880&lt;BR&gt;&lt;/FONT&gt;&lt;BR&gt;&lt;BR&gt;This means that a datafile cannot extend anymore because a disk (or mount point / raw device / or any storage device) is full.&lt;BR&gt;&lt;BR&gt;Specifically, the high numbering of the file (in blue), refers to a temporary file.&lt;BR&gt;&lt;BR&gt;If the number is in the range between 1 - DB_FILES, where DB_FILES is an initialization parameter whose value can be retrieved either with:&lt;BR&gt;&lt;BR&gt;&lt;FONT color=#555511&gt;select * from v$parameter&lt;BR&gt;where name = 'db_files';&lt;BR&gt;&lt;/FONT&gt;&lt;BR&gt;or in SQL*Plus with&lt;BR&gt;&lt;BR&gt;&lt;FONT color=#555511&gt;show parameter db_files&lt;/FONT&gt;&lt;BR&gt;&lt;BR&gt;This means that we are talking of an ordinary datafile.&lt;BR&gt;&lt;BR&gt;In this case DB_FILES was set to 200, which means that 202 refers to a temporary file and tempfiles are numbered starting from DB_FILES + 1.&lt;BR&gt;&lt;BR&gt;If the temporary file is set to AUTOEXTEND ON, then the root cause of the problem can be a huge query on a view requiring a big sort operation or the insertion of lots of rows into a temporary table that made the temporary tablespace grow larger than usual until all the space on the device was used up.&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;One of things you want to do is check if temporary files are not sitting in the same filesystem as your datafiles. If you see this, then take the necessary steps to drop the tempfiles from the shared location and put them all in a single filesystem separate from the datafiles. Make sure that you have enough filesystem space on the new filesystem where the temp files will reside. Of course this is application dependant. &lt;BR&gt;</description><pubDate>Thu, 01 Jan 2009 07:09:23 GMT</pubDate><dc:creator>Admin</dc:creator></item></channel></rss>
