archived redologs [message #51473] |
Fri, 24 May 2002 04:50 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Abel Segador
Messages: 3 Registered: May 2002
|
Junior Member |
|
|
Hello everybody!
We have an application that makes transactions continously, so a lot of archived redologs files are created in very little time, for example 3/4 per minute. The problem is that the hard disk is not too big, so in 2 days it is full and Oracle 8.1.6 is stopped.
Is there a way of setup the rank of time in which the archived redolog files are saved?
Thanks in advance.
Abel S.
|
|
|
|
Re: archived redologs [message #51493 is a reply to message #51473] |
Sun, 26 May 2002 00:10 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Vikas Gupta
Messages: 115 Registered: February 2002
|
Senior Member |
|
|
If you can take cold backups of your database everynight..It is safe to delete the archived redolog files generated before the backup.
But you will not have the point in time recovery option.
|
|
|
Re: archived redologs [message #51503 is a reply to message #51473] |
Mon, 27 May 2002 05:41 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Alex
Messages: 190 Registered: August 1999
|
Senior Member |
|
|
Hi,
The are a few things here:-
1) The rate of production of archive log is too high and effecting your performance. I would increase the size of the redo log files so you get around 1 a hour. See Oracle docs for tuning this.
2) You can backup the archive log files as often as you like without backing up the database, so if need be backup the archive logs every hour, do it
2a)The most recent file produced may still be being written. I always backup all the archive log execept the last one.
2b)I backup the archive files a min. of twice before deleting, in case of tape error.
2c) You need all the archive log files plus a backup to perform a restore. See Oracle docs.
3) Compress the archive files once they have been produced noting issue 2a.
|
|
|
|