Error
Error Code:
ORA-28674
ORA-28674: Accessing Transient Table
Description
The ORA-28674 error occurs when attempting to directly access a transient table. These tables are temporary and automatically created as part of index-organized table (IOT) partition maintenance. Direct access to them is not permitted.
Error Message
ORA-28674: cannot reference transient index-organized table
Known Causes
3 known causesDirect Table Query
A query was directly issued against the transient table instead of the associated permanent IOT.
Incorrect Table Name
The query may be referencing the transient table's name, mistaking it for the permanent IOT name.
Partition Maintenance
An IOT partition maintenance operation is in progress, causing the transient table to exist.
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