Interoperating different releases of database and HS gateway [message #672896] |
Wed, 31 October 2018 12:11 |
John Watson
Messages: 8960 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
I've configured the HS gateway before, but only on a small scale: Installing it into the same Oracle Home as the database, and configuring a connection to one remote non-Oracle database. However, a possibility has come up of needing to install gateways between several Oracle databases running off different homes and possibly of different releases with connections to several MySQL and SQL Server databases.
Is it feasible to install the gateways on one machine in one home, configuring all the ODBC connections there and running one listener to route all the connections? In effect, using the HS gateway machine as a hub that will be the target of several database links from several databases (possibly of different versions) and send them on to the appropriate third party database?
Thank you for any insight.
|
|
|
|
|
Re: Interoperating different releases of database and HS gateway [message #672911 is a reply to message #672907] |
Wed, 31 October 2018 17:37 |
|
EdStevens
Messages: 1376 Registered: September 2013
|
Senior Member |
|
|
JPBoileau wrote on Wed, 31 October 2018 15:50Precisely as Ed said. It's the right way to go.
Additionally, keep in mind that you may saturate the listener when having a single Gateway server. It's not common, but with very heavy use, it's a possibility.
JP
Maybe I've just never been in a really high-volume system, but I can't imagine the listener getting 'saturated'. Contrary to all-too-common misunderstanding, the listener is not involved in on-going communication between the client and the database. All it does is receive the connection request and spawn another server process, then tells the client what port to use to communicate with that process. Once a client is connected to a database, the listener can even be shut down, and existing connections will never know.
|
|
|
|
|
Re: Interoperating different releases of database and HS gateway [message #672985 is a reply to message #672896] |
Thu, 01 November 2018 10:17 |
John Watson
Messages: 8960 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
Thank you for all the advice. I'll plan on one installation of the gateway on its own machine, and if I use the latest 18.x version I would hope that it will be able to talk to all the Oracle and third party databases I am likely to need.
Now back to the bloody October RU. Hit a bizarre problem where some SQLs that were fine before now fail after applying it. I have TAR open that ain't going nowhere
|
|
|