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...
Common Java KeyTool Commands
Java Keytool Commands for Creating and Importing The commands below allow you to generate a new Java Keytool keystore file, create a CSR, and import...
EnterpriseOne Business Services (BSSV) Error: Security Token Failed To Validate
Every once in a while we get the following error on a system that interacts with EnterpriseOne using business services (BSSV). Security token failed to...