In the event log, there is no record of it.
In the event log, there is no record of it. The idea of the Schedule Job is to send a notification when the user is having a birthday. For this, I created a field in the sys_user table called u_birthdate. The script's function would be to take the date when the Schedule Job is being executed, compare it with the user's birthdate in the u_birthdate field, and if the user is having a birthday, the script triggers the event to send a notification. For this, I need the script to use only the day and month.