GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Data Warehousing
Go To First  |  Previous Question  |  Next Question 
 Data Warehousing  |  Question 97 of 98    Print  
Data Warehouse as Transaction Database
Can a Data Warehouse also be used for Transaction Database? If Yes Why, If No Why not?


  
Total Answers and Comments: 2 Last Update: August 15, 2009     Asked by: jamx100 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
June 07, 2009 00:22:56   #1  
SQLGal Member Since: October 2008   Contribution: 9    

RE: Data Warehouse as Transaction Database
No a data warehouse cannot by definition be used as a transaction database. A data warehouse is "read only" data that does not change once it has been loaded and used for information purposes. Data is loaded into a data warehouse and then cannot be modified. It does not change. A transactional database processes data one transaction at a time. It is a very dynamic and lively system. Data can be modified and changed in a transactional system.
 
Is this answer useful? Yes | No
August 15, 2009 06:32:36   #2  
sixto.dsilva Member Since: March 2008   Contribution: 59    

RE: Data Warehouse as Transaction Database

As the definaton of Datawarehouse say it is repository of historial data which is used by Busines users to run some reports on his/her area of interests.

Data is not loaded everyhour or every mtes in Data warehouse. so cannot be used as transaction. But it will reflect the data what is present in source system so in therory if you want to run any query in live(transaction database( it will just slow down the transaction database so instead of that you can run the same query in DWH which faster and gives the result quicker.

Also data can be changed and modified in Datawarehouse. Data is loaded into a data warehouse on dail basis by ETL(extract transform and load) process.

If you can tell us what exactly you want to do with Data warehouse database can i can help you. I think data in data warehouse is very near to what is present in transaction data but in different form.


 
Is this answer useful? Yes | No

 Related Questions

Latest Answer : Validation Strategies Data validation strategies are often heavily influenced by the architecture for the application. If the application is already in production it will be significantly harder to build the optimal architecture than if the application ...
Read Answers (1) | Asked by : rajanikanth

How can one transfer LOB and user defined data from oracle to warehouse using ETL informaticabecause whenever u select the source data in informatica it shows it can take only character data
Read Answers (2) | Asked by : tapas

What is the difference between database and data warehousing?What is the main advantages of data warehousingWhat is mean by data stageWhat is the famous tools used for data warehousing?What is the architecture of data warehouisng model?
Read Answers (16) | Asked by : s.Narasimma subramanian

Hi I urgently need some precise infos to the following questions..What kind of data will be stored in a big mortgage company data warehouse?What is the size of tables(number of row, column), number of records?Also how do you conduct a dta warehouse testing? steps of warehouse testing?Thanks
View Question | Asked by : damd

Latest Answer : In DWH loops may exist between the table. If loops exist, then query generation will take more time, because more than one path is available. It creates ambiguity also. Loops can be avoided by creating aliases of the table or by context.. i.e. defining ...
Read Answers (1) | Asked by : lude

Latest Answer : In Business Objects Universe Designer you can open Table Browser and select the tables needed then insert them to designer. ...
Read Answers (2) | Asked by : Harish

Latest Answer : Interview questions for Data Quality Analyst are as follows:1. How can you say there are no duplicate records in Data warehouse?2. Whether the ETL job accepts known accept records?3. What are the Data Quality Tools? e.g. BO Data Quality, First Logic..etc ...
Read Answers (1) | Asked by : sebastian

1).briefly state different between data ware house & data mart?2).How are u going to consolidate customer infromation in dataware house from the three different back end OLTP applications?3).What is meta data?
Read Answers (13) | Asked by : naveenreddi

Latest Answer : Core Dimension is a Dimension table which is used dedicated for single fact table or Datamart. Conform Dimension is a Dimension table which is used across fact tables or Datamarts. ...
Read Answers (2) | Asked by : srinath

Latest Answer : Data cleaning is a self explainatory term. Most of the data warehouses in the world source data from multiple systems - systems that were created long before data warehousing was well understood, and hence without the vision to consolidate the same in ...


 Sponsored Links

 
Related Articles

Breaking up XML into Relational Data

Breaking up XML into Relational Data While the preceding example shows how to construct an XML representation over relational data the example in this section illustrates how you can shred XML data back into relational data This reverse operation can be useful if your application works with relation
 

Querying Data with Oracle XQuery

Querying Data with Oracle XQuery Starting with Oracle Database 10g Release 2 you can take advantage of a full featured native XQuery engine integrated with the database With Oracle XQuery you can accomplish various tasks involved in developing PHP Oracle XML applications operating on any kind of dat
 

Retrieving XML Data

Retrieving XML DataTo retrieve XML data from an XMLType table you can use a SELECT SQL statement just as you would if you had to query a relational table For example to select the employee with the id set to 100 from the employees XMLType table discussed in the preceding section you might issue the
 

Using XMLType for Handling XML Data in the Database

Using XMLType for Handling XML Data in the Database Being an object type XMLType can not only be used to store XML data in the database but also to operate on that data via its built in methods Regardless of the storage model you choose XMLType provides a set of XML specific methods to operate on XM
 

Using Oracle Database for Storing, Modifying, and Retrieving XML Data

Using Oracle Database for Storing Modifying and Retrieving XML Data With Oracle XML DB you have various XML storage and XML processing options allowing you to achieve the required level of performance and scalability One of the most interesting things about Oracle XML DB is that it allows you to per
 

Performing XSLT Transformations inside the Database

Performing XSLT Transformations inside the Database Now that you have the employees XSL stylesheet stored in the database and the xmlusr schema is permitted to access the hr employees table you can create a script that will instruct the database to build an HTML page based on the data stored in hr e
 

Moving All the XML Processing into the Database

Moving All the XML Processing into the Database In the preceding example the database server performs only a part of the XML processing while the rest is still performed by the PHP engine Specifically the database server generates an employees XML document based on the records from the hr employees
 

Performing XML Processing inside the Database

Performing XML Processing inside the Database When building XML enabled applications on top of Oracle there are many advantages to performing the XML processing inside the database when compared to performing it on the client The key advantages to perform XML processing inside the database are as fo
 

ODP.NET - Techniques to Improve Performance while Retrieving Data

ODP NET Techniques to Improve Performance while Retrieving Data Performance tuning is a great subject in Oracle Volumes of books would not be enough to cover every aspect of performance tuning in Oracle However in this section we will only discuss the fundamental performance techniques while working
 

ODP.NET - Populating a Dataset with a Single Data Table

ODP NET Populating a Dataset with a Single Data Table A dataset is simply a group of data tables These data tables can be identified with their own unique names within a dataset You can also add relations between data tables available in a dataset mosgoogle The following code gives you the details o
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape