How to fix the Oracle error PCC-00105: Keyword WORK required here by ANSI?

In this post, you’ll learn more about the Oracle ErrorPCC-00105: Keyword WORK required here by ANSI with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

PCC-00105: Keyword WORK required here by ANSI

Reason for the Error PCC-00105: Keyword WORK required here by ANSI

Cause: An Oracle extension to the ANSI/ISO SQL standard was used. Specifically, the keyword WORK was used in a COMMIT or ROLLBACK statement. For example, the offending code might look like: EXEC SQL COMMIT WORK RELEASE; This informational message is issued by the FIPS Flagger when FIPS=YES.

How to fix the Error PCC-00105: Keyword WORK required here by ANSI ?

You can fix this error in Oracle by following the below steps

Action: No action required. However, for ANSI/ISO compliance, do not use the keyword WORK.

Tags :

Leave Your Comment