In its broadest sense, learning can be defined as a process of
progressive change from ignorance to knowledge,
and from indifference to understanding....
关于listener 案例_5
上一篇 /
下一篇 2007-07-31 00:00:00
/ 个人分类:Error Handle
symptom: TNS Listener does not start
symptom: TNS-12541 / ORA-12541: TNS:no listener
symptom: TNS-12560 / ORA-12560: TNS:protocol adapter error
symptom: TNS-00511: No listener
symptom: IBM/AIX RISC System/6000 Error: 2: No such file or directory
symptom: sntuscrt: failed to create dir %s
cause: The listener process has no write access to the directory specified
in the 'sntuscrt' error message, or the directory does not exist. The listener
requires access to this directory in order to write socket files.
fix:
Enable listener tracing on level 16. The listener trace file shows the underlying cause for the error situation.
Look for a line like
-<ERROR>- sntuscrt: failed to create dir /tmp/.oracle
Make sure the directory specified in the 'sntuscrt' error message exists, and
that there is available disk space. Also make sure that the user who starts the
listener process, usually the 'oracle' Unix account, is the owner of this
directory and has full permissions to it.
导入论坛
引用链接
收藏
分享给好友
推荐到圈子
管理
举报
TAG: