Hi,
We are having a (client) database from where the data has be fetched and displayed on a dashboard.
To minimize the impact on this client database, the user account will have a limited number(say, 5) of connections allowed. But the no of user who access the
dashboard will be more than 5.
Can anyone please suggest what is the best way to achieve this?
Is it a good idea to create our own database in between and populate with the client data. The data in client database gets generated every month.
in other words,
I've a DB where only 5 connections to it are allowed...but the no of Users accessing that DB might be more than 5.
Database : Oracle 9i
Dashboard is implemented in
Java.
Thanks,
Arnav