How to fix the Oracle error PGU-42003: COPY reserved word found within a COPY clause?
In this post, you’ll learn more about the Oracle ErrorPGU-42003: COPY reserved word found within a COPY clause with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
PGU-42003: COPY reserved word found within a COPY clause
Reason for the Error PGU-42003: COPY reserved word found within a COPY clause
Cause: COPY clause found embedded within another COPY clause
How to fix the Error PGU-42003: COPY reserved word found within a COPY clause ?
You can fix this error in Oracle by following the below steps
Action: Examine COPY clauses. Statment terminator may be missing.
Leave Your Comment