Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Can't create 8i database
Did you change /etc/system yet?
The following settings worked for me Solaris 8 10/01 1024 MB:
---begin----- add --- this --- to --- /etc/system-------
set shmsys:shminfo_shmmax=4294967295 set shmsys:shminfo_shmmin=1 set shmsys:shminfo_shmmni=100 set shmsys:shminfo_shmseg=10 set semsys:seminfo_semmns=200 set semsys:seminfo_semmni=70
==>
1. become root on your solaris box 2. open '/etc/system' in an editor 3. add the above mentioned lines to '/etc/system' 4. save the file 5. reboot (!) (I know it's not windows ... but you still have to do it)
Markus.
"pmatt69" <pmatt69_at_hotmail.com> wrote in message
news:u9cia2fo5rdub0_at_corp.supernews.com...
> I just performed a fresh installation of 8.1.7 on an E280 running 10/01
> Solaris 8. The installation succeeded, but I have not been able to run
the
> DB creation assistant successfully. I have narrowed this down to some
> problem related to connecting to the instance. When I "connect internal"
> and then try to "startup nomount" the instance, we receive ORA-03113. The
> technet information is pretty weak on this problem. Any ideas?
>
>
Received on Mon Mar 18 2002 - 14:54:42 CST
![]() |
![]() |