Database Crash With ORA-27063 and OS Error: 5: I/O Error

简介: <p><span style="font-family:Simsun; font-size:12px"><br></span></p> <p><span style="font-family:Simsun; font-size:12px"><br></span></p> <p><span style="font-family:Simsun; font-size:12px">Oracle



Oracle Database - Enterprise Edition - Version 8.1.6.0 to 11.2.0.0 [Release 8.1.6 to 11.2]
Oracle Database - Enterprise Edition - Version 11.2.0.2 to 11.2.0.2 [Release 11.2]
Information in this document applies to any platform.
***Checked for relevance on 07-Oct-2011***


SYMPTOMS

Database may crash due to I/O errors depending on the file that reports the error, such as the controlfile. 

Alert log may report messages like these:

ORA-00206: error in writing (block 3, # blocks 1) of control file 
ORA-00202: control file: '/u04/oradata/symprd/control03.ctl' 
ORA-27063: number of bytes read/written is incorrect 
SVR4 Error: 5: I/O error 
Additional information: -1 
Additional information: 16384

 OR

ORA-00345: redo log write error block 24041 count 2 
ORA-00312: online log 5 thread 1: '/oradata/bjfhcat/redo05.log' 
ORA-27063: number of bytes read/written is incorrect 
IBM AIX RISC System/6000 Error: 5: I/O error
Additional information: -1 
Additional information: 1024

OR

ORA-01114: IO error writing block to file 3021 (block # 72721) 
ORA-27063: skgfospo: number of bytes read/written is incorrect 
SVR4 Error: 5: I/O error 
Additional information: -1 
Additional information: 258048

OR

Errors in file /oracle/product/diag/asm/+asm/+ASM1/trace/+ASM1_ora_21814.trc:
ORA-27063: number of bytes read/written is incorrect
SVR4 Error: 5: I/O error
Additional information: -1
Additional information: 1048576
WARNING: Write Failed. group:2 disk:6 AU:262074 offset:0 size:1048576
Errors in file /oracle/product/diag/asm/+asm/+ASM1/trace/+ASM1_ora_21814.trc:
ORA-27063: number of bytes read/written is incorrect
SVR4 Error: 5: I/O error
Additional information: -1
Additional information: 1048576

OR

ORA-01115: IO error reading block from file 397 (block # 8633) 
ORA-01110: data file 397: '/u04/flexpm/traffic_medium26.dbf' 
ORA-27063: number of bytes read/written is incorrect 
SVR4 Error: 5: I/O error 
Additional information: -1 
Additional information: 16384

OR

ORA-27063: number of bytes read/written is incorrect
SVR4 Error: 5: I/O error
Additional information: -1
Additional information: 1048576
WARNING: Write Failed. group:2 disk:1 AU:646 offset:0 size:1048576
path:/dev/rdsk/c10t60060E8005BCE5000000BCE500000243d0s0
incarnation:0xf0f46246 asynchronous result:'I/O error'
subsys:System iop:0xffffffff78841f40 bufp:0xffffffff774bf000 osderr:0x0 osderr1:0x0
ORA-15080: synchronous I/O operation to a disk failed
WARNING: failed to write mirror side 1 of virtual extent 32 logical extent 0 of file 2390 in group 2 on disk 1 allocation unit 646 
*** yyyy-mm-dd hh24:mi:ss.sss 4320 krsh.c
ARC5: Encountered disk I/O error 19502

 

CAUSE

This is due to a problem with the I/O subsystem.

Issues of this nature are common when there is a problem in the I/O subsystem.
This can include, but is not limited to:

  • A bad sector on disk
  • An I/O card that is starting to fail
  • A bad array cable
  • An interruption in network connectivity, in the case of NFS mounts
  • Could also be caused by a OS level bug.
  • etc.

Review the OS Messages file as this will almost certainly reflect errors (for example   Error for Command: write(10) )

SOLUTION

Open a ticket with the disk hardware vendor to

  • run diagnostics on the disk where the problematic file resides and
  • investigate / resolve the cause of the I/O error




目录
相关文章
org.apache.ibatis.exceptions.PersistenceException: ### Error querying database.
org.apache.ibatis.exceptions.PersistenceException: ### Error querying database.
|
6天前
|
存储 网络安全
Curl error (60): SSL peer certificate or SSH remote key was not OK for https://update.cs2c.com.cn/NS/V10/V10SP2/os/adv/lic/base/x86_64/repodata/repomd.xml [SSL: no alternative certificate subject name matches target host name 'update.cs2c.com.cn']
【10月更文挑战第30天】在尝试从麒麟软件仓库(ks10-adv-os)下载元数据时,遇到 SSL 证书验证问题。错误提示为:`Curl error (60): SSL peer certificate or SSH remote key was not OK`。可能原因包括证书不被信任、证书与域名不匹配或网络问题。解决方法包括检查网络连接、导入 SSL 证书、禁用 SSL 证书验证(不推荐)、联系仓库管理员、检查系统时间和尝试其他镜像。
18 1
|
6月前
|
SQL Oracle 关系型数据库
WARNING: Too Many Parse Errors With error=911 When Running a JDBC Application Connected to an Oracle 19c database
WARNING: Too Many Parse Errors With error=911 When Running a JDBC Application Connected to an Oracle 19c database (
88 2
|
6月前
|
Java 数据库连接 mybatis
解决Error querying database. Cause: org.apache.ibatis.executor.ExecutorException: No constructor found
解决Error querying database. Cause: org.apache.ibatis.executor.ExecutorException: No constructor found
285 1
|
3月前
|
JavaScript Linux Windows
【应用服务 App Service】NodeJS +Egg 发布到App Service时遇见 [ERR_SYSTEM_ERROR]: A system error occurred:uv_os_get_passwd returned ENOENT(no such file or directory)
【应用服务 App Service】NodeJS +Egg 发布到App Service时遇见 [ERR_SYSTEM_ERROR]: A system error occurred:uv_os_get_passwd returned ENOENT(no such file or directory)
|
4月前
|
SQL 移动开发 Java
“\r\n### Error updating database. ,解决问题的思路在于认真参考给的错误提示,看错误提示,这里我的数据表,没有写primary key 导致的
“\r\n### Error updating database. ,解决问题的思路在于认真参考给的错误提示,看错误提示,这里我的数据表,没有写primary key 导致的
|
6月前
|
人工智能 关系型数据库 数据库
PostgreSQL 常见问题解决方案 - ERROR: database is being accessed by other users
PostgreSQL 常见问题解决方案 - ERROR: database is being accessed by other users
|
6月前
|
SQL 数据库
导入 sql 文件,如果发生 ERROR 1046 (3D000) no database selected 错误
导入 sql 文件,如果发生 ERROR 1046 (3D000) no database selected 错误
99 0
|
6月前
|
关系型数据库 数据库 PostgreSQL
wikijs在启动项目时遇到的问题Database Initialization Error: create table “migrations“
wikijs在启动项目时遇到的问题Database Initialization Error: create table “migrations“
|
6月前
|
XML Java 数据库
SpringBoot【问题 03】BindingException\MalformedInputException\Error querying database(sqlite数据库)
SpringBoot【问题 03】BindingException\MalformedInputException\Error querying database(sqlite数据库)
148 0

热门文章

最新文章

下一篇
无影云桌面