Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: starting Oracle on Linux
Hi,
did you create a database after installation? Do you know the SID of the database?
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
> 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 - 08:13:49 CDT
![]() |
![]() |