Global Tables
We have an application that needs to handle 200 requests per second. We learned from our performance testing that
we need to have 5 servers to handle the load. We tried Oracle RAC but did not work for us for so many reasons.
We are planning to have a Frond End server to load balance the load among the 5 Back End servers.
We found that the 5 Back End servers need to share 10 tables (read,insert,update and delete). Our plan is to create
these tables on the Frond End server and setup oracle DB links from the 5 Back End servers to to these tables on the Frond End