| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: 8.1.7 hangs on inserts
Sybrand Bakker wrote:
> "Kris" <free_heeler226_at_yahoo.com> wrote in message > news:3B8E7FA5.8050507_at_yahoo.com... >
>
> I would start checking the size of the online redolog files
> (select * from v$log)
> and the frequency of checkpoints occurring
> select * from v$log_history.
>
> I guess he didn't change them from default, and the defaults are in most
> situations too small.
> You can also check in the alert log
> (alert<sid>.log located in the background_dump_dest directory (show
> parameter background_dump_dest will tell you where that is)
> whether you have
> 'checkpoint not complete messages'
> If you have those you need to chance the redolog configuration
> by alter database drop logfile group <n>
> followed by alter database add logfile group <n>
> ('filename1...','filename2...') size (minimum 5M, the default is 500k)
>
> Hth,
>
> Sybrand Bakker, Senior Oracle DBA
Thanks for the answer. I did a diff on the init files for each instance and the working instance had this line:
mts_dispatchers = "(protocol=TCP)"
commented out. I commented it out in the new instance and everything seems to be working fine. I have only a vague idea what the mts_dispatchers do, but I know we don't them for right now. Received on Thu Aug 30 2001 - 17:50:31 CDT
![]() |
![]() |