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
Does OBIEE 12c supports shared binaries installation

Does OBIEE 12c supports shared binaries installation? If so Can you please point to any documentation.There is a document on Weblogic shared storage but no specific documentation with respect OBIEE 12c.
There is one MOS note which is again routing same Weblogic Documentation, One interesting they have mentioned in this which makes me confuse is in the below note.
OBIEE 12c FAQ: Is It Supported To Create Multiple Domains From a Single Oracle Home? (Doc ID 2198341.1)
Note:
From a single server, you may run the Configuration Assistant a second time to create a second domain. This would apply to local storage; however, creating multiple domains from single binaries would not be a best practice nor supported for a production server.
Does any one know if this supported in cloud? We are trying following setup and wanted to if this correct and will be supported by OBIEE team. We are using OBIEE 12.2.1.2 and we are facing issues while starting OBIEE managed Server with this setup.
Created two different file systems, /share (read-only) for binaries and /domains (read-write) for WebLogic domain hosting. Below are setup steps in detail.
Mounted /share file system with Read-Write (first time)
- Installed WebLogic and OBIEE binaries in /share/fmw
- Took the tar ball backup of /share/fmw folder. So this backup can be used as a reference to identify the files domain creation touches inside /share/fmw
- Created an OBIEE WebLogic domain
- Ran the diff command to identify files that got changed in /share/fmw after domain creation
For identified files and directories that got changed, created the softlink for them. Below is the softlink list.
Mounted /share file system with Read-only
- After creating the softlink, mounted the /share file system with read-only mount
- Created the 2nd WebLogic domain and the domain got created successfully.