What is an MDDB? What is the difference between MDDBs and
RDBMSs?
Answer Posted / pradeeshkumar
RDBMS-Relational database management systems.
It involves managing the information that are stored in
relational tables(tables that are related with each other
using a primary and foreign key relationship).
It's not multidimensional. Its just information stored in
tables.
MDDB- Multidimensional Database comes into play at the time
of OnLine Analytical Processing. It stores information
along multidimensions(mostly in multi-d cubes) that
facilitates slicing and dicing.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
complex mapping ur project u r invlve can u explain and give real time example give me ?
What is workflow? What are the components of workflow manager?
What do mean by local and global repository?
How to create the source and target database connections in server manager?
Can you generate sequence numbers without using the sequence generator transformation?
What are the different components of powercenter?
Dimension Object created in Oracle can be imported in Designer Cubes contain measures
How to call shell scripts from informatica?
How can we use mapping variables in informatica? Where do we use them?
Briefly describe lookup transformation?
How to start a workflow using pmcmd command?
Whats the difference between informatica powercenter server, repositoryserver and repository?
What are the different clients of powercenter?
Can we use the mapping parameters or variables created in one mapping into any other reusable transformation?
Hi, I want to change date type char value integer value? I tried alter table tab_name modify (newcolumn newdatetype). But The columns have 10 million values(char type) so I want to load now numeric data. How it is possible? Old Values New Value(I want to load numeric data but the old value should be there in the column) Y 1 N 0 ERROR at line 1: ORA-01439: column to be modified must be empty to change datatype Please help on this. Thanks, GM