Error while starting database [message #324558] |
Tue, 03 June 2008 02:23 |
jeer
Messages: 37 Registered: February 2008 Location: pakistan
|
Member |
|
|
Hi
When I start application server database by using "startup open", I get following error:
SQL> startup open
ORACLE instance started.
Total System Global Area 281018368 bytes
Fixed Size 789000 bytes
Variable Size 229373432 bytes
Database Buffers 50331648 bytes
Redo Buffers 524288 bytes
Database mounted.
ORA-01115: IO error reading block from file 24 (block # 4013)
ORA-01110: data file 24: 'D:\ORACLEAS\ORADATA\ORCL\GCATS1_OID.DBF'
ORA-27070: async read/write failed
OSD-04016: Error queuing an asynchronous I/O request.
O/S-Error: (OS 23) Data error (cyclic redundancy check).
Please guide me to resolve it.
Best Regards
[MERGED by LF]
[Updated on: Wed, 04 June 2008 13:04] by Moderator Report message to a moderator
|
|
|
|
|
|
|
Re: error while starting database [message #324749 is a reply to message #324558] |
Tue, 03 June 2008 22:29 |
|
BlackSwan
Messages: 26766 Registered: January 2009 Location: SoCal
|
Senior Member |
|
|
The database will refuse to open.
In each & every datafile the current SCN resides.
All the SCNs must match each other or the database won't open.
If you don't believe me, try it your self;
but 1st take a complete cold backup of what you have so you can at least get back from where you started.
[Updated on: Tue, 03 June 2008 22:29] by Moderator Report message to a moderator
|
|
|
Re: error while starting database [message #324750 is a reply to message #324749] |
Tue, 03 June 2008 22:39 |
jeer
Messages: 37 Registered: February 2008 Location: pakistan
|
Member |
|
|
datafile GCATS1_OID.DBF is corrupted on my application server. I dont know exactly what are the contents of this file and how important are these contents. What do you suggest that if I delete GCATS1_OID.DBF datafile and create it again.
cheers
|
|
|
|
Re: error while starting database [message #324752 is a reply to message #324751] |
Tue, 03 June 2008 22:51 |
jeer
Messages: 37 Registered: February 2008 Location: pakistan
|
Member |
|
|
I am scared that if i restore the full D drive from ghost image then further probles can arise. Because my operating system is on c drive and ghost image is on d drive.
|
|
|
|
Re: error while starting database [message #324755 is a reply to message #324753] |
Tue, 03 June 2008 23:05 |
jeer
Messages: 37 Registered: February 2008 Location: pakistan
|
Member |
|
|
I regularly take the backup of database server that is on a different machine. While proble is on Application server that is on another machine.
I take the backup using rman. By cold back you mean simply copy the contents of whole D drive?
Ghost was created 7-8 days ago and this problem arise 2 days before.
And one more question: If I restor the GCATS1_OID.DBF datafile from ghost image and then use "startup ount" and "recover database" commanad?
[Updated on: Tue, 03 June 2008 23:14] Report message to a moderator
|
|
|
|
Re: error while starting database [message #324757 is a reply to message #324756] |
Tue, 03 June 2008 23:27 |
jeer
Messages: 37 Registered: February 2008 Location: pakistan
|
Member |
|
|
I have restored the GCATS1_OID.DBF datafile. Now it is asking for media recovery:
SQL> alter database open
2 ;
alter database open
*
ERROR at line 1:
ORA-01113: file 24 needs media recovery
ORA-01110: data file 24: 'D:\ORACLEAS\ORADATA\ORCL\GCATS1_OID.DBF'
Please guide me more for further steps.
Best regards
|
|
|
|
|
|
Re: error while starting database [message #324771 is a reply to message #324769] |
Wed, 04 June 2008 00:02 |
jeer
Messages: 37 Registered: February 2008 Location: pakistan
|
Member |
|
|
I am not sure about archived logfiles. If I dont have then is there any other way to solve this proble. If i restore full D-drive from ghost image then the same media recovery will be needed?
thanks
|
|
|
|
|
|
|
Re: error while starting database [message #324785 is a reply to message #324783] |
Wed, 04 June 2008 00:23 |
jeer
Messages: 37 Registered: February 2008 Location: pakistan
|
Member |
|
|
Please help me brother.
If i restore full D-drive from ghost image then the same media recovery will be needed or not?
If I delete the corrupted datafile and create a new one then the same media recovery will be needed or not?
Please guide me
|
|
|
|
|
Oracle® Database Administrator's Guide [message #324800 is a reply to message #324558] |
Wed, 04 June 2008 02:19 |
jeer
Messages: 37 Registered: February 2008 Location: pakistan
|
Member |
|
|
Hi
One of my datafile has bad blocks. Because of that, database can just mount; database cannot be openned. I want to add new datafile; delete the previous corrupted one and rename the new datafile. Database cannot be openned. Please guide me for it
Cheers
|
|
|
|
|
|
|
|
|
|
|