Noticing in the alert.log multiple entries for SYS.SYS_EXPORT_SCHEMA_01 job
This is Oracle 12.1.0.2 on Centos7.9
I have an expdp job that is scheduled in cron for 2:30 each day.
30 2 * * 1-5 /backup.sh
The backup script export line is as follows
expdp parfile=File.txt"
My parameter file is very standard, a schema export
SCHEMAS=my_schemas...
DUMPFILE=file.dmp
REUSE_DUMPFILES=Y
DIRECTORY=DIR_BKP
LOGFILE=file.log
Looking thru the alert log, I noticed there are multiple entries for the export job, one for the start of the job at 2:30AM (expected) and then another randomly timestamped entry afterwards. Always DM00 and then DW00
Tue Apr 04 02:30:04 2023
DM00 started with pid=49, OS id=9595, job SYS.SYS_EXPORT_SCHEMA_01