How to fix the Oracle error OCI-31065: Cannot modify read-only property [string]?
In this post, you’ll learn more about the Oracle ErrorOCI-31065: Cannot modify read-only property [string] with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
OCI-31065: Cannot modify read-only property [string]
Reason for the Error OCI-31065: Cannot modify read-only property [string]
An attempt was made to modify an immutable XML node.
How to fix the Error OCI-31065: Cannot modify read-only property [string] ?
You can fix this error in Oracle by following the below steps
Use only read operations on such properties.
Leave Your Comment