Architecture
- In 10 G by default web server OC4J . however it is not recommended for production deployment .Hence we used to use training and development box purpose
- In 11G by default web server is web logic server
- In 10G for production box we used to use IIS web server
- In 11G(11.1.1.7) all six servers(OBIS,OBIPS,OBIJH,OBISCH,OBICC,OBIEssBaseAgnt) are integrated as OPMN .In 10g there is no OPMN
- In 10g EM/Console are not available .
- In 11G predefined schemas DEV_BIPLATFORM ,DEV_MDS are available with the installation of RCU
Physical Layer
- In 10G there is no repository level password
- 1n 10G back end we have mainly two folders
- ORACLEBI (stores RPD relevant info)
- ORACLEBIDATA (stores web catalog relevant info)
- For physical join purpose we have two buttons
- Foreign key (Equi Join)
- Complex Join (non Equi Join)
- Join condition we need drag and drop from PK (DIM) to FK(Fact) or less number of records to many number of records
BMM Layer
- fact table denoted with yellow color
- Dim table denoted with gray color
- measure columns are associated with sigma symbol
- To create logical join we will use only Complex join
Presentation Layer
- Subject area in 11g was called as presentation catalog in 10g
- Hierarchy objects are not available in 10G presentation layer
Testing and validating
- Best practices are displaying in consistency check manager window
- With new new repository by default a user (administrator) and group (Administrators) will be created
- We can not delete administrator user or administrators group
- Administrator is a member of administrators group
- RPD authentication is possible in 10g .hence we can create new users and groups directly in RPD
- Roles are not available in 10G
Loading repository
- Close the RPD it is mandatory in 10g
- Configuring NQSCONFIG.ini file
- Navigate to D:\OracleBI\server\Config
- open NQSCONFIG.INI file
- change configuration of repository section as shown below | save | close
[ REPOSITORY ]
Star = B206_EBA.rpd, DEFAULT;
- restart Oracle BI Server
- go to run
- type services.msc
- right click on Oracle BI Server
- Click on restart
- verify the log file of OBIS
- Navigate to D:\OracleBI\server\Log
- open nqserver.log file
- press ctrl+end
- observe the rpd name loaded in OBIS
- Develop sample report using our rpd
- make sure start oc4j and OBIPS server started
- go to start → oracle business intelligence → Click on presentation services
- provide username as Administrator password as RRitec123
- click on answers link → click on B206_SupplierSalesRep → Click on year ,region,dollars columns → click on results
- observe output
Adding Multiple sources
N/A
Calculations
N/A
Hierarchies
- Parent and unbalanced(Skipped and Ragged)hierarchies are not available
Learn level
Creating Web Catalog
- configuring instanceconfig.xml file
- Navigate to D:\OracleBIData\web\config
- open instanceconfig.xml
- change catalog path as shown below
<CatalogPath>D:/OracleBIData/web/catalog/B206</CatalogPath>
- Save
- Close
- Restart oracle Bi Presentation Server
- start→ run → type services.msc → right click on oracle Bi presentation server
- click on restart
- Conform catalog in catalog folder
- navigate to D:\OracleBIData\web\catalog
- observe B206 catalog created
Working with column properties formulas
- interaction and write back options are available in 10G under column format tab
Working with filters
- variable prompt not available
- slider option for numeric data type not available
Working with Combining with similar request and DDR
N/A
Working with Views
- some new views are introduced like Map ,selection Steps , Recommended Visualization ..etc
Working with Dashboards
- Creating shared dashboard
- Login to analytics as administrator
- Click on settings
- Click on Create Dashboard
- Provide dashboard name as B206
- Finished → Finished → Close window
- dashboard level image and variable prompts are not available
- Alert ,action link and action link menu dashboard objects are not available
- Guided navigation removed in 11g and introduced Condition in place of it
- IBOT (intelligence bursting output tool ) renamed as Agent
No comments:
Post a Comment