PCC-00104: FOR clause is an Oracle extension

PCC-00104: FOR clause is an Oracle extension

Cause: An Oracle extension to the ANSI or ISO SQL standard was used. Specifically, the FOR clause was used in an array-processing SQL statement. For example, the offending code might look like: EXEC SQL FOR :limit INSERT INTO EMP (EMPNO, JOB, DEPTNO) VALUES (:emp_number, :job_title, :dept_number); 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 FOR clause.

No comments:

Post a Comment