connecting oracle database pass through internet Proxy
613340Mar 5 2008 — edited Mar 6 2008please help...
i made .Net Application that used oracle as database server.i have 3 branch office that need to access the data on the oracle database server and i use internet proxy to organized my internet connection.what i want to asked is how to setup my oracle connection through internet proxy (i used kerio winroute) so that each branch office can access data in my oracle database.
this is my network sketch :
note : '->' means : connect to
client's computer -> proxy computer -> Router -> internet -> oracle database server
in my .net application i use connection string
connStr = "Data Source=DESCRIPTION=(ADDRESS_LIST=(ADDRESS=" +
(PROTOCOL=TCP) (HOST = 203.161.31.178)" +
"(PORT = 1521))) " +
"(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=ora92)))" +
"User ID=user;Password=password;Unicode=True";