Re: Problem with creating database
From: Ivan Muravyov <ixm_at_dxi.com>
Date: Fri, 07 May 1999 14:27:43 GMT
Message-ID: <3732F8B9.B6FAB717_at_dxi.com>
Date: Fri, 07 May 1999 14:27:43 GMT
Message-ID: <3732F8B9.B6FAB717_at_dxi.com>
> I have a problem creating a new database under NT.
>
> SVRMNGR> startup nomount pfile=...
> ORA-00064: object is too large to create on this O/S
Something is larger than NT allows. It can be (from most to least
probability):
- DB_BLOCK_SIZE: there is some limitation (8K or 16K);
- summary SGA area size: it can exceed shared memory block limit, allowed in
OS (2Gb by default, but can be tuned in registry);
- size of supplemental (log, dump etc) files may be larger than FAT allows
(2Gb).
Received on Fri May 07 1999 - 16:27:43 CEST