How to fix the Oracle error ORA-24805: LOB type mismatch?
In this post, you’ll learn more about the Oracle ErrorORA-24805: LOB type mismatch with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-24805: LOB type mismatch
Reason for the Error ORA-24805: LOB type mismatch
When copying or appending LOB locators, both source and desctination LOB locators should be of the same type.
How to fix the Error ORA-24805: LOB type mismatch ?
You can fix this error in Oracle by following the below steps
Pass the same type of LOB locators for copying or appending.
Leave Your Comment