PLW-07202: bind type would result in conversion away from column type

PLW-07202: bind type would result in conversion away from column type

Cause: The column type and the bind type do not exactly match. This will result in the column being converted to the type of the bind variable. This type conversion may prevent the SQL optimizer from using any index the column participates in. This may adversely affect the execution performance of this statement.

Action: To make use of any index for this column, make sure the bind type is the same type as the column type.

No comments:

Post a Comment