PLW-07204: conversion away from column type may result in
sub-optimal query plan



PLW-07204: conversion away from column type may result in sub-optimal query plan..

Answer / guest

Cause: The column type and the bind type do not exactly
match. This may 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 1 No

Post New Answer

More Oracle Errors Interview Questions

PLS-01909: : cannot assign supertype instance to subtype

1 Answers  


LPX-00201: unknown encoding "~s"

1 Answers  


IMG-00862: assert failure, inconsistency in merged area labels

1 Answers  


NID-00425: Database name restored to string.

1 Answers  


ORA-01970: You must specify a database name for CREATE CONTROLFILE

1 Answers  






LSX-00274: invalid padding in base64-encoded binary

1 Answers  


ORA-02766: Invalid maximum of request descriptors

1 Answers  


ORA-00053: maximum number of enqueues exceeded

1 Answers  


ORA-33462: (ESDREAD10A) Discarding compiled code for workspace object because object number is not in analytic workspace string.

1 Answers  


ORA-08430: raw data missing leading sign

1 Answers  


ORA-25192: invalid option for an index-organized table

1 Answers  


NNL-00568: delegate_domain <domain_name> <NS_name> <NS_Addr> : Delegate the given domain to the given nameserver

1 Answers  


Categories