ORA-28234: key length too short
What triggered the Error:
e 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.What should we do to fix it:
ecify a longer key.