Oracle Error :: TNS-01150
The address of the specified listener name is incorrect
Cause
The address on which the listener attempted to listen contains a syntax error.
Action
For the listener name or service name specified to LSNRCTL, check that the address or connect descriptor is well-formed. You can find the listener name in LISTENER.ORA, or you can access the listener through the service name is TNSNAMES.ORA.
Comments (Add Comment)
23/02/2010 19:36:32 by Right Said Fred
I'd like to know what LSNRCTL means.
24/02/2010 22:07:33 by Oz
lsnrctl is the program found in $ORACLE_HOME/bin that is used to control (start/stop etc) the oracle listener.