Autoconfig On Db Tier Fails With Error - SP2-1503

dakulaDL發表於2012-12-27
今天作EBS資料庫從10.2.0.5升級到11.2.0.2的測試,升級後執行autoconfig的時候遇到
SP2-1503: Unable to initialize Oracle call interface
SP2-0152: ORACLE may not be functioning properly
adcrobj.sh exiting with status 1
ERRORCODE = 1 ERRORCODE_END
 
AutoConfig could not successfully execute the following scripts:
Directory: /appsutil/install/
afdbprf.sh INSTE8_PRF 1

AutoConfig could not successfully execute the following scripts:
Directory:/appsutil/install/
adcrobj.sh INSTE8_APPLY 1

AutoConfig is exiting with status 2
 
The environment variable ORA_TZFILE is set while at 11gR2 this should not be set.

The $ORACLE_HOME/appsutil/template/ad8idbux.env is from the wrong version (ad8idbux.env 120.8)
The wrong file includes the following:

ORA_TZFILE="$ORACLE_HOME/oracore/zoneinfo/timezlrg.dat"
export ORA_TZFILE

While for 11gr2 it should be:

if test "%s_database%" = "db112" ; then
ORA_TZFILE=""
else
ORA_TZFILE="$ORACLE_HOME/oracore/zoneinfo/timezlrg.dat"
fi
export ORA_TZFILE

metalink上的解決辦法:
To implement the solution, please execute the following steps:

1 - Be sure to have a valid backup
2 - review Note 1058763.1 - Interoperability Notes EBS R12 with Database 11gR2 
3 - Install missing - R12.TXK.B.delta.2

由於只是升級資料庫  還沒升級到12.1.*,所以嘗試修改$ORACLE_HOME/appsutil/template/ad8idbux.env,auotoconfig過了,目前在測試是否可行。

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

相關文章