Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Using oracle dump (quickly!)
Ron wrote:
>>Usually a buffer parameter of 8M is more than sufficient
>>Setting LOG_BUFFER too anything >>higher than 1M is useless, as the buffer is written to disk when 1M is >>dirty.
>>3 Nologging doesn't have any impact on import at all. >>It is only applicable using direct path operations, i.e. in inserts >>using the /*+ append */ and using sqlloader in direct mode. Import >>doesn't work in direct mode. >>
(Still top posting, I see. Bad habits die hard, I guess.)
You might want to look at
http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96533/memory.htm#29731
where you'll find the following statement
"
A reasonable first estimate for such systems is to make the log buffer 1
MB. On most systems, sizing the log buffer larger than 1m does not
provide any performance benefit. Increasing the log buffer size does not
have any negative implications on performance or recoverability. It
merely uses extra memory.
"
I wouldn't be surprised to see some benefit from 4M or 8M in certain circumstances, but the above statement indicates that 100M is likely a bit of useless overkill.
(Apparently your organization has money to waste - at least in extra memory. Since it's not being used effectively anyway, pass some this way <g>)
/Hans Received on Wed Feb 25 2004 - 12:06:22 CST
![]() |
![]() |