| ERROR | The CONNECT statement is Oracle implementation dependent | 
            | CAUSE | An Oracle extension to the ANSI/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 : password; This informational message is issued by the FIPS Flagger when FIPS=YES. | 
            | ACTION | No action required. However, for ANSI/ISO compliance, specify the AUTO_CONNECT command-line option instead of using a CONNECT statement. |