RE: <URGENT> How do I recover when the UNDO tablespace data file is corrupt? </URGENT>
Date: Mon, 21 Apr 2008 10:14:16 -0400
Message-ID: <8DFA9236C2B0914FA465AF6FF3F7FE53780BD7@wosnpntcmx015.DS.WOLSELEY.COM>
Here is handy steps for any UNDO tablespace issue.
Some example are :
- undo tablespace was dropped
- undo was not recreated
- undo was recreated without specifying 'undo' keyword.
To resolve the issue, Follow the following steps :
- set undo_management to MANUAL
- startup pfile
- drop undo tablespace (If it was created wrongly without undo keyword)
- create undo tablespace undotbs datafile '??????' size 1M reuse;
- shutdown database.
- set undo_management to AUTO-
- startup
Scott Washburn
Oracle Database Administrator
Wolseley North America Division
12500 Jefferson Ave
Newport News * VA * 23602-4314
T: +1 (757) 223-6404 F: +1 (757) 989 2501 E: scott.washburn_at_ferguson.com
<mailto:scott.washburn_at_ferguson.com>
www.wolseley.com <http://www.wolseley.com>
Wolseley plc registered office
Parkview 1220 Arlington Business Park
Theale Nr Reading Rg7 4GA United Kingdom
Registration No. 29846 England
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Srinivas Chintamani
Sent: Monday, April 21, 2008 9:16 AM
To: oracle-l_at_freelists.org
Subject: <URGENT> How do I recover when the UNDO tablespace data file is
corrupt? </URGENT>
Hi All,
I am getting the following errors when I am trying to open my database. There was a power failure to the server over the weekend, that caused me all of this messs.
Here are the errrors:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - -
ORA-01122: database file 2 failed verification check ORA-01110: data file 2: 'C:\ORACLE\ORADATA\TRACS3\UNDOTBS01.DBF' ORA-01200: actual file size of 83976 is smaller than correct size of138240 blocks
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Does anybody have any ideas on how to get my db started back? The last known good back up is about a month-and-a-half old. All other datafiles seem to be ok.
I would really appreciate any help on getting my database up.
-- Regards, Srinivas Chintamani -- http://www.freelists.org/webpage/oracle-lReceived on Mon Apr 21 2008 - 09:14:16 CDT