Database Networking (MOSC)

MOSC Banner

Listener name character on listener process of UNIX system

edited May 10, 2012 2:04AM in Database Networking (MOSC) 2 commentsAnswered ✓
Hi

I noticed a minutia on listener process of UNIX system, but I can't test it as no test environment now

please help to test and confirm my suspection. appreciate if you can give reason.

---------------------------------------------

The lisenter name is UPPER CASE as below on listener process of UNIX system if you start listener with UPPER CASE lisenter name

$snrctl start LISTENER01

$ps -ef |grep tns

$$ORACLE_HOME/bin/tnslsnr LISTENER01 -inherit

And

The lisenter name is small characters as below on listener process of UNIX system if you start listener with small character lisenter name

$lsnrctl start listener01

$ps -ef |grep tns

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center