IO error while trying to put tablespace in read only mode [message #379497] |
Tue, 06 January 2009 16:33 |
kumar.joy
Messages: 69 Registered: August 2007 Location: morrisville
|
Member |
|
|
Experts,
i am getting I/O error while i am trying to put tablespace in read only mode. i am working on transportable tablesapce, to migrate data from 9.2.0.7 to 10.2.0.3.
here is the error message, any one help me to fix this problem.
SYS> ALTER TABLESPACE TXN_BB_BKP READ ONLY;
ALTER TABLESPACE TXN_BB_BKP READ ONLY
*
ERROR at line 1:
ORA-01115: IO error reading block from file 160 (block # 1)
ORA-01110: data file 160:
'/opt/mis2/oracle/data/db7/data/BTQISRPT/BTQISRPT_TXNBB_BKP_1a.dbf'
ORA-27091: skgfqio: unable to queue I/O
ORA-27072: skgfdisp: I/O error
SVR4 Error: 2: No such file or directory
Additional information: 1
|
|
|
|
Re: IO error while trying to put tablespace in read only mode [message #379506 is a reply to message #379497] |
Tue, 06 January 2009 19:22 |
kumar.joy
Messages: 69 Registered: August 2007 Location: morrisville
|
Member |
|
|
Mahesh,
Thanks for reply. file is already exist.
<ORACLE>-19% ls /opt/mis2/oracle/data/db7/data/BTQISRPT/BTQISRPT_TXNBB_BKP_1a.dbf
-rw-r----- 1 dba 0 Jan 6 21:59 /opt/mis2/oracle/data/db7/data/BTQISRPT/BTQISRPT_TXNBB_BKP_1a.dbf
alert log information:
Errors in file /opt/mis2/oracle/admin/BTQISRPT/bdump/btqisrpt_ckpt_4981.trc:
ORA-01110: data file 160: '/opt/mis2/oracle/data/db7/data/BTQISRPT/BTQISRPT_TXNBB_BKP_1a.dbf'
ORA-01115: IO error reading block from file 160 (block # 1)
ORA-27063: skgfospo: number of bytes read/written is incorrect
Additional information: 8192
Wed Jan 7 00:57:51 2009
Errors in file /opt/mis2/oracle/admin/BTQISRPT/bdump/btqisrpt_ckpt_4981.trc:
ORA-01110: data file 160: '/opt/mis2/oracle/data/db7/data/BTQISRPT/BTQISRPT_TXNBB_BKP_1a.dbf'
ORA-01115: IO error reading block from file 160 (block # 1)
ORA-27063: skgfospo: number of bytes read/written is incorrect
Additional information: 8192
Wed Jan 7 00:58:06 2009
Errors in file /opt/mis2/oracle/admin/BTQISRPT/bdump/btqisrpt_ckpt_4981.trc:
ORA-01110: data file 160: '/opt/mis2/oracle/data/db7/data/BTQISRPT/BTQISRPT_TXNBB_BKP_1a.dbf'
ORA-01115: IO error reading block from file 160 (block # 1)
ORA-27063: skgfospo: number of bytes read/written is incorrect
Additional information: 8192
Wed Jan 7 00:58:21 2009
Errors in file /opt/mis2/oracle/admin/BTQISRPT/bdump/btqisrpt_ckpt_4981.trc:
ORA-01110: data file 160: '/opt/mis2/oracle/data/db7/data/BTQISRPT/BTQISRPT_TXNBB_BKP_1a.dbf'
ORA-01115: IO error reading block from file 160 (block # 1)
ORA-27063: skgfospo: number of bytes read/written is incorrect
Additional information: 8192
Wed Jan 7 00:58:36 2009
Errors in file /opt/mis2/oracle/admin/BTQISRPT/bdump/btqisrpt_ckpt_4981.trc:
ORA-01171: datafile 160 going offline due to error advancing checkpoint
ORA-01110: data file 160: '/opt/mis2/oracle/data/db7/data/BTQISRPT/BTQISRPT_TXNBB_BKP_1a.dbf'
ORA-01115: IO error reading block from file 160 (block # 1)
ORA-27063: skgfospo: number of bytes read/written is incorrect
Additional information: 8192
|
|
|
|
|
Re: IO error while trying to put tablespace in read only mode [message #379738 is a reply to message #379515] |
Wed, 07 January 2009 17:11 |
kumar.joy
Messages: 69 Registered: August 2007 Location: morrisville
|
Member |
|
|
Mahesh,
yes i ran the dbv command against the file. i can see some errors.
if i query the file status i am able to see the datafile status is 'RECOVER'
DO I NEED TO PERFORM MEDIA RECOVERY?
/opt/mis2/oracle/product/9.2.0.7/bin/dbv
BTQISRPT-<ORACLE>-10% cd /opt/mis2/oracle/product/9.2.0.7/bin/dbv
/opt/mis2/oracle/product/9.2.0.7/bin/dbv: Not a directory.
BTQISRPT-<ORACLE>-11% /opt/mis2/oracle/product/9.2.0.7/bin/dbv file='/opt/mis2/oracle/data/db7/data/BTQISRPT/BTQISRPT_TXNBB_BKP_1a.dbf'
DBVERIFY: Release 9.2.0.7.0 - Production on Wed Jan 7 01:07:08 2009
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
DBV-00102: File I/O error on FILE (/opt/mis2/oracle/data/db7/data/BTQISRPT/BTQISRPT_TXNBB_BKP_1a.dbf) during read operation (-1)
|
|
|
|
|