DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: Listener error

  1. #1
    Join Date
    Jan 2002
    Posts
    42

    Listener error

    I just update oracle patchset from 92060 to 92080, then got listener error below, any idea?

    LSNRCTL> status
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))
    TNS-12618: TNS:versions are incompatible
    LSNRCTL> start
    Starting /apps/oracle/product/9206/bin/tnslsnr: please wait...

    TNSLSNR for HPUX: Version 9.2.0.8.0 - Production
    System parameter file is /apps/oracle/product/9206/network/admin/listener.ora
    Log messages written to /apps/oracle/product/9206/network/log/listener.log
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))
    TNS-12542: TNS:address already in use
    TNS-12560: TNSrotocol adapter error
    TNS-00512: Address already in use
    HPUX Error: 226: Address already in use

  2. #2
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    your listener is still running
    Jeff Hunter

  3. #3
    Join Date
    Nov 2000
    Location
    Pittsburgh, PA
    Posts
    4,166
    You can do a
    Code:
    ps -ef | grep lsn
    to see what listeners are running.

  4. #4
    Join Date
    Jan 2002
    Posts
    42
    Before apply oracle patch, all oracle processes need to be stopped, how to grep/kill all oracle processes. Databases can be shut down from dbshut, lsnrctl can be stopped manully. What's else?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width