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: starting Oracle on Linux

Re: starting Oracle on Linux

From: Alexandr Belovol <rockwell_at_enlux.dp.ua>
Date: Thu, 18 Oct 2001 17:00:38 -0700
Message-ID: <9qmn53$5r6$1@pandora.alkar.net>

> 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 Thu Oct 18 2001 - 19:00:38 CDT

Original text of this message

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