Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 215 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OBIEE 12c: wlst scripting to edit EM controlled configurations

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