2 listeners for same db with diferent IPs on the same machine?
Hi, I'd like to know how can I specify in listener.ora a diferent setting (HOST) to access the same database.
I have an oracle DB located behind a firewall with IP address 192.168.x.x which servers for local applications (in the same LAN).
Now I need to access from the outside (internet) but I'd need the listener to anwser with a diferent IP if the request comes from the outside.
In the firewall I'd set a reverse map (static NAT) so an external IP would be " forwarded" to the internal one.
Best regards