Oracle EBS R12.1.1 system09.dbf file corruption Bug
Posted
by longchun.zhu
on Oracle Blogs
See other posts from Oracle Blogs
or by longchun.zhu
Published on Tue, 04 May 2010 09:34:48 +0800
Indexed on
2010/05/04
1:48 UTC
Read the original article
Hit count: 639
ERP Architecture(EBS/JDE/
??????,??????????????????,????
?????????????..
???????????,??????,????????????
After Installing or Upgrading
Perform the following steps after installing or upgrading to Release 12.1.1 and before allowing users to access the system.
Manually fix database dbf file
If you installed 12.1.1 with a startCD of 12.1.1.9 or earlier (see Oracle Applications Release Notes, Release 12.1.1 My Oracle Support Document 798258.1), you must run the following sql commands to fix a particular corrupted dbf file:
$ sqlplus/nolog
sql> connect / as sysdba
sql> alter database datafile '[full path of system09.dbf]' resize 1000M;
sql> alter database datafile '[full path of system09.dbf]' resize 1500M;
© Oracle Blogs or respective owner