WebLogic Customize properties in WebLogic 12c WebLogic always has a way to customize environment settings for domain or even for each managed servers. WebLogic 12c introduces a new option: setUserOverrides.sh.
OEM OEM 12c: Elusive NodeManager I have spent a few very confusing hours in desperate attempts to figure out why OMS instance won't start. The command output suggests checking the NodeManager log file. But it has no new entries, in fact, the file wasn't accessed at all.
WebLogic Set log levels using WLST Setting Fusion Middleware log levels is easily done on the EM Console. But there may be a need to script this instead. Using WLST to set log levels: Connect to WLST and get the runtime information: export MW_HOME=/u01/oracle/middleware cd $MW_HOME/oracle_common/common/bin ./wlst.
WebLogic Get JDBC driver version There are times you need to get the actual JDBC version (in ojdbc6.jar) for certification or compatibility purposes. The steps below describe how to do this. export ORACLE_HOME=/u01/app/oracle/middleware export TMPDIR=/tmp/jdbctemp mkdir -p ${TMPDIR} unzip ${ORACLE_HOME}/wlserver_10.3/server/lib/ojdbc6.