How to fix the Oracle error PCC-00140: CREATE FUNCTION/PROCEDURE/PACKAGE/TRIGGER are Oracle extensions?
In this post, you’ll learn more about the Oracle ErrorPCC-00140: CREATE FUNCTION/PROCEDURE/PACKAGE/TRIGGER are Oracle extensions with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
PCC-00140: CREATE FUNCTION/PROCEDURE/PACKAGE/TRIGGER are Oracle extensions
Reason for the Error PCC-00140: CREATE FUNCTION/PROCEDURE/PACKAGE/TRIGGER are Oracle extensions
Cause: An Oracle extension to the ANSI/ISO SQL standard was used. Specifically, one of the following statements was used:
o CREATE FUNCTION
o CREATE PROCEDURE
o CREATE PACKAGE
o CREATE TRIGGER These statements are Oracle extensions to the ANSI/ISO SQL standards. This informational message is issued by the FIPS Flagger when FIPS=YES.
How to fix the Error PCC-00140: CREATE FUNCTION/PROCEDURE/PACKAGE/TRIGGER are Oracle extensions ?
You can fix this error in Oracle by following the below steps
Action: No action is required. However, for ANSI/ISO compliance, do not use any of these statements.
Leave Your Comment