0

After migration from oracle 10c to 12c, there are many times where in intrascope we see large number of same sql executing large number of times, which is causing heap space issue.

Since code is same and issue did not appear in 10c, why it uis now causing issue after migration?

Example:

In java we have method repository. load(id) which is called in for loop in many places . So this is sql we seen in intrascope APM where it was executed 500 000 times in 30 mins. and suddenly increases heap size to max.

This issues did not apprear in 10c

Below is APM heap space increased in 30 mins

enter image description here

SQL executions

enter image description here

James Z
  • 12,209
  • 10
  • 24
  • 44
sshet
  • 1,152
  • 1
  • 6
  • 15

0 Answers0