Software >> Middleware >> Weblogic >> How to prevent Deby database from starting

Apache Derby database is included in Weblogic 10.3.4 and from 12.1.2 release, it automatically starts.

This is due to the DERBY_FLAG set to true when derby.jar is found

To prevent it from automatically starting, either

(1) rename derby.jar to something else

or

(2) put the following inside the start script for your managed server

DERBY_FLAG=false
export DERBY_FLAG

 

References

[1] https://ruleoftech.com/2015/disabling-derby-in-oracle-weblogic-12c