Oracle EBS R12.1.1 system09.dbf file corruption Bug

zhulch發表於2010-04-08

做測試的時候,一直認為自己在複製檔案的時候操作不當,造成的呢

原來本身安裝檔案就是個壞的..

雖然最後摸索出來的方法,也差不多一樣,但下面的官方給的解決方法

[@more@]

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;

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7318139/viewspace-1032690/,如需轉載,請註明出處,否則將追究法律責任。

相關文章