Alert file [message #56521] |
Sun, 06 April 2003 06:48 |
SK
Messages: 26 Registered: March 2001
|
Junior Member |
|
|
My Alert file size is too big, can I delete the file?
|
|
|
Re: Alert file [message #56526 is a reply to message #56521] |
Sun, 06 April 2003 17:56 |
Simon Wang
Messages: 4 Registered: April 2003
|
Junior Member |
|
|
You can safely delete it or rename it, but I would prefer to have a empty file with the original name, on Unix, you can do a touch.
|
|
|
Re: Alert file [message #56535 is a reply to message #56521] |
Mon, 07 April 2003 05:48 |
Raj
Messages: 411 Registered: November 1998
|
Senior Member |
|
|
You can delete the alert file, since it has the information about the messages and errors during the oracle database statup and shutdown,
You may defined the path for alert file in background_dump_dest parameter,
Even if you delete the alert file, during the oracle instance startup, oracle creates the file again.
|
|
|
Re: Alert file [message #56538 is a reply to message #56521] |
Mon, 07 April 2003 11:18 |
Anand
Messages: 161 Registered: August 1999
|
Senior Member |
|
|
Run the following command in Unix to make the alert file empty :
$ > alert_xyz.log ( A blank space before ">" )
This would preserve the file but would wipe out it's contents.
A
|
|
|