PCC-00102: FOR UPDATE is an Oracle extension



PCC-00102: FOR UPDATE is an Oracle extension..

Answer / guest

Cause: An Oracle extension to the ANSI/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/ISO
compliance, do not use the FOR UPDATE OF 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-39128: unexpected DbmsJava error number from statement string

1 Answers  


DRG-11106: user database session has terminated during this operation

1 Answers  


NNL-01030: Domain index number: number

1 Answers  


SQL*Loader-00909: Loader views must be loaded (as SYS) for direct path to be used

1 Answers  


TNS-04081: Event groups:

1 Answers  






TNS-04202: Trace Assistant Usage ERROR: Not enough arguments

1 Answers  


O2I-00103: Two file names refer to the same HFILE file in the INTYPE file

1 Answers  


PLS-00226: package 'string' used as variable reference

1 Answers  


PLS-00453: remote operations not permitted on object tables or user-defined type columns

1 Answers  


ORA-07601: spguno: $GETJPIW failure

1 Answers  


ORA-31664: unable to construct unique job name when defaulted

1 Answers  


IMG-00609: unable to read image stored in a BFILE

1 Answers  


Categories