Message Oracle PCB-00309 - The CONNECT statement is Oracle implementation dependent

ERRORThe CONNECT statement is Oracle implementation dependent
CAUSEAn 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 : PSSWORD END-EXEC. This informational message is issued by the FIPS Flagger when FIPS=YES.
ACTIONNo action required. However, for ANSI/ISO compliance, specify the AUTO_CONNECT command-line option instead of using a CONNECT statement.