How to fix the Oracle error ORA-22990: LOB locators cannot span transactions?
In this post, you’ll learn more about the Oracle ErrorORA-22990: LOB locators cannot span transactions with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-22990: LOB locators cannot span transactions
Reason for the Error ORA-22990: LOB locators cannot span transactions
A LOB locator selected in one transaction cannot be used in a different transaction.
How to fix the Error ORA-22990: LOB locators cannot span transactions ?
You can fix this error in Oracle by following the below steps
Re-select the LOB locator and retry the operation.
Leave Your Comment