ERROR | weights table schema is incorrect |
CAUSE | The weights table did not have the required schema. |
ACTION | Provide a weights table with schema: (target_value, weight), where the type of the first column corresponds to the type of the target column (CHAR, VARCHAR2 or NUMBER) and the type of the second column is NUMBER. |