How to fix the Oracle error OCI-22626: Type Mismatch while constructing or accessing OCIAnyData?
In this post, you’ll learn more about the Oracle ErrorOCI-22626: Type Mismatch while constructing or accessing OCIAnyData with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
OCI-22626: Type Mismatch while constructing or accessing OCIAnyData
Reason for the Error OCI-22626: Type Mismatch while constructing or accessing OCIAnyData
Type supplied is not matching the type of the AnyData. If piece wise construction or access is being attempted, the type supplied is not matching the type of the current attribute.
How to fix the Error OCI-22626: Type Mismatch while constructing or accessing OCIAnyData ?
You can fix this error in Oracle by following the below steps
Make sure the type supplied matches the type of object to to be constucted or accessed.
Leave Your Comment