PCC-00118: Use of host variable initialization not supported by ANSI SQL
Cause: An Oracle extension to the ANSI or 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 or 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 or ISO compliance, do not initialize host variables in their declarations.
Cause: An Oracle extension to the ANSI or 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 or 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 or ISO compliance, do not initialize host variables in their declarations.
No comments:
Post a Comment