DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: redo log space requests

  1. #1
    Join Date
    Nov 2000
    Posts
    5
    I have a database and during a normal day I can have up to 30 redo log space requests.

    Is the best course of action to resolve this to increase the log_buffer or to increase the size of my redo log files?

    This is an oracle 7.3.4.5 database running on AIX 4.2

  2. #2
    Join Date
    Jun 2000
    Posts
    417
    Check out

    [url]http://www.ixora.com.au/q+a/0010/17075858.htm[/url] and
    [url]http://www.ixora.com.au/q+a/redo.htm[/url]

    He suggests that increasing log_buffer is ineffective and can have a worse impact on performance than just the redo log requests.

    If your requests are only happening at log swtiches, you should consider increasing the log files, however if the requests are happening at times other than log switches you could consider tuning the log buffer.

  3. #3
    Join Date
    Mar 2000
    Location
    Atlanta, GA,USA
    Posts
    155
    If you want to decrease number of archive logs generated during the day you can increase size of your redo log files but you cannot decrease total size of redo log information generated daily. It depends on database activity. I have production databases with hundreds and thousands archive log files generated daily.

    Sergey.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width