Scrutinize security
scrutinize can specify user names and passwords as follows:.
scrutinize can specify user names and passwords as follows:
--user=username-Uusername- Specifies the dbadmin user name. By default,
scrutinizeuses the user name of the invoking user. -
--password=password-Ppassword - Sets the database password as an argument to the
scrutinizecommand. Use this option if the administrator account (default dbadmin) has password authentication. If you omit this option on a password-protected database,scrutinizereturns a warning, unless the environment variableVSQL_PASSWORDis set.Passwords with special characters must be enclosed with single quotes. For example:
$ scrutinize -P '@passWord**' $ scrutinize --password='$password1*' -
`-prompt-password` `-W` - Specifies to prompt users for their database password before scrutinize begins to collect data.