Hello
I am using oracle 10.
I have just installed a new fresh database.
I have put it in archived archive log mode.
there is only one user using the database.
after a 5-6 days,the archived log files were using 1GB.
how do i need to do to delete them automatically?
thanks
Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
Hello
I am using oracle 10.
I have just installed a new fresh database.
I have put it in archived archive log mode.
there is only one user using the database.
after a 5-6 days,the archived log files were using 1GB.
how do i need to do to delete them automatically?
thanks
You can use an OS scheduler to delete old archive log files as I do. I have got a Solaris OS and use crontab(scheduler) to schedule archive log removal script. I just perform a search of files that are older than 2 days and delete them. Search and delete commands depend on your operating system.
Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
I suggest take full backup once week and after that delete old archieve logs that are created before full backup taken. every week full backup and 1 week archive logs are enough however it is subject to your company standards.
Cheers...
/MR
Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
Bookmarks