How to fix the Oracle error DRG-12803: invalid text datatype?
In this post, you’ll learn more about the Oracle ErrorDRG-12803: invalid text datatype with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
DRG-12803: invalid text datatype
Reason for the Error DRG-12803: invalid text datatype
Cause: LONG and LONG RAW are not supported in nested table
How to fix the Error DRG-12803: invalid text datatype ?
You can fix this error in Oracle by following the below steps
Action: change text column to a supported data type
Leave Your Comment