简体   繁体   中英

winform(C#) connect remote oracle database

I meet a problem in developing winform (C#) project. How can the client from one computer of the local network A connect the oracle database which is in one computer of network B (A and B are not in the same local network).

Possible solutions :

  • Setting up a vpn to access the network where the Oracle database is hosted.
  • Setting up ssh (similar to vpn) ( http://www.akadia.com/services/ssh_connect_tunnels.html )
  • Directly expose the server and port Oracle is running on to the internet, you'll need a static ip for this to work (not recommended).
  • Setting up a connection manager on a dmz server

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM