can you tell us on what basis you want to compare the OLTP and data warehouse? both are very different, OLTP is completely depends on transactions and ensured that data is consistant and accurate according to the bussiness logic for any instance
where as datawarehouse is built on the OLTP system and normally the schema of the OLTP system is denormalised in many ways to build a datawarehouse, the data in datawarehouse is based on the dimentional model not a relational model (as in case of OLTP) ô¿ô Kishore