AutoConfig could not successfully execute the following scripts:
Directory: [RDBMS_ORACLE_HOME]/appsutil/install/[context_name]
afdbprf.sh INSTE8_PRF 1
Directory: [RDBMS_ORACLE_HOME]/appsutil/install/[context_name]
afdbprf.sh INSTE8_PRF 1
AutoConfig is exiting with status 1
Updated profile option value - 1 row(s) updated
Application Id : 0
Profile Name : FND_DB_WALLET_DIR
Level Id : 10001
Application Id : 174
Profile Name : ECX_UTL_XSLT_DIR
Level Id : 10001
New Value : /usr/tmp
Old Value : /usr/tmp
Updated profile option value - 1 row(s) updated
Application Id : 174
Profile Name : ECX_UTL_LOG_DIR
Level Id : 10001
New Value : /usr/tmp
Old Value : /usr/tmp
Updated profile option value - 1 row(s) updated
Application Id : 0
Profile Name : BIS_DEBUG_LOG_DIRECTORY
Level Id : 10001
New Value : /usr/tmp
Old Value : /usr/tmp
declare
*
ERROR at line 1:
ORA-12899: value too large for column
"APPLSYS"."FND_PROFILE_OPTION_VALUES"."PROFILE_OPTION_VALUE" (actual: 248,
maximum: 240)
ORA-06512: at line 44
ORA-06512: at line 139
fix:-
To implement the solution, please execute the following steps:
1. Change the value dbutilfiledir in the database context file ($ORACLE_HOME/appsutil/$CONTEXT_NAME.xml) to a value less the 240 characters.
2. Run autoconfig again.
1. Change the value dbutilfiledir in the database context file ($ORACLE_HOME/appsutil/$CONTEXT_NAME.xml) to a value less the 240 characters.
2. Run autoconfig again.