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

Thread: cannot start listener

  1. #1
    Join Date
    May 2001
    Location
    singapore
    Posts
    19

    Arrow

    problem starting in listener am in Linux rh 6.2 and oracle 8.1.6



    LSNRCTL> start listener
    Starting /u01/app/oracle/product/8.1.6/bin/tnslsnr: please wait...

    TNSLSNR for Linux: Version 8.1.6.0.0 - Production
    System parameter file is /u01/app/oracle/product/8.1.6/network/admin/listener.ora
    Log messages written to /u01/app/oracle/product/8.1.6/network/log/listener.log
    Attempted to listen on: (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))
    TNS-12540: TNS:internal limit restriction exceeded
    TNS-12560: TNSrotocol adapter error
    TNS-00510: Internal limit restriction exceeded
    Linux Error: 28: No space left on device



    my listener.ora :-

    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    )
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 175.121.8.9)(PORT = 1521))
    )
    )
    (DESCRIPTION =
    (PROTOCOL_STACK =
    (PRESENTATION = GIOP)
    (SESSION = RAW)
    )
    (ADDRESS = (PROTOCOL = TCP)(HOST = oracle.localdomain)(PORT = 2481))
    )
    )



    thanx with regards,
    Raj

  2. #2
    Join Date
    Jun 2001
    Posts
    150
    Use port 1526 instead of 1521

  3. #3
    Join Date
    May 2001
    Location
    singapore
    Posts
    19

    connot start listener

    hi thanx for the quick reply i did change to the port 1526.but still i get the same.wat could be the reason

    LSNRCTL>start
    Attempted to listen on: (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))
    TNS-12540: TNS:internal limit restriction exceeded
    TNS-12560: TNSrotocol adapter error
    TNS-00510: Internal limit restriction exceeded
    Linux Error: 28: No space left on device
    thanx with regards,
    Raj

  4. #4
    Join Date
    Sep 2001
    Location
    SWEDEN
    Posts
    70

    Re: connot start listener

    Hi,

    I'm not an expert of LINUX but the message "Linux Error: 28: No space left on device" sounds like that a diskdevice is full.


  5. #5
    Join Date
    Dec 1999
    Location
    Cincinnati, Ohio USA
    Posts
    99
    The error implies that you have hit a limit of some form. This is usually an OS limit that has been reached.

    Typical problems are:
    - Out of system memory / swap
    - Out of process slots in the process table
    - Streams resources depleted
    - Out of File Handles

    If the init.ora 'processes' parameter seems ok then you
    may need to increase the Unix kernel parameters for the
    maximum number of processes or users (for example, nproc
    or maxuprc). Check the manuals for the Unix operating
    system for more information on these parameters.

    Doug

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