Consideration when local PL/SQL packages access remote tables
I'm investigating about bad performance of a web application.
Please tell me how to approach to improve it.
--------------------------------------
1.We have one Oracle Database Server which has two instance.
Instance(A) has Tables
Instance(B) has PL/SQL Packages which access data of Instance(A) through DBLink
2.Asp.NET Web Application accesses PL/SQL Packages of Instance(B) by ODP.NET
3.Database Server CPU usage is often very high. And in tkprof of Instance(A)
we found Hard Parse has occured.
--------------------------------------