I am using Oracle 8 DB on Tru64Unix.........
for my production database i want to implement automatic deletion of archived log files from archive destination......
The criteria of deletion should be ONE WEEK....means......on 8th (day)of the month it should delete files of (day) 1st of the month, on 9th....it should delete files of 2nd...........and so on.
Can anyone help me.....by giving script or any document, link
for the same.
Also want to know if any major points to be taken care of before implementation.
It is always advisable to delete archive logs only after backing them. And it is usually contained in the hot backup script.
You should ALWAYS backup archive logs before deleting them.
Bookmarks