ORA-39809: Data saves are not allowed on tables with domain indexes.
What triggered the Error:
Data saves (and the sqlldr ROWS parameter) could not be allowed when loading a table with domain indexes.What should we do to fix it:
Do not attempt data saves when loading a table with domain indexes.