Testing / Validating Repository
Handson04:Testing / Validating Repository
- What is global consistency check
- Consistency
check is one of the processes to check whether a repository is yielding
proper results in Answer reports. It checks whether;
- All logical columns are mapped correctly to physical columns.
- All logical dimension tables have a logical key.
- Are
there at least two logical tables in the business model (one is a
logical fact table and the other is logical dimension table with join
condition).
- There are no circular logical join relationships.
- A presentation catalog exists for the business model.
- How many messages are there in consistency check manager?
- Upto OBIEE 11.1.1.5 version There are 3 messages in consistency check manager such as
- Errors
- Warnings
- Best Practices
- In OBIEE 11.1.1.6 version onwards There are 3 messages in consistency check manager such as
- Errors
- Warnings
- In OBIEE how many servers are there
- In OBIEE 11G we have 6 servers
- Oracle BI Server
- Oracle BI Presentation server
- Oracle BI Java host server
- Oracle Oracle BI Scheduler server
- Oracle BI Cluster controller server
- Web logic Server (newly added in OBIEE11G)
- What is OPMNCTL and how many servers are integrated in it.
- The Oracle Process Manager and Notification Server Control
- Oracle BI Server
- Oracle BI Presentation server
- Oracle BI Java host server
- Oracle Oracle BI Scheduler server
- Oracle BI Cluster controller server
- NQSCONFIG.INI and NQSERVER.log files are corresponding to which server.
- OBI server
- Can we load multiple RPDs in Oracle BI server
- No, we can’t
- Can we upload RPD without using EM?
- We can’t
- How many log levels are available
- Totally 8 levels (0 to 7)
- What are the log levels in development , test and production, you used in your project.
- In Development and Test we will use log level as 2
- In production we will use log level 0
- All query logs will be stored in which file and what is that file physical path
- NQQUERY.log file
- C:\OBIEE_OBIEE\instances\instance1\diagnostics\logs\OracleBIServerComponent\coreapplication_obis1
- In log level 1 can we see physical SQL query.
- No, we can not see the physical SQL query it shows logical SQL query.
- If you set logging level as 2 then it gives all log information of level 1 along with physical SQL query
- Global consistency check is not throwing any errors, then can we assume RPD is correct
- Syntax wise it is correct .Business rules wise we may have some mistake 1.
No comments:
Post a Comment