Sunday, 24 June 2012

ORA-40321: invalid bin number, is zero or negative value

ORA-40321: invalid bin number, is zero or negative value

Cause: Input bin number has zero or negative values.

Action: Provide positive bin numbers starting from 1.

ORA-40306: wide data not supported for decision tree model create

ORA-40306: wide data not supported for decision tree model create

Cause: Wide data (DM_NESTED_NUMERICALS and or or DM_NESTED_ CATEGORICALES) is being passed to the decision tree model create routine. These datatypes are currently not supported for tree builds.

Action: Remove columns of these datatypes from the input.

ORA-40305: invalid impurity metric specified

ORA-40305: invalid impurity metric specified

Cause: Impurity metric specified is not valid. Examples of valid metrics are TREE_IMPURITY_GINI, TREE_IMPURITY_ENTROPY.

Action: Consult documentation for valid impurity metrics and specification.

ORA-40304: invalid classname string in prior probability specification

ORA-40304: invalid classname string in prior probability specification

Cause: Actual or predicted classname specified is not present in training data.

Action: Provide valid classname(s) in prior probability specification.

ORA-40303: invalid prior probability specification

ORA-40303: invalid prior probability specification

Cause: Valid prior probabilities not specified. Valid probabilities should be between 0 and 1.

Action: Consult documentation for valid prior probability specification.

ORA-40302: invalid classname string in cost matrix specification

ORA-40302: invalid classname string in cost matrix specification

Cause: Actual or predicted classname specified is not present in training data

Action: Provide valid classname(s) in cost matrix specification

ORA-40301: invalid cost matrix specification

ORA-40301: invalid cost matrix specification

Cause: A valid cost matrix is not specified.

Action: Consult documentation for valid cost matrix specification.

ORA-40291: model cost not available

ORA-40291: model cost not available

Cause: The supplied model was assumed to have been built with a cost matrix specification, when in reality, it was not.

Action: Provide a model name that corresponds to a model that was built with an appropriate cost matrix specification.

ORA-40290: model incompatible with data mining function

ORA-40290: model incompatible with data mining function

Cause: The supplied model cannot be operated upon by the data mining function because the model is built for a mining function and or or based on an algorithm that is incompatible with function.

Action: Provide the name of the model suitable for the function.

ORA-40289: duplicate attributes provided for data mining function

ORA-40289: duplicate attributes provided for data mining function

Cause: A duplicate, non-nested attribute was provided as input to the data mining function. A duplicate attribute is one which is present in the model signature, occurs more than once in the USING clause after tablename expansion, and is not a collection element in a nested table column.

Action: Eliminate the duplicate attribute(s).

ORA-40287: invalid data for model - cosine distance out of bounds

ORA-40287: invalid data for model - cosine distance out of bounds

Cause: The norm computed using attribute values from the incoming row for the cosine model is outside the range 0-1.

Action: Remove or correct the data in the offending row.

ORA-40286: remote operations not permitted on mining models

ORA-40286: remote operations not permitted on mining models

Cause: An attempt was made to perform queries or DML operations on remote tables using local mining models.

Action: Remove the reference to remote tables in the statement.

ORA-40285: label not in the model

ORA-40285: label not in the model

Cause: The model does not have the label.

Action: Provide valid label.

ORA-40284: model does not exist

ORA-40284: model does not exist

Cause: The model entered does not exist.

Action: Check spelling.

ORA-40283: missing cost matrix

ORA-40283: missing cost matrix

Cause: Cost matrix specification is missing.

Action: Provide valid cost matrix specification. Check syntax for data mining functions.

ORA-40282: invalid cost matrix

ORA-40282: invalid cost matrix

Cause: Cost matrix specification is invalid.

Action: Provide valid cost matrix specification. Check syntax for data mining functions.

ORA-40281: invalid model name

ORA-40281: invalid model name

Cause: A model name is invalid or does not exist.

Action: Check spelling. A valid model name must begin with a letter and may contain only alphanumeric characters and the special characters $, _, and #. The name must be less than or equal to 30 characters and cannot be a reserved word.

ORA-40273: invalid model type string for Adaptive Bayes Network algorithm

ORA-40273: invalid model type string for Adaptive Bayes Network algorithm

Cause: The valid values for the abns_model_type settings are: abns_multi_ feature, abns_single_feature, abns_naive_bayes.

Action: Use a valid value for the abns_model_type setting.

ORA-40272: apply rules prohibited for this model mode

ORA-40272: apply rules prohibited for this model mode

Cause: Adaptive Bayes Network rules are only generated for SingleFeature ABN models

Action: Rebuild model in SingleFeature mode and then apply with rules.

ORA-40271: no statistically significant features were found

ORA-40271: no statistically significant features were found

Cause: Input data inadequate in volume and or or quality to derive statistically significant predictions for building a Adaptive Bayes Network model.

Action: Provide a well-prepared training data set.