High: oracle: Make monitoring user configurable (bnc#850589)
The OCFMON user needs to have unlimited password
expiry, otherwise the agent will fail if the
password expires.
This patch creates a special monitoring profile
as well as a monitoring user, and sets the password
expiry to be unlimited.
To avoid the automatic creation of user or profile,
the monitoring user and profile can be supplied as
parameters to the agent.
This patch also converts the provided user and profile
name to uppercase, to avoid issues with case-sensitivity.