WORKAROUND
The following steps must be completed with a user with the 'Cartridge Developer' role:
1. From "Configuration | Definitions", click on "All Definitions" and search for "system:Dbwc_Common_Oracle_GA_Common_Frames.SetConfigurationForSelectedAgents".
2. Click on "Edit" and copy script to a text file and save as a backup.
3. Change "system:oracle_GA_Database_alarms20screen.6" to "system:oracle_GA_Database_alarms20screen.8" in the following line:
isExceptionExist = functionHelper.invokeFunction("system:oracle_GA_Database_alarms20screen.6", alarm);
to:
isExceptionExist = functionHelper.invokeFunction("system:oracle_GA_Database_alarms20screen.8", alarm);
4. Save changes.
Example:
STATUS
This issue was logged as FOG-4593 and was fixed in the 6.3.0.10 and higher releases of the Oracle cartridge.