Oracle Error Message
PLS-00608: the value of the USING clause must match that of the supertype
Reason for the Error
You were trying to create a SQLJ Object Type with a different value of the USING clause from the USING clause specified in its supertype.
Solution
Change the value of the USING clause to match the USING clause in its supertype.

Leave a Review