PCC-00108: This statement is not supported by ANSI

PCC-00108: This statement is not supported by ANSI

Cause: An Oracle extension to the ANSI or 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.

Action: No action required. However, for ANSI or ISO compliance, do not use the nonconforming statement.

No comments:

Post a Comment