Activate Callstack Dump From Server Manager
While doing some not-so-fun troubleshooting, we needed to get a callstack dump from a Call Object Kernel that was going into a zombie state. I...
How To Start SQLPlus From The Linux Command Line
Run the following commands from the Linux command line to start SQLPlus: export ORACLE_HOME=/path/to/install/dir export PATH=$PATH:$ORACLE_HOME/bin sqlplus
3 Ways To Find Your Oracle Weblogic Version
There are at least 3 different ways to find the version of Oracle Weblogic Server that you are running: Using the registry.xml file located in...
Pause/Resume E1 Scheduler with SQL
Below are SQL statements that can be used to Pause and Resume the E1 Job Scheduler: --*** PAUSE SCHEDULER *** update sy900.f91300 set SJSCHCTCD01='011' where...