Login  Register

Re: Error while clicking on verify buttun under alert manager

Posted by ErmanArslansOracleBlog on May 20, 2020; 12:55pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Error-while-clicking-on-verify-buttun-under-alert-manager-tp8381p8382.html

This is adressed with the patch.
Sometimes, some bugs can only be triggered with some circumstances..
It seems the frmweb process crashes when you hit the bug.
That process is running on top OS, so it may depend on the OS and even the hardware as well.
When I look at the bug defitinion, I see the following;

adb $ORACLE_HOME/bin/....core file = core -- program
  ``/appl/R12/apps/tech_st/10.1.2/bin/frmweb'' on platform
    SUNW,Sun-Fire-V440
    SIGSEGV: Segmentation Fault

As you see, they even specified the platform there.

So probably, the bug is present in TEST too, but there is something in your TEST environment which prevents the bug to be triggered and that's why you don't get the same error there.
So I suggest you the apply the patch in any case.  (first apply it on TEST, then on PROD)