Hi,
This issue is caused in AIX 212 systems only
Below is the fix.
Comment out the below lines in $AD_TOP/bin/adcvm.sh file.
if ((test "$pltform" = "Solaris") ||(test "$pltform" = "Intel_Solaris")); then
echo "Passed platform test!"
if test "$tier" = "database"; then
echo " Passed tier test!"
if test "$dbversionnum" -ge "112" ; then
echo " Passed DB version test!"
ADJREOPTS="$ADJREOPTS -d64";
fi
fi
fi
This issue is caused in AIX 212 systems only
Below is the fix.
Comment out the below lines in $AD_TOP/bin/adcvm.sh file.
if ((test "$pltform" = "Solaris") ||(test "$pltform" = "Intel_Solaris")); then
echo "Passed platform test!"
if test "$tier" = "database"; then
echo " Passed tier test!"
if test "$dbversionnum" -ge "112" ; then
echo " Passed DB version test!"
ADJREOPTS="$ADJREOPTS -d64";
fi
fi
fi
No comments:
Post a Comment