Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Oracle 8i Listener problem /RedHat 6.1
Hi,
I'm trying to configure Oracle 8i Listener on my server Linux RedHat 6.1. My listener.ora file is the following:
# LISTENER.ORA Configuration
File:/home/oracle/u01/app/oracle/product/8.1.5/netw
ork/admin/listener.ora
# Generated by Oracle Net8 Assistant
LISTENER =
(ADDRESS_LIST=
(ADDRESS=(PROTOCOL=tcp)(HOST=oracle2)(PORT = 1521))
)
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(GLOBAL_DBNAME=CBR2)
(SID_NAME=CBR2)
(ORACLE_HOME = /home/oracle/u01/app/oracle/product/8.1.5)
)
)
When I try to start the listener (lsnrctl start) I get the following error:
[oracle_at_oracle2 admin]$ lsnrctl start
LSNRCTL for Linux: Version 8.1.5.0.0 - Production on 02-DEC-99 17:45:04
(c) Copyright 1998 Oracle Corporation. All rights reserved.
Starting /home/oracle/u01/app/oracle/product/8.1.5/bin/tnslsnr: please wait...
TNS-12545: Connect failed because target host or object does not exist
TNS-12560: TNS:protocol adapter error
TNS-00515: Connect failed because target host or object does not exist
Linux Error: 2: No such file or directory
Any info?
Thx in advance.
Divisione Tecnologie e Sistemi
Sistemi Informativi Integrati
TECNOPOLIS CSATA Novus Ortus
S.p. per Casamassima km 3
70010 - Valenzano (BA) - Italy
Tel.:+39-080-4670221
Fax.:+39-080-4551868
Received on Thu Dec 02 1999 - 10:45:29 CST
![]() |
![]() |