Oracle Error ORA-40112: insufficient number of valid data rows

Oracle Error Message

ORA-40112: insufficient number of valid data rows

Reason for the Error

Fewer than two valid data rows were found in the build data.

Solution

Provide at least two valid build data rows. If the model is either a classification or regression model, then valid rows must have non-NULL targets. If a weight column was provided, then valid rows must have positive row weights. In addition, if DELETE_ROW missing value treatment was used, consider disabling it.