How to fix the Oracle error ORA-30965: fragment does not fit into the VARCHAR2 VALUE column?
In this post, you’ll learn more about the Oracle ErrorORA-30965: fragment does not fit into the VARCHAR2 VALUE column with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-30965: fragment does not fit into the VARCHAR2 VALUE column
Reason for the Error ORA-30965: fragment does not fit into the VARCHAR2 VALUE column
The fragment size exceeded the max size.
How to fix the Error ORA-30965: fragment does not fit into the VARCHAR2 VALUE column ?
You can fix this error in Oracle by following the below steps
Re-create the XML Index with values stored in CLOB.
Leave Your Comment