Error
Error Code:
ORA-29705
Oracle ORA-29705: Instance Count Mismatch
Description
This error indicates a discrepancy in the `ACTIVE_INSTANCE_COUNT` parameter across different instances within an Oracle cluster database. It occurs during instance startup or configuration changes when this critical parameter is inconsistent.
Error Message
ORA-29705: ACTIVE_INSTANCE_COUNT is string which is incompatible with the value in other instances
Known Causes
3 known causesParameter File Mismatch
The `ACTIVE_INSTANCE_COUNT` parameter is set differently in the initialization parameter files (e.g., spfile.ora, init.ora) of different instances. ⚠
Manual Configuration Error
A user has manually modified the `ACTIVE_INSTANCE_COUNT` parameter in one or more instances without synchronizing the changes across the cluster. ⚠
Scripting Error
An automated script or process incorrectly configured the `ACTIVE_INSTANCE_COUNT` parameter on specific instances, leading to inconsistencies. 💻
Solutions
Coming SoonGeneral Troubleshooting Tips
- Check the error message carefully for specific details
- Review recent changes that might have caused the error
- Search for the exact error code in the official documentation
- Check log files for additional context
- Try restarting the application or service