Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Can't get listener to start with install. What is wrong with configuration?
I am trying to get the listener to start so I can use sqlplus. As I
understand, the listener must be running for sqlplus to work and from
there I can continue to the next step of creating my database. I have
installed Oracle 8.0.5 on Linux 2.0.36 with glibc 2.0.7 (whatever the
recommended glibc is anyway) I made it through the installer and I
have gone through the below post install steps. I know this is a
rather detailed post, but can you see if you can identify why the
listener won't start (problem is shown right after post install
results). Or perhaps can you tell me what I need to do differently.
brian
Post Install steps.
# root.sh
As oracle user
$svrmgrl
SVRMGR> connect internal SVRMGR> startup SVRMGR> @ $ORACLE_HOME/rdbms/admin/catrep.sql SVRMGR> @ $ORACLE_HOME/rdbms/admin/catproc.sql -------------------------------------
LSNRCTL for Linux: Version 8.0.5.0.0 - Production on 01-JUL-99 00:43:11
(c) Copyright 1997 Oracle Corporation. All rights reserved.
NOTHHING HAPPENS HERE. I HAVE TO HIT CTRL-C to GET THE COMMAND LINE BACK
orcl =
(DESCRIPTION =
(ADDRESS = (PROTOCOL= TCP)(Host= debian)(Port= 1521))
(CONNECT_DATA = (SID = orcl))
)
(ADDRESS= (PROTOCOL= TCP) (Host= debian) (Port= 1521) )
(ORACLE_HOME= /home/oracle/product/8.0.5) (SID_NAME = orcl)
orcl:/home/oracle/product/8.0.5:Y
ORACLE_BASE=/home/oracle ORACLE_HOME=/home/oracle/product/8.0.5 ORACLE_TERM=vt100
TERM=vt100 HOME=/home/oracle/product/8.0.5 PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/home/oracle/product/8.0.5/bin_=/usr/bin/env
"I hate to advocate drugs, alcohol, violence, or insanity to anyone, but they've always worked for me."
![]() |
![]() |