ODI 12.2.1.3 installation Issue

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

ODI 12.2.1.3 installation Issue

Panna Modi
Hi Arslan

I have seen ur post at
http://ermanarslan.blogspot.com/2017/09/problem-installing-oracle-fusion.html

I have tried this but it didnt work.
Please let me know more details about which file and at what line number I need to add  -Doracle.jdbc.fanEnabled=false .
Please share the complete details.

Thank
Panna
Reply | Threaded
Open this post in threaded view
|

Re: ODI 12.2.1.3 installation Issue

ErmanArslansOracleBlog
Administrator
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