PCC-00112: Datatype not supported by ANSI
Cause: An Oracle extension to the ANSI or ISO standard was used. Specifically, aa pointer or nonconforming datatype such as VARCHAR was used. For example, the offending code might look like: EXEC SQL BEGIN DECLARE SECTION VARCHAR username(20(; 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 use pointers or nonconforming datatypes.
Cause: An Oracle extension to the ANSI or ISO standard was used. Specifically, aa pointer or nonconforming datatype such as VARCHAR was used. For example, the offending code might look like: EXEC SQL BEGIN DECLARE SECTION VARCHAR username(20(; 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 use pointers or nonconforming datatypes.
No comments:
Post a Comment