Important directory for OBIEE 11g for system component and java component
OBIEE has changed a lot with the 11g version. Many directory of the prior version we have get used to has been moved to the new location. And here ‘s some important directory for the new OBIEE 11g (11.1.1.6/11.1.1.7) version.
With the new OBIEE 11g, all of the OBIEE background processes has been divided into two major category:
System component
system component compose of the traditional OBIEE server process :
- Presentation Service
- BI Server
- Java host
- Cluster controler
system component is deployed under instance directory which is defined as INSTANCE_HOME
And these components is controled using Oracle OPMN
The most important files for OBIEE is stored in the bifoundation sub directory under INSTANCE_HOME
Here we could find the RPD files
And we can also create catalog file here
For system components problems troubleshooting, we will have to look at log files for each component which ic located at the following directory
Java component
Since Weblogic has become the default running platform of OBIEE, Some of OBIEE’s server process is deployed into weblogic server and run as a standard J2EE application.
- BI Office plugin
- BI Publisher
- RTD
- …
Java component is deployed into weblogic managed server and is control using the weblogic command:
And java component could be managed using the traditional weblogic console and FMW control at
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10973950/viewspace-1126893/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 什麼是@Component,@Component的作用是什麼
- HotSpot JVM ComponentHotSpotJVM
- React 手稿 – Component stateReact
- 初識 Web ComponentWeb
- [Vue warn]: Attribute "id" is ignored on component because the component is a fragment instanVueFragment
- UI Component in CRM WebUI and HybrisUIWeb
- @bean和@component的理解Bean
- React Native——Component(元件)React Native元件
- spring @component的作用Spring
- Angular directive&&Vue componentAngularVue
- SAP UI5 Web Component React應用如何在Component之間跳轉UIWebReact
- Symfony\Component\Debug\Exception\FatalErrorExceptionExceptionError
- 精讀《Function Component 入門》Function
- React 的 PureComponent Vs ComponentReact
- spring boot 註解@ComponentSpring Boot
- vuejs - the component is a fragment instanceVueJSFragment
- Altium 設定 PCB Snap Component
- @Component和@Bean的區別Bean
- PowerApps Component Framework PCF 部署APPFramework
- 翻譯|How to Export a Connected ComponentExport
- @Component, @Repository, @Service的區別
- laravel Symfony\Component\HttpKerenl\Exception\Method...LaravelHTTPException
- 小程式錯誤:Component is not found in path
- React Server Component: 混合式渲染ReactServer
- SGA: allocation forcing component growth分析
- vue元件(component)傳值問題Vue元件
- Build a Simple Progress Bar Component in Ionic 3UI
- [Symfony\Component\Process\Exception\RuntimeException] The ProcException
- Ext.js4.2.1 Ext.ComponentJS
- mule進階之ibatis componentBAT
- Oracle Clusterware Software Component Processing DetailsOracleAI
- context:component- scan配置策略Context
- sim3d multiple component example3D
- <context:component-scan> 標籤Context
- Vue腳手架報錯 Component name "Student" should always be multi-word vue/multi-word-component-namesVue
- 【譯】何時使用Component或PureCompoent?
- React原始碼解析(三):react-componentReact原始碼
- @Bean和@Component之間的區別?Bean