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-25233: invalid parameter specified for NAVIGATION

1 Answers  


PLS-00499: coercion into collection of records not supported

1 Answers  


ORA-23380: propagation mode "string" is not valid

1 Answers  


ORA-01757: Must specify an object number

1 Answers  


ORA-38101: Invalid column in the INSERT VALUES Clause: string

1 Answers  






ORA-04050: invalid or missing procedure, function, or package name

1 Answers  


ORA-30034: Undo tablespace cannot be specified as temporary tablespace

1 Answers  


ORA-01618: redo thread string is not enabled - cannot mount

1 Answers  


AMD-00132: dimension #string: RDBMS GID column data type not specified

1 Answers  


DRG-10606: server failed to access the DML Queue

1 Answers  


ORA-29822: selectivity cannot be specified for the type of object

1 Answers  


SQL*Loader-00123: specified value for bindsize(number) less than readsize(number)

1 Answers  


Categories