PCB-00309: The CONNECT statement is Oracle implementation dependent

PCB-00309: The CONNECT statement is Oracle implementation dependent

Cause: An Oracle extension to the ANSI or ISO SQL standard was used. Specifically, the CONNECT statement was used to log on to ORACLE. For example, the offending code might look like: EXEC SQL CONNECT :USERNAME IDENTIFIED BY :PSSWORD END-EXEC. This informational message is issued by the FIPS Flagger when FIPS=YES.

Action: No action required. However, for ANSI or ISO compliance, specify the AUTO_CONNECT command-line option instead of using a CONNECT statement.

No comments:

Post a Comment