Categories
- All Categories
- Oracle Analytics Learning Hub
- 18 Oracle Analytics Sharing Center
- 17 Oracle Analytics Lounge
- 228 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.8K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 84 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
OBIEE 12c: wlst scripting to edit EM controlled configurations

mjaiswal19
Rank 1 - Community Starter
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
0