Oracle Error Message
ORA-25209: invalid value string, EXPIRATION should be non-negative or NEVER
Reason for the Error
The expiration is less than zero or NULL.
Solution
Specify a valid value for expire_after which should be greater than or equal to zero or NEVER.