PCC-00118: Use of host variable initialization not supported
by ANSI SQL



PCC-00118: Use of host variable initialization not supported by ANSI SQL..

Answer / guest

Cause: An Oracle extension to the ANSI/ISO SQL standard was
used. Specifically, a host variable was initialized in its
declaration, as shown in the following Pro*C example: EXEC
SQL BEGIN DECLARE SECTION; int dept_number = 20; -- not
ANSI/ISO-compliant EXEC SQL END DECLARE SECTION; This
informational message is issued by the FIPS Flagger when
FIPS=YES.

Action: No action required. However, for ANSI/ISO
compliance, do not initialize host variables in their
declarations.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-27123: unable to attach to shared memory segment

1 Answers  


LSX-00147: "~1S" cannot contain "~2S"

1 Answers  


ORA-24504: data length larger than expected

1 Answers  


DRG-10310: servers were shutdown before processing request

1 Answers  


RMAN-06406: deleted archive log

1 Answers  






NID-00435: Database name changed to string.

1 Answers  


NNO-00082: domain "string" is missing my name "string" as a name server

1 Answers  


NZE-28774: file cannot write to disk

1 Answers  


ORA-14099: all rows in table do not qualify for specified partition

1 Answers  


ORA-00606: Internal error code

1 Answers  


ORA-31415: change set string does not exist

1 Answers  


ORA-19333: Invalid flags for the CREATE_DBURI operator

1 Answers  


Categories