ORA-19510 in alert log even archive is created
I create a cronjob to flush the archive (ALTER SYSTEM switch logfile) for every 15 minutes and move that created archive to temporary destination and send the archive to DR site
The cronjob is working and the archive is created every 15 minutes and sends to other destination
When I see at the alert log, there’s an error as per below. From the log, archive sequence 45040 is successfully created and move to temp location. We can see the sequence is advance to 45041. Then there’s an error ORA-19510: failed to set size of 114680 blocks for file "/XXX/archlog45040.ARC" (blocksize=512). After a few minutes, archlog45040.ARC is recreate.