Message Oracle PCC-00108 - This statement is not supported by ANSI

ERRORThis statement is not supported by ANSI
CAUSEAn Oracle extension to the ANSI/ISO SQL standard was used. Specifically, a nonconforming SQL statement such as PREPARE was used. For example, the offending code might look like: EXEC SQL PREPARE sql_statement FROM : sql_string; This informational message is issued by the FIPS Flagger when FIPS=YES.
ACTIONNo action required. However, for ANSI/ISO compliance, do not use the nonconforming statement.