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
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
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.
Bookmarks