oracle7 SCO Trial on Linux

From: Marc Holz <holz_at_mfk.uni-erlangen.de>
Date: 1996/01/10
Message-ID: <30F395F2.61CF_at_mfk.uni-erlangen.de>#1/1


Hello,

I've got the following Problem:

I was so far successfull to install Oracle7 (SCO 3 months trial version) on my Linux machine, but I have Problems to start the tnslsnr. A try to start it produces the following trace file:

TNSLSNR for AT&T System V/386: Version 2.1.5.1.0 - Production on 28-OCT-95 16:59:10   Copyright (c) Oracle Corporation 1994. All rights reserved.    

  • TRACE CONFIGURATION INFORMATION FOLLOWS --- New trace stream is "/local/oracle7/network/trace/tcp_listener.trc" New trace level is 6
  • TRACE CONFIGURATION INFORMATION ENDS ---
  • PARAMETER SOURCE INFORMATION FOLLOWS --- Attempted load of system pfile source /etc/listener.ora Parameter source loaded successfully

Attempted load of command line source
Parameter source was not loaded  

 -> PARAMETER TABLE LOAD RESULTS FOLLOW <- Successful parameter table load
 -> PARAMETER TABLE HAS THE FOLLOWING CONTENTS <-  SID_LIST_TCP_LISTENER = (SID_LIST = (SID_DESC = (SID_NAME = ORCL)

(ORACLE_HOME = /local/oracle7)))
  TRACE_FILE_TCP_LISTENER = TCP_LISTENER
  TRACE_LEVEL_TCP_LISTENER = ADMIN
  TRACE_DIRECTORY_TCP_LISTENER = /local/oracle7/network/trace
  LOG_DIRECTORY_TCP_LISTENER = /local/oracle7/network/log   TCP_LISTENER = LISTENER (ADDRESS_LIST= (ADDRESS = (PROTOCOL = TCP) (HOST = tarkin ) (PORT = 1521 ) ))
  LOG_FILE_TCP_LISTENER = TCP_LISTENER
--- PARAMETER SOURCE INFORMATION ENDS ---
 
  • LOG CONFIGURATION INFORMATION FOLLOWS --- Log stream will be "/local/oracle7/network/log/tcp_listener.log" Log stream validation requested Log stream is valid
  • LOG CONFIGURATION INFORMATION ENDS ---
(ADDRESS=(PROTOCOL=beq))
No process parameters set
inheriting the connection...
opening transport...
NT layer IPC connection has been established. transport is open
global context check-in (to slot 0) complete doing connect handshake...
151 bytes from transport
got NSPTCN packet
discarding connect data (117 bytes)
connection inherited
connected
Resolved "CONNECT_TIMEOUT_tcp_listener" to: 10 Resolved "STARTUP_WAIT_TIME_tcp_listener" to: 0 -<ERROR>- Reporting the following error stack: TNS-01150: The address of the specified listener name is incorrect  NL-00303: syntax error in NV string
sending NSPTRF packet
12 bytes to transport
sending 352 bytes connect data
352 bytes to NS buffer
no timer allocated
362 bytes to transport
closing transport
global context check-out (from slot 0) complete

I tried to start the tcp_listener in the following way:

LSNRCTL> start TCP_LISTENER
Starting /local/oracle7/bin/tnslsnr: please wait...  

TNSLSNR for AT&T System V/386: Version 2.1.5.1.0 - Production System parameter file is /etc/listener.ora Log messages written to /local/oracle7/network/log/tcp_listener.log Trace information written to
/local/oracle7/network/trace/tcp_listener.trc TNS-01150: The address of the specified listener name is incorrect  NL-00303: syntax error in NV string  

LSNRCTL> And this is my /etclistener.ora/ file:

TCP_LISTENER=

        (ADDRESS_LIST=
                (ADDRESS = 
                        (PROTOCOL = TCP)
                        (HOST = tarkin ) 
                        (PORT = 1521) 
                ))
 
 
SID_LIST_TCP_LISTENER = 
        (SID_LIST = 
                (SID_DESC = 
                        (SID_NAME = ORCL)
                        (ORACLE_HOME = /local/oracle7)
                ))
 
 

STARTUP_WAIT_TIME_TCP_LISTENER=0
CONNECT_TIMEOUT_TCP_LISTENER=10
#TRACE_LEVEL_TCP_LISTENER=ADMIN
TRACE_DIRECTORY_TCP_LISTENER=/local/oracle7/network/trace TRACE_FILE_TCP_LISTENER=TCP_LISTENER
LOG_DIRECTORY_TCP_LISTENER=/local/oracle7/network/log LOG_FILE_TCP_LISTENER=TCP_LISTENER I would appreciate if someone could help me to solve this configuration problem.

Marc Holz

Automation Student, University of Erlangen

holz_at_mfk.uni-erlangen.de Received on Wed Jan 10 1996 - 00:00:00 CET

Original text of this message