Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: installing oracle 816 on sun2.7 error on db create
In article <92uhuu$e90$1_at_nnrp1.deja.com>,
sundarkumar_at_my-deja.com wrote:
> Hi Steve
>
> Wish u Happy New Year....
>
> I m facing the same problem...Pls let me know how did u solve this
> issues...
>
> Thanx in advance
>
> Sundar
>
> In article <92g4kj$q0i$1_at_nnrp1.deja.com>,
> steve_at_timko.net wrote:
> > I'm having this problem with installing oracle 816
> > server on a box that I just removed 815 client on
> >
> > It seems oracle installs fine but when it tries to install a
database
it
> > gets an oracle error. (ORA-01034 Oracle not avail)
> >
> > I tried to delete the db in dbassist and create it again and I get
the
> > same error, it claims oracle is not started.
> >
> > When I try to start in svrmgrl I get
> >
> > SVRMGR> connect internal;
> > Connected.
> > SVRMGR> startup;
> > ORA-27102: out of memory
> > SVR4 Error: 22: Invalid argument
> > SVRMGR>
> >
> > Not sure what thats reffering to?
> >
> > Sent via Deja.com
> > http://www.deja.com/
> >
>
> Sent via Deja.com
> http://www.deja.com/
>
Hi,
I got this error creating an 8.0.6 database on Solaris 7 Intel. You
need to check your kernel parameters in your /etc/system file. Check
your install guide for what they should be for your system. To see your
kernel parameters, type sysdef | grep -i SHM for shared memory or
sysdef | grep -i SEM for semaphores. To change them, in your
/etc/system file put an entry like the following:
set shmsys: shminfo_shmmax=33554432
To rebuild your kernel with the new settings, as root type
reboot -- -r
Check with your sys admin first!!!!
Good luck,
Karen
Sent via Deja.com
http://www.deja.com/
Received on Wed Jan 03 2001 - 09:12:47 CST
![]() |
![]() |