I am running a cron job using k8, which connects with the oracle database.
When I am manually running the jobs, it works fine. But if its runs automatically through cron, It's giving below error
Warning: NLS_LANG is not set. fallback to US7ASCII.
rails aborted!
OCIError: ORA-04088: error during execution of trigger 'SYS.USER_LOGIN_MONITORING'
ORA-00604: error occurred at recursive SQL level 1
ORA-06502: PL/SQL: numeric or value error: character string buffer too small
ORA-06512: at line 13
ISToci8.c:603:in oci8lib_250.so
This was working fine for me and recently started happening.