Question
What are the types of partitioning options available in essbase?

Answers

Replicated partition.
Transparent partition 
Linked partition.   Your Comment






Search
Can you Answer!!
  • Q Lorne Green has only one what (an alligator ate the other)
  • Q Gas in which we live in breathe?
  • Q What are the basic three 'alter ego' states (of a person) identified and used within Eric Berne's Transactional Analysis theory?
  • Q What are the blood cell differentiation names of the NEUTROPHIL, EOSINOPHIL, and BASOPHIL cell lines beginning with the myeloblast stage?
  • Q You are designing a single person shooter game application. The player can choose between multiple guns. 1) pistol with 5 bullets 2) shotgun with 100 bullets 3) grenade launcher with 20 grenades each gun will have different sound effects and graphics.pressing ctrl+space should rotate between guns.which design pattern should you employ for this?
  • Q What is Database testing and What are ways of writing test cases for database testing?
  • Q How will you convert a string to an array
  • Q What is android?
  • Q India is blessed with immense ecosystem, species and genetic diversity – Substantiate.
  • Q What is obp and how do you access it?
  • Q If switch(n) case 1:printf("CASE !"); case(2):printf("default"); break; What will be printed? How will you divide two numbers in a MACRO?