Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: URGENT Oracle ERROR!!!
Here is the document from Metalink regading this error:
HTH. Djordje
Doc ID:
Note:49946.1
Subject:
OERR: ORA 27072 skgfdisp: I/O error Type: REFERENCE Status: PUBLISHED Content Type: TEXT/PLAIN Creation Date: 21-NOV-1997 Last Revision Date: 08-JUN-1999 Language: USAENG
Error: ORA-27072
Text: skgfdisp: I/O error
information indicates starting block number of I/O Action: check errno
The error is raised in port specific code so the exact system calls preceeding the error can vary between platforms. The error indicates that a read or write call either:
Hence the error number reported may or may not be meaningful. If the read/write returned an error then the ERRNO reported corresponds to the actual read/write call used. If the read/write returned a different
number of bytes to that expected then ERRNO is just the left over error from some previous system call and should be ignored.
Additional information is the first BLOCK NUMBER being read/written in the named file.
Diagnosis:
References / Known Bugs etc..
2Gb or not 2Gb - file limits in Oracle [NOTE:62427.1] See the above article as an anchor point for 2Gb issues on various platforms. Eg: Solaris 2Gb issue [BUG:774252] Backup of RAW controlfile [NOTE:60953.1] Sequent AIO issue [NOTE:64632.1]
> Hello All,
>
> J ust now i got a error select count(*) from s_org_ext.
>
> SQLWKS> select count(*) from s_org_ext; where S_org_ext is Name of the
> Table.
> COUNT(*)
> ----------
> ORA-01115:
> ORA-01110: 4: /db/oracle/oradata/tlisuser/data03.dbf
> ORA-27072: skgfdisp:
> SVR4 Error: 25: Inappropriate ioctl for device
> Additional information: 262132
>
> But When I do select x,y,z,t,..... from s_org_ext then No error occured.
>
> The size of that Table is 2.4GB. Its Initial extent is 1Gb and Next is
1mb.
>
> Vesion of Orcale 8.0.5 and OS is Sun solaris 5.6
>
> Developped got this error while executing a procedure. I think that
> procedurte will be insert into data into s_org_ext.
>
> PLease tell me what i will do. I think datafile will be damagaed. can not
> coiped on OS prompt when last time I took backup.
>
> Please help me.,
>
> Regards,
> Saroj.
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Dash, Saroj (CAP,CEF)
> INET: Saroj.Dash_at_gecapital.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: djordjej INET: djordjej_at_home.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Mon Mar 19 2001 - 07:31:22 CST
![]() |
![]() |