Database Error Messages

ORA-40247

For Explicit Semantic Analysis with embedding size embedding_size, the number of rows in the input data cannot exceed rows.
  • embedding_size: The number of embedding specified in the ESAS_EMBEDDING_SIZE setting.
  • rows: The maximum number of rows allowed in the input data.

Cause

Input data contains too many rows for Explicit Semantic Analysis with embedding enabled.


Action

Either shrink the data to include fewer number of rows, decrease the embedding size, or disable embedding.