1834626 Members
3019 Online
110069 Solutions
New Discussion

kthread: table is full

 
Iwan Kusmayadi_1
New Member

kthread: table is full

Hi All,


I have message in syslog.log my server, the message is kthread: table is full.

type server : HP9000 N4000
O/S version : hp-ux 11i
Database : oracle 9i

Any idea ?
5 REPLIES 5
Venkatesh BL
Honored Contributor

Re: kthread: table is full

SUDHAKAR_18
Trusted Contributor

Re: kthread: table is full

Hi,

This messages is caused by maxusers kernel tunable not set at high enough value.
To correct this ,increase the maxusers tunable to 200.

Regards,
Iwan Kusmayadi_1
New Member

Re: kthread: table is full

Hi Sudhakar,

Currenly parameter maxuser already set to 256,

is it relevant to max_thread_proc parameter ?

regards,
SUDHAKAR_18
Trusted Contributor

Re: kthread: table is full

Total no of users ?

Increasing the value to 300 may work.

IG_2
Advisor

Re: kthread: table is full

Hi,

You should set this parameter nkthread (in HP-UX 11v1 and higher) to (((NPROC*7)/4)+16) (see also Oracle 9i reference)