Edit D:\app\Administrator\product\11.2.0\dbhome_1\BIN\commonenv.template
#!/bin/sh EMPERLVER=#EMPERLVER# EMPERLOHBIN=#EMPERLOHBIN# export EMPERLVER EMPERLOHBIN EMPRODVER=#EMPRODVER# export EMPRODVER uname=`uname` # Initial Vsz for agent blows up due to 10 MB default stack size # for each of threads. Limiting it to 3 MB if [ "$uname" = "Linux" ] ; then if [ "$EM_THREAD_STACK_SIZE" = "" ] ; then EM_THREAD_STACK_SIZE=3072 fi ulimit -S -s $EM_THREAD_STACK_SIZE if [ "$EM_DONT_CHANGE_CORE_SIZE" = "" ] ; then ulimit -S -c hard fi fi
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de