Running Health Check utility from a batch file

This procedure describes how to run the Health Check utility from a batch file.

To run Health Check utility from a batch file:

  1. Do one of the following:
  2. (Optional) Create a password text file with the following string:

    dbo=<dbo_password>

    NOTE: The dbo_password must be the actual database owner password. For the Health Check utility to read the password file, the value of -file argument needs to point to the exact password file location.

    EXAMPLE: em_data_collector –U <em_dbo_user> -file <password_file_path>

  3. Schedule or run the batch file.

    EXAMPLE: em_data_collector –U <em_dbo_user> -file pwd_file.txt –batch

    NOTE: Running in batch mode requires providing the user name and password as part of the command.

Parent Topic

Health Check utility