IO error writing block to file  (Apex 4.01, 11gR2, RH 64 bit & Using Gatew

I have Apex 4.01 running on a Linux Red Hat 64 bit server and the database is 11gR2. I'm using the gateway and receiving numerous io errors on files that do not exist in the database. Has any one else experienced this? Should I scrape the gateway and load https ?
File 201 does not exists in the database (error below). I have verified this the files do not exists using ( dba_data_files or dba_temp_files) . Is this a Gateway issue?
I have run dbverify and there are not corruptions within in the database. We have run a disk check on the SAN and there are not issues either.
Example of Error:
===========
</msg>
<msg time='2010-11-09T16:18:25.446-06:00' org_id='oracle' comp_id='rdbms'
client_id='ADMIN:1753485708135952' type='UNKNOWN' level='16'
host_id='houlnxora01d.nblenergy.com' host_addr='10.10.200.26' module='APEX:APPLICATION 4500'
pid='26431'>
<txt>Errors in file /u01/app/oracle/diag/rdbms/bdapx01d/bdapx01d/trace/bdapx01d_s000_26431.trc:
ORA-01114: IO error writing block to file 201 (block # 36609)
ORA-27072: File I/O error
Linux-x86_64 Error: 9: Bad file descriptor
Additional information: 4
Additional information: 36609
Additional information: -1
</txt>
</msg>

Hello,
I think this is a database-related problem which also occurs when using APEX, but I don't think it's caused by APEX.
The error basically says that something is wrong with your filesystem.
I suggest you post this error description to the forum where the experienced dbas could help you more: {forum:id=61}
From what I know, these errors may occur when your filesystem is full or the file was deleted/moved or set offline for some other reason.
You could get a hint for troubleshooting by locating the file on your filesystem:
select file_name
from dba_data_files
where file_id=201;If it actually doesn't exist, something has messed up your data dictionary. You could then try to find out which tablespace and object/s have a hold on that file:
select
   owner,
   tablespace_name,
   segment_type,
   segment_name
from
   dba_extents
where
   file_id = 201
and
   block_id = 36609;I hope it's just the "disk full"-case.
-Udo

Similar Messages

  • SQL Error: 1114: ORA-01114: IO error writing block to file (block # )

    hi
    When I run report in rsrt it is throwing me following error..
    Messages:
    ORA-01114: IO error writing block to file (block # )
    SQL Error: 1114
    Error while reading data; navigation is possible
    >> Row: 71 Inc: NEXT_PACKAGE Prog: CL_SQL_RESULT_SET
    we have tried all the options
    increased the table space of temp files but still the issue is not resolved
    one thing we have observed is
    1 case which we are seeing (not sure if this is only because of the below case)
    we see this error specifically when we run query on our infocube ZWBS_C11 (CUSTOMIZED CUBE) which has MANDATORY VARIABLE ON 0PROJECT
    do this variable has anything to do with the error..
    because in other cases where we have like 5 reports on same infocube..
    we dont see this error in other 2 cases where we dont have this mandatory variable on project
    also we see this error in several other cases like when we are doing compression of info cube zic_c03
    absolutely no clue of why this is happening..and when this is happening
    Regards

    Hi,
    This issue is related Oracle database issue, check with Basis/Dba team. Oce they resolved you can run the report with selections.
    If you know the table name you can check in SE14 (Data base Utility) and adjust the table. Some times it will work out.
    Hope it helps you.
    Riyez

  • ORA-01114: IO error writing block to file

    I am trying to create an index on a RAC database. I have tried this in two different schemas with two different tablespaces. I am not getting the standard "unable to extend segment" when you are out of space. I get:
    Tried creating an index:
    ERROR at line 1:
    ORA-00603: ORACLE server session terminated by fatal error
    I actually lose connection to the database.
    I checked udump and I get:
    ksedmp: internal or fatal error
    ORA-01114: IO error writing block to file 500 (block # 625225)
    ORA-27072: File I/O error
    Linux-x86_64 Error: 28: No space left on device
    Additional information: 4
    Additional information: 625225)
    Additional information: -1
    1. I have 525 GBs of free space in one of my tablespace which is plenty
    2. I was able to create a new table and copy the data from the existing table. Just getting the problem with creating indexes.
    I do not have a file_id 500, so I guess that is an OS file number.

    Hi,
    Your temporary tablespaces datafiles are ok? sometimes this kind of errors arise from those files:
    1) Index creation , implies sorting ...therefore temporary usage
    2) Cannot find the file number within dba_data_files
    The (possible) reason for this, resides at the way temporary datafiles are structured: they don't allocate all disk space at creation time, like other datafiles.
    For instance, you have a filesystem with 300Mb free, and you declared a 200Mb temporary datafile, check if it will have 100Mb or 300Mb freespace (Unix bdf/Linux df -k)? ... it's puzzling... if you later redefine size for temporary , adding 150Mb , the database will allow you to do that... cause it's not allocating the space, it will use the space when temporary space is required, and you'll be in troubles passing the 300Mb barrier... just at 300 Mb + 512bytes you're out of space.
    Regards
    Ignacio
    http://oracledisect.blogspot.com

  • ORA-01114: IO error writing block to file %s (block # %s)

    One of my large query (has a large amount of sort) fails with the following error.
    ORA-01114: IO error writing block to file %s (block # %s).
    Uses Oracle 9.2 on windows 2000 server. The size of the TEMPORARY file increases and stops at 4.2 GB. This was the default TEMP file created by oracle at the time of installation. I have another 10GB of free space available on this drive (where the TEMP file exists). Information in DBA_TEMP_FILES table is given below.
    Thanks in advance for helps.
    Paul.
    FILE_ID TABLESPACE_NAME BYTES BLOCKS STATUS RELATIVE_FNO AUT MAXBYTES MAXBLOCKS INCREMENT_BY USER_BYTES USER_BLOCKS
    1 TEMP 4294967296 524288 AVAILABLE 1 YES 34359721984 4194302 1 4293918720 524160

    Filesystem 1k-blocks Used Available Use% Mounted on
    /dev/sda2 4127108 200124 3717336 6% /
    /dev/sda1 46636 14166 30062 33% /boot
    none 513884 0 513884 0% /dev/shm
    /dev/sda3 11052880 5697800 4793612 55% /usr
    /dev/sda6 256667 37742 205673 16% /var
    /dev/sdb1 35001508 33223516 0 100% /u01
    /dev/sdc1 35001508 137340 33086176 1% /u02
    /dev/sdd1 35001508 19748484 13475032 60% /u03
    /dev/sde1 35001508 32844 33190672 1% /u04
    In the /u01 are temp01.dbf (11.039.416.320) and undotbs01.dbf (2.422.218.752) located. Can I delete or truncate the temp01 file to make space on the device or not?

  • ORA-01114: IO error writing block to file 101 (block # 376038) in create in

    Hi
    I have srange problem with create index
    I have database 10.2.0.4 on HPUX
    I tried to create index :
    CREATE INDEX "MIGRACE"."R111800_IX1" ON "MIGRACE"."R111800" ("SPARTE", "KONR")
    5 TABLESPACE "MIGR" ;
    ORA-01114: IO error writing block to file 101 (block # 376038)
    ORA-27072: File I/O error
    HPUX-ia64 Error: 5: I/O error
    Additional information: 4
    Additional information: 376038
    Additional information: -1
    ORA-01114: IO error writing block to file 101 (block # 376038)
    table "MIGRACE"."R111800" is ok , is readable and doesn't have any LOB
    SPARTE                                                                                                                              VARCHAR2(4)
    KTONR                                                                                                                                  VARCHAR2(11)
    SUBNR                                                                                                                                  VARCHAR2(1)
    TXTGRP                                                                                                                              VARCHAR2(8)
    PRODMON                                                                                                                             VARCHAR2(6)
    WERT                                                                                                                                  NUMBER(13,2)
    I don't have in database file number 101 , all datafile are noextensible , can You help me where could be peoblwm ?
    Thank You
    Brano

    branislav.dobrotka wrote:
    Hi
    I have srange problem with create index
    I have database 10.2.0.4 on HPUX
    I tried to create index :
    CREATE INDEX "MIGRACE"."R111800_IX1" ON "MIGRACE"."R111800" ("SPARTE", "KONR")
    5 TABLESPACE "MIGR" ;
    ORA-01114: IO error writing block to file 101 (block # 376038)
    ORA-27072: File I/O error
    HPUX-ia64 Error: 5: I/O error
    Additional information: 4
    Additional information: 376038
    Additional information: -1
    ORA-01114: IO error writing block to file 101 (block # 376038)
    table "MIGRACE"."R111800" is ok , is readable and doesn't have any LOB
    SPARTE                                                                                                                              VARCHAR2(4)
    KTONR                                                                                                                                  VARCHAR2(11)
    SUBNR                                                                                                                                  VARCHAR2(1)
    TXTGRP                                                                                                                              VARCHAR2(8)
    PRODMON                                                                                                                             VARCHAR2(6)
    WERT                                                                                                                                  NUMBER(13,2)
    I don't have in database file number 101 , all datafile are noextensible , can You help me where could be peoblwm ?
    Thank You
    BranoOracle is victim; not culprit.
    OS error.
    is disk volume full?
    any clues in OS messages file?

  • ORA-01114: IO error writing block

    What is the best way to recover from error :
    Wed Nov 22 21:44:01 2006
    Errors in file c:\oracle\admin\orcl\bdump\orcl_dbw0_3932.trc:
    ORA-01242: data file suffered media failure: database in NOARCHIVELOG mode
    ORA-01114: IO error writing block to file 65 (block # 260237)
    ORA-01110: data file 65: 'C:\ORADATA\ORCL\RG_IDX_16.ORA'
    ORA-27072: skgfdisp: I/O error
    OSD-04008: WriteFile() failure, unable to write to file
    O/S-Error: (OS 1) Incorrect function.
    DBW0: terminating instance due to error 1242
    Instance terminated by DBW0, pid = 3932

    The basic meaning of this error stack is DB writer is unable to write to the mentioned datafile. There could be logical or physical corruption (hardware failure) or another process blocks this datafile. In the latter case the problem should be temporarily,
    1) shutdown the database
    2) run chkdsk (to check for disk failures)
    3) startup the database
    If the error persists you have to restore/recover from a backup. Since the database is running in noarchivelog mode this can only be done from a cold backup, which means probably loss of data.
    Werner

  • Cannot install PhotoShop CC "Error writing to temporary file location", how do I fix this?

         I am working on a Mac OS X Server, version 10.6.8
         I use my Adobe applications - Indesign, PhotoShop, Illustrator, and a couple of others - primarily for school work (graphic design). I download the applications from my Adobe Application Manager, but they recently stopped working. I didn't know if this was due to recent updates or the fact that I had just changed out my hard drive when the original one failed. I uninstalled the applications, and am trying to re-install them, but am receiving the error message, "Error writing to temporary file location".
         Does anyone know how to fix this? Is it just because I'm running 10.6.8? If so, can I make my applications work without getting a whole new computer?

    Please refer PS system requirements from this link:
    http://helpx.adobe.com/photoshop/system-requirements.html#Photoshop CC system requirements/
    Regards,
    Ashutosh

  • Error writing metadata to file

    I am getting constant error messages from Bridge CS4 when trying to add keywords to my images "Error Writing Metadata to file "XXXX". It's very annoying and destroying my workflow. I have tried resetting original preferences, and using purge cashe. Finally I reorganized my entire folder structure which seemed to make the problem less frequent.
    The circumstance that makes this error pop up most frequently is when I add keywords to a handful of files that already have another keyword assigned. Quitting the folder and then re-entering it solves the problem for the photos with the current error, but then 20 or so photos later I get the error message again.
    Any Fixes?

    A new suspicion was that the read/write data might be different for the images files themselves than it was for the folder holding them. So I applied the read/write permission to the image files themselves. No luck though. Still getting "Error writing metadata to file xxxx" Errors. Would love to be spending all this time editing photos instead of chasing down bugs. Brand new MacBook Pro and I'm spending more time trying to fix errors than using the software. ::sigh::

  • Export with Table Splitting : ORA-01115: IO error reading block from file

    Hello,
    We are in perfroming the last dryrun of our CU&UC conversion.
    The are now in the process of exporting the ECC6 system (Oracle 10.2.0.4.0, HPUX ia64) using sapinst features, "table splitting preparation"
    When doing so, we are facing critical errors :
    Creating file /export_uni/sapinst_splitting/ora_query3_tmp3_1.sql.
    ERROR 2010-08-11 10:27:28.881
    CJS-00084  SQL statement or script failed. DIAGNOSIS: Error message: ORA-12801: error signaled in parallel query server P002
    ORA-01115: IO error reading block from file 90 (block # 16640)
    ORA-27072: File I/O error
    HPUX-ia64 Error: 22: Invalid argument
    Additional information: 4
    Additional information: 16640
    Additional information: -1
    ORA-01115: IO error reading block from file 90 (block # 16640)
    ORA-27072: File I/O error
    HPUX-ia64 Error: 22: Invalid argument
    ORA-06512: at "SAPR3.TABLE_SPLITTER", line 775
    ORA-06512: at line 1
    I have therefore perfmed a dbverify ; no corruption has been recorded.
    When trying to perfrom the EXPORT, without table splitting ; it works fine ...but the processing time is extremely long, as you can imagine. Any help would be highly appreciated.Regards.
    Raoul

    Thank you Stefan,
    Our HPUX Release seems to be indeed 11v3,
    [root@:/root]# uname -a
    HP-UX B.11.31 U ia64 2566039091 unlimited-user license
    I'll check the installation of the  patch and keep you informed
    Thank you
    Raoul
    Edited by: Raoul Shiro on Aug 11, 2010 11:57 AM

  • Error writing the project file. Error loading type library / dll

    Hi all,
    I am trying to create a new portal project in PDK.NET. But I am getting this error- "Error writing the project file. Error loading type library / dll". Can anyone tell me how to solve this error.
    rgds

    I get this same error.  Was working fine until I installed the SAP .Net Connector 2.0.  Now it does not work even after it was uninstalled.  Please help.

  • What are the cases that cause the I/O error writing to output file

    may i ask what are the cases that cause the I/O error writing to output file ??
    cause i have the write path and the input file has data
    any ideas???

    and the permission is to write first time then append to itBy "permission" is meant the operating system controlled rights that let
    particular users do specified things with specified files or directories.
    the error message is a the title of the message
    I/O error writing to output fileThe java runtime actually creates a much more useful error message than
    this but, unfortunately, your program is swallowing this error message and
    replacing it with the message you see.
    Somewhere in your code you have something like:try {
        // all sorts of stuff goes here
        // including the code that is intended to
        // write to the file
    } catch(IOException ioe) {
        System.out.println("I/O error writing to output file");
            // add this line
        //ioe.printStackTrace();
    }It might say Exception rather than IOException.
    To get a much more useful error message add the commented line.

  • Error writing to temporary file location. If this problem persists contact customer support. (-70)

    I've been trying to update/install Creative Cloud applications via Adobe Application Manager and no matter which application I try to install I receive this error: "Error writing to temporary file location. If this problem persists contact customer support. (-70)"
    Prior to this I was having trouble running updates to an application, and it told me I needed "Administrative Privleges" to do so. I have tried everything I can think of with the assistance of the Apple Store. Can anyone at Adobe help me?

    You do not have the permission on the TMP folder for write because of which you are facing the issue.
    Tmp folder is hidden on the Mac hence you have to unhide it first to check the permission and getting it corrected.
    I would recommend you to check the install/update from
    1) New user account
    2) Run the Disk repair utitlity
    if these steps doesn't help then contact support to get the permission corrected.

  • Please help with "Error writing the project file. The specified module could not be found." error.

    I am a student.  I've been trying to install and use Visual Studio 2013 Professional for three weeks now and I cannot get it to work.  I am now two weeks behind in my Visual Basic class.  I've installed, uninstalled, ran the repair option... 
    I've tried everything I know how to do.  I just spent 45 minutes on the phone with Microsoft, was transferred four times and finally told I will have to use the forums to find an answer.  I'm almost completely out of patience with this.
    I got the software through the Dream Spark program as a student.  I installed it with the web installer and it appeared to install fine.  When I try to create a new project, I get the error:  "Error writing the project file.  The
    specified module could not be found."
    When I exit the application, I also get:  "The automatically saved settings file 'c:\users\user\documents\visual studio 2013\Settings\CurrentSettings-2015-02-02.vssettings' is not available for write.  You can change this file on the 'Import
    and Export Settings' Tools Options page."
    Please tell me you can help.

    Hi,
    could you please try the points mentioned here:
    http://social.msdn.microsoft.com/Forums/en-US/vssetup/thread/0376db8f-4761-4ae5-9af2-98c53216318a#VS_IDE_unexpected_problems to eliminate the possible cause of your issue?
    Please update the result in the forum after you try the method above!
    Best Wishes!
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. <br/> Click <a
    href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.

  • Error 1335 the cabinet file data4.cab is corrupt and cannot be used, what do i have to do

    error 1335 teh cabinet file data4.cab is corrupt and cannot be used, what do i have to do

    Hi Max210662,
    Please follow the mentioned kb: http://helpx.adobe.com/creative-suite/kb/install-error-1311-1335-or.html .
    Regards,
    Romit Sinha

  • HT1933 I bought six songs using my itunes gift card in February but I cannot play the songs or downlaod them to my ipod because I get an error saying the original file could not be found.  I have used the gift card previously with no issue.  How do I fix

    I bought six songs using my itunes gift card in February but I cannot play the songs or downlaod them to my ipod because I get an error saying the original file could not be found.  I have used the gift card previously with no issue.  How do I fix it?

    Have you moved or deleted those tracks on your computer (the gift card has got nothing to do with it) ?
    You might be able to re-download them via the Purchased link under Quick Links on the right-hand side of the iTunes store home page on your computer's iTunes (re-downloading isn't possible in all countries) - if those songs appear there then delete the entries from your iTunes library (where you are clicking on them to play them and gettinf the 'original file' error), and they should then get a cloud symbol against them for re-downloading.
    If they don't appear in that link then have you got them on, for example, an external drive ?

Maybe you are looking for

  • Some appointments are not shown sometimes

    I access a Webaccess server that is in GMT+1 timezone from GMT-5 timezone and have GW set to either GMT-5 explicitly or use workstation's timezone. I did this test on Sunday Feb 26 and couple hours into Monday Feb 27 (GMT-5) - I created an appointmen

  • Can't get 8530 to let me setup email accounts.

    I just got a new 8530 Curve.  When I go to setup my hotmail, yahoo, gmail, email accounts it won't let me.  Is this Verizon's problem or with the phone?  I'd like to get it done.  Thanks.  

  • Re: Network problems

    Hi mate sorry to be the harbringer of doom, but ive had this problem for over a month and am still unable to reconnect. all started when i downloaded the first version of itunes which had the store preview panvne and it told me that i had a network c

  • Distribution Model - Change Maintenance System

    I need to change the maintenance system for a distribution model - anyone know where to do this? <b>History</b> We have a sandbox( HRX ) that is a copy of an older production system. We have since upgrade to ECC6.0 and changed the names of our develo

  • User Name Policies - Modifying invalid characters

    Hi All, Normally when we creating usernames in Active Directory we can not use special characters like " / \ [ ] : ; | = , + * ? < >   But underscore character is allowed in usernames. Is there a way of disallowing using of underscore character in th