By default, if data for the Oracle Database Links is not available during the current poll, Applications Manager behaves as follows:
- Existing data (including thresholds) is retained
- Health status is reported as Down
For versions 173800 and above
You can configure this behavior directly from the UI:
- Navigate to Settings → Performance Polling → Optimize Data Collection → Oracle → Oracle DB Links
- Enable the Delete entry if it is not discovered 1 consecutive polls option.
For versions below 173800
Follow the steps given below to override this behavior:
- Open the AppManager_Home/working/conf/CustomMonitors/OracleDBServer.xml directory. Replace AppManager_Home with the actual directory path of Applications Manager.
- Locate the <OracleDBLinks> section and update RetainRowsOnDelete="YES" to RetainRowsOnDelete="NO".
- Decrement the version number found on top of XML file.
For example: Change Version="18" to Version="17"- Save the file and restart Applications Manager.