원문 : http://www.ischo.net -- 조인상 // 시스템 엔지니어

Writer : http://www.ischo.net -- ischo // System Engineer in Replubic Of Korea

+++++++++++++++++++++++++++++++++++++++++++++++++++++++

 

본문 : http://www.ischo.net -- 조인상 //시스템 엔지니어

+++++++++++++++++++++++++++++++++++++++++++++++++++++++


OS: Red Hat Enterprise Linux AS release 3 (Taroon)
커널 : 2.4.21-4

LSNRCTL for Linux: Version 9.2.0.4.0 - Production on 10-OCT-2006 11:01:46

Copyright (c) 1991, 2002, Oracle Corporation.  All rights reserved.

Starting /opt/oracle/product/9.2.0.4.0/bin/tnslsnr: please wait...

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

Listener failed to start. See the error message(s) above...




Errors
ORA-12540 "TNS:internal limit restriction exceeded"


Symptoms
Unable to make more than 510 connections to Server using OCI
Error is "TNS-12540: TNS:internal limit restriction exceeded"


Cause
The problem was caused by an insufficient OPEN FILES setting (the current value can be viewed with ulimit -a).


Solution
To implement the solution, please execute the following steps:

1. Increase OPEN FILES, for example:

ulimit -n 4096
서버에 요청 중입니다. 잠시만 기다려 주십시오...