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 Installation Problem

Re: Oracle 8.1.7 Installation Problem

From: Ray Teale <ray_at_REMOVETOREPLYholly.com.au>
Date: Thu, 30 Aug 2001 12:59:38 +1000
Message-ID: <y%hj7.198$V83.4715@ozemail.com.au>


Jeff

It may be the problem that I have just found when I tried installing Oracle 8.1.7 on Solaris x86. The "Not Connected to Oracle" error was actually caused when the database assistant tries to create the database. You should attempt to create the database manually by using svrmgrl. At unix prompt:
>svrmgrl

SVRMGR> connect internal
SVRMGR> startup nomount.

If at this point you get a ORA-03113: end-of-file on communication channel error - see below for the solution. If not - we probably need more info to track down the problem.

Hope that helps

Regards

Ray Teale


ORA-03113: end-of-file on communication channel error received on startup nomount.



I was installing Oracle 8.1.7 on Solaris Intel. Installation worked fine but when the installer auto launches the dbassist it produces the "Failed to connect to Oracle" error.

I attempted to create the database manually using svrmgrl and received "ORA-03113: end-of-file on communication channel" when executing "startup nomount".

The problem was solved by setting the semsys:seminfo_semmns semephore parameter to 2000 rather than 200 as stated in the documentation.

I checked the IPC semaphore and IPC shared memory parameter values had been set correctly, by typing "sysdef" at the Unix prompt (necessary because it turned out my system was not loading these values automatically). Remember to reboot the system after changing these values.

"Jeff Hui" <JeffHui_at_OperaMail.com> wrote in message news:1103_999099964_at_ibmbn1k02g...
> When I tried to install Oracle 8.1.7 on Solaris 8, it runs well except
when Configuration Assistant tries to create and connect database. ORA-03114 error exists.
> I tried the same procedure to Oracle 8.1.5 and it got no problem.
> Would anyone can give me a hand?
>
Received on Wed Aug 29 2001 - 21:59:38 CDT

Original text of this message

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