How can I use secure variables in oem12c procedure?
Hi,
In my search for a solution to generate OEM12c procedures without passwords in plain text I try to utilize the secure variable.
The secure variable is briefly mentioned in the "Enterprise Manager Lifecycle Management Administrator's Guide" chapter 50.3.2:
"...you can select the password check box to make the variable secure".
So I used the check box to define the password for a job user securely. In a perl script I used the variable to login on the OMS server to an emcli session.
Apparently the variable (as I used it) was empty, so login failed.
Pure for testing the situation I put a print statement (print "Password: $PASSWD") with the password to display the variable: empty.