PCC-00102: FOR UPDATE is an Oracle extension

PCC-00102: FOR UPDATE is an Oracle extension

Cause: An Oracle extension to the ANSI or ISO SQL standard was used. Specifically, the FOR UPDATE OF clause was used in a cursor declaration. For example, the offending code might look like: EXEC SQL DECLARE emp_cursor CURSOR FOR SELECT ENAME, SAL FROM EMP WHERE DEPTNO = :dept_ number FOR UPDATE OF SAL; 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 UPDATE OF clause.

No comments:

Post a Comment