Error
Error Code:
ORA-29847
Oracle ORA-29847: Local Domain Index Invalid
Description
The ORA-29847 error occurs in Oracle Database when attempting to create a local domain index on a partitioned index-organized table. This operation is not supported directly; domain indexes on partitioned index-organized tables must be global.
Error Message
ORA-29847: cannot create a local domain index on a partitioned index-organized table
Known Causes
1 known causesIncorrect Index Creation
A `CREATE LOCAL DOMAIN INDEX` statement was executed on a partitioned index-organized table, which is an unsupported operation.
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