Quote Originally Posted by noumian
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.