Skip to Main Content

GoldenGate

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Heartbeat Table

user10126973Nov 14 2022

Hi All,
How to enable the Heartbeat table existing Oracle OGG Microservice as I have extract and replicate up and running. I just configure/set up the Heartbeat table.
Please share your thoughts
Regards,
DR

Comments

Answer

Likely your application is coded to change the mouse pointer to "busy" and you are not setting back to the default.  Example:

SET_APPLICATION_PROPERTY (CURSOR_STYLE, 'BUSY');

It is also possible (although unlikely) that there is a Java bug causing this.  Unfortunately because you are using Forms 10 (obsolete for many years) you really don't have many options to upgrade Java versions.  Also, if you are not already using a patched version of Forms 10 (10.1.2.3), I recommend doing so.

I would be interested in knowing if the same reproduced in version 12.2.1.2 using the latest Java version (8u144).

Marked as Answer by user501532 · Sep 27 2020
user501532

Thx. The aplication property worked fine.

1 - 2

Post Details

Added on Nov 14 2022
2 comments
203 views