User Permissions for SAP HANA

  1. Create a monitoring user:
    CREATE USER <username> PASSWORD <password>;
  2. Grant permissions to the user to monitor the database:
    GRANT MONITORING TO <username>;