Our Java application runs frequently heavy databases queries. As Java process and Oracle process run on the same computer, these heavy queries may consume so much of CPU or IO that important applicative threads i.e. user requests, become unresponsive.
I'm looking for a solution to prioritize transactions (or connections or connection pools) in Oracle. I am aware of Oracle's Resource Manager feature, but we don't have license to use it.
If the prioritization is not possible can transactions be paused or even killed in the middle?
We are running on Linux, J2EE, hibernate / sql