Oracle 11g database Listening Port
Hi,
It can allow only 127.0.0.1 through this port that is localhost.
"TCP 127.0.0.1:1521 0.0.0.0:0 LISTENING" how can i create one more IP LISTENING port. I want to access my db using ip address without(localhost) Kindly help.
The below format:
TCP 0.0.0.0:1521 0.0.0.0:0 LISTENING
Thanks.