Possible error in EM13 emcli command?
Hi Community.
I'm currently trying to implement the script provided in the cloud control documentation to promote unmanaged databases.
The code can be found here:
If I run the script I'm getting a error at line 71 at the get_targets command which i tried to narrow down.
Doc ID 2522198.1 didn't help out.
I did a little bit of research and found a nice webcast from oracle which i tested on our production server:
from emcli import *
set_client_property('EMCLI_OMS_URS',sys.argv[1])
set_client_property('EMCLI_TRUSTALL','true')