PS: It's just an xml copy of the alert.log
I have an unruly database that writes massive amounts to the alert logs. I have no choice but to clean these up somehow. I have taken measures to copy the results from x$dbgalertext that exclude the error in question to a table. Then comes the nastiness.
From previous experience you can move or delete the alert log and the database will recreate the log the next time it needs it.
My question is, can you do the same with the new log.xml file in 11g? Or will this cause some sort of catastrophe?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
MikeOM_DBA:
You say t will automatically cycle when it reaches around 10MB. Does it rename them? Where do the go? Is there documentation on this. I have not found any.
So by saying it is just a copy, you mean it is not tied to anything? or that it will update to blank if I delete the alertlog? I thought it was written to just like the alert log but in another format, meaning both will be too big in about a month and I will have to delete them (I thought).
I am close to the rename move as suggested by Pra4444 but I don't want to deal with messing up my test users (at the moment anyhow) on something I know so little about.
Or:
[oracle@vice alert]$ mv log.xml log.xml.old
[oracle@vice alert]$ ls -l
total 3852
-rw-r----- 1 oracle dba 3936835 Sep 10 16:37 log.xml.old
-- Wait a short moment...
[oracle@vice alert]$ ls -l
total 3856
-rw-r----- 1 oracle dba 1253 Sep 10 17:17 log.xml
-rw-r----- 1 oracle dba 3936835 Sep 10 16:37 log.xml.old
Business Accounts
Answer for Membership
by: MikeOM_DBAPosted on 2009-09-10 at 14:02:40ID: 25304330
It will automatically cycle when it reaches around 10MB.
You can remove the old ones.