Any idea's folks?

I'm running a DEC Alpha 4100, DEC Unix 4.0d.
I've just installed 8.1.6 with patch 8.1.6.2 and
the sqlnet patch 1399208.  

When I try to start the listener I get the following errors:

Script started on Wed Sep 19 12:04:14 2001
% ln^H ^Hsnrctl

LSNRCTL for DEC OSF/1 AXP: Version 8.1.6.0.0 - Production on 19-SEP-2001 12:04:17

(c) Copyright 1998, 1999, Oracle Corporation.  All rights reserved.

Welcome to LSNRCTL, type "help" for information.

LSNRCTL> start
Starting /1091/oracle/product/816/bin/tnslsnr: please wait...

Internal AIO consistency error:  Cannot use libaio_raw with threads.
        Either relink without -pthread or link -laio, not -laio_raw.
        Aborting...
TNS-12547: TNS:lost contact
 TNS-12560: TNS:protocol adapter error
  TNS-00517: Lost contact
   DEC OSF/1 AXP Error: 32: Broken pipe
LSNRCTL> exit


Here's my listener.ora also:

# LISTENER.ORA Configuration File:/1091/oracle/product/816/network/admin/listener.ora
# Generated by Oracle configuration tools.

LISTENER =
  (DESCRIPTION_LIST =
    (DESCRIPTION =
      (ADDRESS_LIST =
       (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
      )
      (ADDRESS_LIST =
        (ADDRESS = (PROTOCOL = TCP)(HOST = mufasa)(PORT = 1525))
      )
    )
    (DESCRIPTION =
      (PROTOCOL_STACK =
        (PRESENTATION = GIOP)
        (SESSION = RAW)
      )
      (ADDRESS = (PROTOCOL = TCP)(HOST = mufasa)(PORT = 2481))
    )
  )
SID_LIST_LISTENER =
  (SID_LIST =
    (SID_DESC =
      (SID_NAME = PLSExtProc)
      (ORACLE_HOME = /1091/oracle/product/816)
      (PROGRAM = extproc)
    )
    (SID_DESC =
      (GLOBAL_DBNAME = PREP)
      (ORACLE_HOME = /1091/oracle/product/816)
      (SID_NAME = PREP)
    )
  )
ADMIN_RESTRICTIONS_LISTENER=ON


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Joe LaCascio
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

Reply via email to