Jan Cumps wrote:No difference for MySQL or Oracle.
Do you need to connect with all 50 at the same time, or is it: connect to #1-> do somethiong -> disconnect -> connect to #2 .... ?
actually the scenario is ,this is an Enterprise data management and i have to develop an application in
java to monitor it, means i have to check the performance of database(s) , there are many parameters to monitor the database(s). like cpu performance,hit ratio,memory utilization. suppose there is select query and i got results in 3 sec, but the best case was suppose 1 sec. so 2 sec is kind of threshold. this is how i have to check the performance but got stuck with first point that how to get connected with database(s) in java.
it may be like a cronjobservlet that will run in each 5 minutes in order to Monitor the performance.
Thanks for the quality time.