PCC-00104: FOR clause is an Oracle extension



PCC-00104: FOR clause is an Oracle extension..

Answer / guest

Cause: An Oracle extension to the ANSI/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/ISO
compliance, do not use the FOR clause.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-16224: Database Guard is enabled

1 Answers  


ORA-32732: Parallel Oradebug session is aborted

1 Answers  


PCC-00007: Invalid WHENEVER condition at column number in line number of file string

1 Answers  


ORA-25506: resource manager has not been continuously on in some instances

1 Answers  


NNO-00071: cannot construct cache checkpoint file name

1 Answers  






ORA-22613: buflen does not match the size of the scalar

1 Answers  


ORA-32135: Cannot assign FILEs

1 Answers  


ORA-25002: cannot create INSTEAD OF triggers on tables

1 Answers  


LPX-00215: processing instruction did not end in "?>"

1 Answers  


ORA-07203: sltln: attempt to translate a long environment variable.

1 Answers  


ORA-02001: user SYS is not permitted to create indexes with freelist groups

1 Answers  


DRG-50939: parser not set

1 Answers  


Categories