BO Designer Question:

Download Job Interview Questions and Answers PDF

How to create Universe using Flat file in BO6.0?

BO Designer Interview Question
BO Designer Interview Question

Answer:

Business Objects deals with databases, for every universe you need to specify a database connection. flat files dont have the database format so you'll need to convert them into some database. to do that, you will need to write a procedure which will read data from flat files & relate it according to surrogate keys, then using that procedure populate the database & then use that database for the source of the universe.

using flat files ONLY , you can not create universe. because there is nothing as database connection available for flat file.

Download BO Designer Interview Questions And Answers PDF

Previous QuestionNext Question
What are the security level used in BO?How to create Generic TIME CLASS, which includes Objects Year,Month and Qtr?
Database in use is Oracle?