How can I use JDBC to connect to a database server behind a firewall?
Generally, it is recommended that Oracle Connection Manager be used to proxy your connections through the firewall. You open up a port designated to be used by the Oracle Connection Manager, and let it handle the rest. You should not directly open up any port that the database listener is using, like port 1521.Please refer to the Oracle Net Services Administrator’s Guide for how to configure Oracle Connection Manager.
Related Questions
- Whenever I bring up RazorPC to connect to a database server, all of the mistyped entries appear along with those that actually connect. Is there a way to edit this list?
- When I connect to Abjects, my firewall shows the server trying to connect to my TCP ports. Why?
- How can I use JDBC to connect to a database server behind a firewall?