Apply error 'ORA-01403: no data found' occurring on all clusters every 15 minutes
Originally Published: 2012-01-23
Article Number
Applies To
RKM Appliances configured as multiple clusters joined in a group
Issue
The second and third clusters in the group initially show an Apply error "ORA-06575: Package or function HASH_VALIDATION is in an invalid state", and then subsequently only the other error "ORA-01403: no data found" repeats
Oracle Apply errors "ORA-01403: no data found" and "ORA-06575: Package or function HASH_VALIDATION is in an invalid state" started occurring soon after applying RKM Appliance patch 2.7.1.4
Both errors, ORA-01403 and ORA-06575, are seen on the /status/db page
Cause
The error "ORA-01403: no data found" is caused by replication monitoring feature introduced in 2.7.1.4. This error repeats on each cluster every 15 minutes which is due to the replication monitoring cronjob set by default (in 2.7.1.4) to run every 15 minutes.
Resolution
The problem with Apply errors "ORA-01403: no data found" re-occurring on regular basis (KMA-2446) has been fixed in RKM Appliance hotfix 2.7.1.7. The Apply errors can be cleared out using the procedure below.
*** It is highly recommended to contact RSA Customer Support for a review of /status/db reports before following the procedure below to clear out Apply errors, as the procedure will clear ALL Apply errors. ***
Follow the steps below to clear out the Apply errors:
1. Stop crond service on ALL appliances (after login as root):
service crond stop
2. Update permissions in Oracle db, carry out this step on each cluster (only on the primary node of each cluster):
su - oracle
sqlplus / as sysdba
SQL> GRANT EXECUTE ON DBMS_CRYPTO TO LOCAL;
SQL> exit
exit
3. Delete the Apply errors on each cluster (only on the primary node of each cluster) using the script "cs_delete_apply_errors.sh" (a part of /status pages):
cd /opt/rsa/setup/sh
./cs_delete_apply_errors.sh
(Note that this step may take a long time to complete depending on the number of Apply errors. For example, it took this script approximately 1 hour to clear around 30,000 such Apply errors. You can run this script concurrently on all clusters to save some time.)
4. Start crond service:
service crond start
5. Check /status/db report on all clusters to confirm that the Apply errors have been cleared.
6. If the number of Apply errors was very large (e.g., around 30,000 or so), it is recommended to restart Oracle on all clusters (to avoid potential Replication error ORA-23603). To do so, follow these steps:
- Login as root on each cluster
- To stop Oracle, run the command "service oracle stop"
- To start Oracle, run the command "service oracle start"
Workaround
Notes
KMA-2446
Related Articles
ORA-01403: no data found error in Account Data Collectors (ADC) in RSA Governance & Lifecycle 107Number of Views ORA-01403 no data found error in Account Data Collectors (ADC) in Step 10/11 in RSA Governance & Lifecycle 47Number of Views Promotion for maintenance fails: Unable to apply the data updates from the primary instance 282Number of Views RSA Authentication Manager 8.8 upgrade fails with ERROR: auth_manager.rest_service.old_access_key is not found 1.9KNumber of Views Clusters 69Number of Views
Trending Articles
Passwordless Authentication in Windows MFA Agent for Active Directory – Quick Setup Guide RSA Authentication Manager 8.9 Release Notes (January 2026) RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device RSA Authentication Manager Upgrade Process
Don't see what you're looking for?