Question about shared database links,..
I've been looking into these as a possible way to reduce the effect of one of our production databases on another. We have a production database called FREP that has a lot of sessions that also access data on another production database HACP through database links. The result is that we have a lot of sessions on HACP that originate from FREP. The idea is to try and see if shared database links can be used to reduce the number of sessions on HACP originating from FREP. I've gone through the documentation and it seems to hint at (as opposed
0