|
Re: Need some help about using oracle connection manager [message #534199 is a reply to message #534197] |
Sun, 04 December 2011 06:21 |
John Watson
Messages: 8960 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
I have had to do this when running Java applets downloaded from a web listener: the applet can talk only to the web listener machine. So to fool it into talking to a database on a different machine, you go through an Oracle Connection manager on the web listener machine which routes the connection onward to the datbase server. Is this, or something similiar, what you want to do?
If so, no problem: the Connection Manager is shipped with all releases. I do not know what the licensing implications are.
|
|
|
|
|