>I have an oracle db which has 3 redo logs 10MB each. Upon investigation,
>the redo logs are very big in size. Hardly 5% of the redo log size is
>being used. This causes severe problems when automatic archiving is on.
>Every time a log switch occurs, the system hiccups (because it is trying
>to archive the redo log file). Is there a way of decreasing the size of
>the redo logs. (Perhaps by creating new ones with a smaller size and
>deleting the old ones).
>Any help appreciated....
Why do you feel only 5% of the logfile is being used? Arch only copies the
relevant portion of the logfile (so if only 5% is used, thats what gets moved).
If I issue:
SQL> alter system switch logfile;
Arch only picks up and moves the portion of the logfile that was used.
3x10meg is actually pretty 'small' in size. size is relative however, it
depends on the system, I would say though in general, 3x10meg is small. Can you
provide more information on why you think the logs are switching before they are
used and why you think ARCH is coping 95% empty space?
Thomas Kyte
Oracle Government
Bethesda MD
http://govt.us.oracle.com/ -- downloadable utilities
----------------------------------------------------------------------------
Opinions are mine and do not necessarily reflect those of Oracle Corporation
Anti-Anti Spam Msg: if you want an answer emailed to you,
you have to make it easy to get email to you. Any bounced
email will be treated the same way i treat SPAM-- I delete it.