Database Backup and Recovery (MOSC)

MOSC Banner

Noticing in the alert.log multiple entries for SYS.SYS_EXPORT_SCHEMA_01 job

edited Apr 12, 2023 6:16PM in Database Backup and Recovery (MOSC) 9 commentsAnswered ✓

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center