Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Problem with creating database
> 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 - 09:27:43 CDT
![]() |
![]() |