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

NNL-00907: NOT ALLOWED responses sent: number

1 Answers  


IMP-00013: only a DBA can import a file exported by another DBA

1 Answers  


ORA-04088: error during execution of trigger 'string.string'

1 Answers  


ORA-32806: value for string is too long, maximum length is string

1 Answers  


ORA-01903: EVENTS keyword expected

1 Answers  






ORA-22833: Must cast a transient type to a persistent type

1 Answers  


RMAN-05514: tablespace string has undo information, cannnot skip

1 Answers  


KUP-04047: error parsing record from external data source

1 Answers  


NNO-00633: detected fatal delegation loop involving server "string"

1 Answers  


ORA-25959: join index must be of the bitmap type

1 Answers  


RMAN-10003: unable to connect to target database

1 Answers  


ORA-28221: REPLACE not specified

1 Answers  


Categories