Connecting to multiple servers

cptngrb

Member²
There are several servers. it is necessary to connect alternately to each server. a list of servers is requested every minute. Prompt n how it is better to realize?
 
You can create a TOracleSession instance for each connection that your application needs. The sessions can be connected simultaneously.
 
That's understandable. But I meant that I sent the IP address to the new servers. How to connect to them? You probably need to overwrite the tnsnames file every tnsnames.ora?
No other way?
 
Back
Top