RE: What is the main differnce between schema in RDBMS and schemas in DataWarehouse....?
RDBMS Schema * Used for OLTP systems * Traditional and old schema * Normalized * Difficult to understand and navigate * Cannot solve extract and complex problems * Poorly modelled
DWH Schema * Used for OLAP systems * New generation schema * De Normalized * Easy to understand and navigate * Extract and complex problems can be easily solved * Very good model
RE: What is the main differnce between schema in RDBMS...
The difference depends on the context.
Technically, if Oracle is used, a schema is a "user". In that context there is no difference between the schema's in OLTP or ROLAP.Although, denormalized/nortmalized tables are given as examples above, it is not the difference.