Open the file $DOMAIN_HOME/bin/setDomainEnv.sh
and set DERBY_FLAG="false" by default it is set to true.
# Set DERBY_FLAG, if derby is available.
if [ -f ${WL_HOME}/common/derby/lib/derby.jar ] ; then
DERBY_FLAG="false"
export DERBY_FLAG
fi
Tags: Publish
September 22, 2016 at 02:54PM
Open in Evernote
No comments:
Post a Comment