How to fix the Oracle error PLS-00434: record field has unsupported type: “string”?
In this post, you’ll learn more about the Oracle ErrorPLS-00434: record field has unsupported type: “string” with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
PLS-00434: record field has unsupported type: “string”
Reason for the Error PLS-00434: record field has unsupported type: “string”
An attempt was made to use an unsupported type for a record field. In this release, the use of the SQL92 datetime types (time, timestamp, time with time zone, timestamp with time zone, interval year to month, interval day to second) are not supported in record fields.
How to fix the Error PLS-00434: record field has unsupported type: “string” ?
You can fix this error in Oracle by following the below steps
Use only supported types for record fields.
Leave Your Comment