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



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

Answer / guest

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.

Please add more information about this Error

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

PLS-00383: type mismatch found at 'string' inside an IN or NOT IN clause

1 Answers  


DRG-11118: object string does not exist

1 Answers  


ORA-06814: TLI Driver: the SPX device file could not be opened

1 Answers  


ORA-40252: no target values were found

1 Answers  


ORA-24750: incorrect size of attribute

1 Answers  






ORA-36960: (XSFCAST27) The value of the string expression must be an odd number. You specified number.

1 Answers  


ORA-22956: The set contains no elements

1 Answers  


QSM-01028: materialized view, string, is currently being refreshed

1 Answers  


ORA-01718: BY ACCESS | SESSION clause not allowed for NOAUDIT

2 Answers  


ORA-10640: Operation not permitted during SYSTEM tablespace migration

1 Answers  


ORA-32625: illegal dimension in cell reference predicate

1 Answers  


ORA-24361: basic bind call not invoked before invoking advanced bind call

1 Answers  


Categories