Find the process no of the listener.
# su root
# netstat -tvlnp | grep 1521
(here 1521 is the port no of tnslsnr)It will give you the process no
# kill -9 {processno}
Kill the listener.Then start the listener.
# su oracle
# . oraenv
# lsnrctl start
Still problem persists try once again form the netstat listing.
It may solve your problem
No comments:
Post a Comment
type your comments here