Hello Everyone,
I need help with WLST scripting to configure EM controlled configurations(like GLOBAL_CACHE_STORAGE_PATH).
In OBIEE 11g, we used to lock / commit as following:
domainCustom()
cd ('oracle.biee.admin')
cd ('oracle.biee.admin:type=BIDomain,group=Service')
# define the MBean parameters and datatypes as arraysÂ
objs = jarray.array([],java.lang.Object)
strs = jarray.array([],java.lang.String)
# Invoke the lock operation from the BIDomainMBean
# (equivalent to the Lock and Edit Configuration button in Oracle Enterprise Manager)
invoke('lock',objs,strs)
How to lock / commit in OBIEE 12c?
Regards,
Manish Jaiswal