Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: starting Oracle on Linux
Looks similar to a problem I had some time ago on a Solaris box.
Did you reboot your linux machine? It is rare but possible that there are
lost semaphores or shared memory identifiers
from a corrupted startup. Rebooting will make these entries vanish. Perhaps
you should try to configure less
processes in the init.ora (= semaphores) and less db_block_buffers and/or
shared_pool. Then reboot and try again.
hth
Andy
"Alexandr Belovol" <rockwell_at_enlux.dp.ua> schrieb im Newsbeitrag
news:9qmn53$5r6$1_at_pandora.alkar.net...
>
>
> ----- Original Message -----
> From: "Andreas Stephan" <as.stedat_at_gmx.net>
> Newsgroups: comp.databases.oracle.server
> Sent: Thursday, October 18, 2001 6:13 AM
> Subject: Re: starting Oracle on Linux
>
>
> > Hi,
> >
> > did you create a database after installation?
> > Do you know the SID of the database?
> >
>
>
> I do.
>
>
> > If so do the following:
> >
> > log in as oracle software owner (the one under whom you installed the
> > software)
> > export ORACLE_SID=your_SID
> > set the environment according to your installation (ORACLE_HOME, PATH,
> > ORA_NLS33, etc.)
> > svrmgrl
>
> At this moment, when I run svrmgrl I get 'ORA-03113 end-of-file on
> communication channel.' error.
> All it's operations (like connect internal) receive the above error.
>
> > > connect internal
> > > startup
> >
> > If there are no ORA-xxx errors and the last message reads "database
open"
> > then you´ve done it.
> > Configure your listener.ora and the tnsnames.ora (please reade the ora
> > manuals for this)
> > Start the listener
> > lsnrctl start
> >
> > From this point (if all was configured ok) you should be able to connect
> > using sqlplus from any point in your network.
> >
> > hth
> > Andy
> > "Alexandr Belovol" <rockwell_at_enlux.dp.ua> schrieb im Newsbeitrag
> > news:9qmfdj$2ijs$1_at_pandora.alkar.net...
> > > Hi all,
> > >
> > > we have a problem in starting Oracle.... Can anyone describe exact
> > sequence
> > > of steps to correct start Oracle after successfull installation? What
> the
> > > binaries should run in the background?
> > >
> > > We start oracle listener without problem. Then, almost any utility, no
> > > matter shell or graphic, print the next error:
> > > ORA-03113 end-of-file on communication channel.
> > >
> > > It looks like we cannot conect to oracle main service. We tried to run
> > > 'oracle' binary, it writes 'Aborted' and exits.
> > >
> > > Platform Oracle 8.1.7 EE/SuSE 7.2 PE
> > >
> > > Please help !!!
> > >
> > > Alexey Tulin,
> > > Archer Software
> > >
> > >
> >
> >
>
>
>
Received on Fri Oct 19 2001 - 03:09:48 CDT
![]() |
![]() |