Database Error Messages

ORA-30659

too many locations specified for external-organized or hybrid-partitioned table

Cause

An attempt was made to create or query an external-organized or hybrid-partitioned table with more than the maximum allowed (32767) locations specified.


Action

Use fewer location clauses. Either consider concatenating the input files or creating two external-organized or hybrid-partitioned tables with the input files split between them.