How to fix the Oracle error ORA-36402: (XSSPROP03) The property ‘$string’ requires a leading “$” because it is a system-reserved property name.?
In this post, you’ll learn more about the Oracle ErrorORA-36402: (XSSPROP03) The property ‘$string’ requires a leading “$” because it is a system-reserved property name. with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-36402: (XSSPROP03) The property ‘$string’ requires a leading “$” because it is a system-reserved property name.
Reason for the Error ORA-36402: (XSSPROP03) The property ‘$string’ requires a leading “$” because it is a system-reserved property name.
The user tried to specify a property name which is reserved, but did not use a leading $
How to fix the Error ORA-36402: (XSSPROP03) The property ‘$string’ requires a leading “$” because it is a system-reserved property name. ?
You can fix this error in Oracle by following the below steps
Either add a leading $ or choose another property name
Leave Your Comment