Re: ODI 12.2.1.3 installation Issue
Posted by ErmanArslansOracleBlog on
URL: http://erman-arslan-s-oracle-forum.114.s1.nabble.com/ODI-12-2-1-3-installation-Issue-tp6313p6317.html
I already wrote the filename -> "config_internal.sh"
inside /u01/FMWHOME/oracle_home/oracle_common/common/bin/config.internal.sh ->
JVM_ARGS="-Dpython.cachedir=/tmp/cachedir ${JVM_D64} ${UTILS_MEM_ARGS} ${SECURITY_JVM_ARGS} ${CONFIG_JVM_ARGS}"
if [ -d "${JAVA_HOME}" ]; then
eval '"${JAVA_HOME}/bin/java"' -Doracle.jdbc.fanEnabled=false ${JVM_ARGS} com.oracle.cie.wizard.WizardController '"$@"' ${CAM_ARGUMENTS}
fi