Setting the -user and -password Options You enable on-line checking by setting the -user option. The -user option also supplies the user name for the database connection to be used for checking. You do not have to specify the same database or user name for on-line checking as the application uses at runtime. In the simplest case, you supply a user name with the -user option, and on-line checking is performed using the default connection context, as in:
-user = joyce/jcs123
-user = joyce -password =jcs123
-user=
The -driver option specifies a list of JDBC drivers that can be used to interpret JDBC connection URLs for on-line checking. Both of these options are shown in "Advanced Options".