JD Edwards EnterpriseOne Tools Release 9.2.1.4
Just in case you missed it, the latest JD Edwards EnterpriseOne Tools Release is now generally available. As with most new releases, there are some...
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...
Run Apache HTTP Server As A Windows Service
While working with a JDE EnterpriseOne add-on application, I needed to install the Apache HTTP Server as a Windows Service so that it would start...
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