Urgent - Listener Problem on Solaris [message #49926] |
Mon, 18 February 2002 21:57 |
deepdive
Messages: 1 Registered: February 2002
|
Junior Member |
|
|
Please give me some advice, thank you very much.
When starting Listener:
LSNRCTL> start
Starting /data2/oracle8i/product/8.1.5/bin/tnslsnr: please wait...
TNSLSNR for Solaris: Version 8.1.5.0.0 - Production
System parameter file is /data2/oracle8i/product/8.1.5/network/admin/listener.ora
Log messages written to /data2/oracle8i/product/8.1.5/network/log/listener.log
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC0)))
Attempted to listen on: (ADDRESS=(PROTOCOL=ipc)(PARTIAL=yes)(QUEUESIZE=1))
TNS-12540: TNS:internal limit restriction exceeded
TNS-12560: TNS:protocol adapter error
TNS-00510: Internal limit restriction exceeded
Solaris Error: 28: No space left on device
The content of listener.ora:
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
)
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = PSO-2500.asiainfo.com)(PORT = 1521))
)
)
)
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = /data2/oracle8i/product/8.1.5)
(PROGRAM = extproc)
)
(SID_DESC =
(GLOBAL_DBNAME = AIOBS5)
(ORACLE_HOME = /data2/oracle8i/product/8.1.5)
(SID_NAME = AIOBS5)
)
)
|
|
|
Re: Urgent - Listener Problem on Solaris [message #49939 is a reply to message #49926] |
Tue, 19 February 2002 12:17 |
Farrukh
Messages: 15 Registered: February 2002 Location: Pakistan
|
Junior Member |
|
|
Hi,
Below is explanation from Metalink:
Clean up your swap space to make it available for system use and/or
add additional memory resources so that swap requirements are minimized.
Clean-up consists of removing files no longer required in the directory.
Explanation
-----------
When UNIX needs memory to service the process demands on the system,
and the amount of available memory has dropped below a predefined
threshold, the operating system will make space available by attempting to move entire processes out of memory to secondary storage allocated on disk, known as swap space. A shortage of swap space can result in limited memory usage due to the system's inability to reserve swap space for a new process to be loaded into memory.
Hope this helps!
Cheers!
Farrukh
|
|
|