Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: ora 1115 error

RE: ora 1115 error

From: Gogala, Mladen <Mladen.Gogala_at_aetn.com>
Date: Mon, 16 Aug 2004 14:49:49 -0400
Message-ID: <30462D80AA52E74698512ADCC4F7EAA31223965F@exchange.aetvn.com>


Restore the datafile from backup, restore all archive logs from the last backup on, mount the database and then just do it! RECOVER DATAFILE '/u11/oradata/htmp88/amapp.dbf' AUTO FROM '<directory where your archived logs are>'; or

RECOVER DATAFILE '/u11/oradata/htmp88/amapp.dbf' UNTIL CANCEL; Don't forget to apply the online redo log, too.

--
Mladen Gogala
Oracle DBA
email:mladeng_at_aetvn.com
Ext: 9787



> -----Original Message-----
> From: DGoodson_at_SolanoCounty.com [mailto:DGoodson_at_SolanoCounty.com]
> Sent: Monday, August 16, 2004 2:38 PM
> To: oracle-l_at_freelists.org
> Subject: ora 1115 error
>
>
> Hi List,
>
> When I startup database, I am getting the following error:
>
> ORA-01110: data file 4: '/u11/oradata/htmp88/amapp.dbf'
> ORA-01115: IO error reading block from file 4 (block # 1)
> ORA-27063: skgfospo: number of bytes read/written is
> incorrect IBM AIX RISC System/6000 Error: 5: I/O error
> Additional information: -1 Additional information: 8192
---------------------------------------------------------------- Please see the official ORACLE-L FAQ: http://www.orafaq.com ---------------------------------------------------------------- To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line. -- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------
Received on Mon Aug 16 2004 - 13:46:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US