Hello,
I have to migrate an oracle database to a mysql database the oracle database can be accessed only by vpn so all the querries are sent this way.
The issue is that the querries take more time to be executed when they are asked through vpn, it is not so much visible for one of them, but as there are many of them its end up by being more than 10 times slower!!!
I think this might be each query being sent through the vpn which take times and then the execution of the queries is done as fast as usual on the oracle server. Is there something wrong in the firewall setting or is there a way to keep one connection open so that each request can go faster to the oracle server?
Thank you in advance for your help...
I have to migrate an oracle database to a mysql database the oracle database can be accessed only by vpn so all the querries are sent this way.
The issue is that the querries take more time to be executed when they are asked through vpn, it is not so much visible for one of them, but as there are many of them its end up by being more than 10 times slower!!!
I think this might be each query being sent through the vpn which take times and then the execution of the queries is done as fast as usual on the oracle server. Is there something wrong in the firewall setting or is there a way to keep one connection open so that each request can go faster to the oracle server?
Thank you in advance for your help...