R12.1.1(DB 11.1.0.7)_system09.dbf 问题
Problem Statement
==================
We have a new FRESH installation of Oracle E-Business Suite from distributive of E-Delivery resource
MEDIA
=====
Oracle E-Business Suite Release 12.1.1 Media Pack for Linux x86-64-bit 12.1.1.0.0 B54465-01 APR-28-2009 47 /49G
===
After new installation of PROD instance, I check datafiles of dbv utility and
I find 26473 blocks corrupt (log is attached) in system09.dbf datafile. and appear error for rman backup.
Solution
=======
==================
We have a new FRESH installation of Oracle E-Business Suite from distributive of E-Delivery resource
MEDIA
=====
Oracle E-Business Suite Release 12.1.1 Media Pack for Linux x86-64-bit 12.1.1.0.0 B54465-01 APR-28-2009 47 /49G
===
After new installation of PROD instance, I check datafiles of dbv utility and
I find 26473 blocks corrupt (log is attached) in system09.dbf datafile. and appear error for rman backup.
Solution
=======
Following Test Case summarizes the problem that system09.dbf datafile included in Linux 64-Media has corrupted blocks but those blocks reported as corrupted are not belong to any extent/segment and hence we can safely resize the datafile to fix the issue.
SQL>alter database datafile ' <DATA_TOP>/system09.dbf' resize 1000M;
<EOF>