Quote Originally Posted by vnktummala
lsnrctl stop - does work.
Hey... i did some modification to the Listner.ora (i dont remeber what i did), due to which even after stopping the listner, the port was showing occupied.

Also when i tried to allocate the same to a different listener, it was showing as port occupied; and i wanted to kill the process.

Netstat command was just giving the following output and i wasn't sure of the os process id to kill

netstat -a| grep 1522
tcp 0 0 *:1522 *:* LISTEN

Now i cannot simulate the same as the machine is rebooted.