Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle 8.1.7 on Solaris 2.8 problem

Re: Oracle 8.1.7 on Solaris 2.8 problem

From: Markus Schumann <go4shoe_at_hotmail.com>
Date: Tue, 19 Mar 2002 23:00:46 -0600
Message-ID: <u9g5s9fgend012@corp.supernews.com>


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.

"Tigran Sardaryan" <spider_at_zvartnots.am> wrote in message news:b271c2ce.0203191905.4ed8611d_at_posting.google.com...
> Hello
>
> I install Oracle 8.1.7 on Solaris 2.8
> and now I want to create a database but when I start to run a scipt
> svrmgrl give me an error
>
> ORA-03113: end-of-file on communication channel
>
> What I do wrong ?
>
> Please help me.
>
> Thanks
Received on Tue Mar 19 2002 - 23:00:46 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US