Database Error Messages

ORA-26016

The virtual column column_name in table owner_name.table_name cannot be loaded using direct path.
  • column_name: The column being loaded.
  • owner_name: The table owner.
  • table_name: The table name.

Cause

An attempt is being made to load a virtual column using the direct path.


Action

Virtual columns cannot be loaded using the direct path.