Oracle Error Message
ORA-28234: key length too short
Reason for the Error
The key specified is too short for the algorithm. DES requires a key of at least 8 bytes. Triple DES requires a key of least 16 bytes in two-key mode and 24 bytes in three-key mode.
Solution
Specify a longer key.