Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Cannot "startup nomount" an idle instance (8i)
Am Wed, 23 Jun 2004 17:16:40 +0200 schrieb Volker Hetzer:
> I have no idea. is 8i certified for HP-UX 11 .
Yes, it is.
> And, to be honest, I wouldn't run oracle
> 8 anyway. Why do you?
Because we're using software that used to run on Oracle 7 and the developer does not know if it works on anything > 8.
> Maybe you should log a TAR?
That's what I did in parallel :)
It turned out, that one of the following kernel parameters needed to be changed:
nfile: 4136 -> (16*(NPROC+16+MAXUSERS)/10+32+21*(NPTY+NSTRPTY+NSTRTEL)) Neu: 33068 -> (15*NPROC+2048) semmni: 70 -> 70 Neu: 4136 -> (NPROC*2) semmns: 200 -> 200 Neu: 8272 -> (SEMMNI*2)
With these changes, I can startup nomount the db just fine.
Alexander Skwar
-- Bück dich, Fee. Wunsch ist Wunsch!Received on Thu Jun 24 2004 - 01:10:27 CDT