How to fix the Oracle error PCB-00305: Oracle extension to the COMMIT and ROLLBACK statements?

In this post, you’ll learn more about the Oracle ErrorPCB-00305: Oracle extension to the COMMIT and ROLLBACK statements with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

PCB-00305: Oracle extension to the COMMIT and ROLLBACK statements

Reason for the Error PCB-00305: Oracle extension to the COMMIT and ROLLBACK statements

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

How to fix the Error PCB-00305: Oracle extension to the COMMIT and ROLLBACK statements ?

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 nonconforming parameter.

Tags :

Leave Your Comment