Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

connecting oracle database pass through internet Proxy

613340Mar 5 2008 — edited Mar 6 2008
please 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";
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 3 2008
Added on Mar 5 2008
3 comments
511 views