PCB-00308: FOR clause is an Oracle extension



PCB-00308: 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
table-processing SQL statement. For example, the offending
code might look like: EXEC SQL FOR :LIMIT INSERT INTO EMP
(EMPNO, JOB, DEPTNO) VALUES (:EMPNUM, :JOB, :DEPTNO)
END-EXEC. 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-27080: too many files open

1 Answers  


NNL-00006: timeout, server is not responding

1 Answers  


ORA-16159: Cannot change protected standby destination attributes

1 Answers  


PLS-00649: method "string" can be overridden only once per object type

1 Answers  


ORA-24042: no propagation schedule exists for QUEUE string and DESTINATION string

2 Answers  






NNL-01053: Request processing enabled: string

1 Answers  


ORA-03246: Invalid block number specified

1 Answers  


TNS-00016: INTCTL: error while performing NS send command

1 Answers  


PLS-00434: record field has unsupported type: "string"

1 Answers  


SQL*Loader-00288: Delimiters may not be specified for collections stored in SDF.

1 Answers  


DRG-10819: could not open contains cursor

1 Answers  


ORA-39036: invalid metadata filter name string

1 Answers  


Categories