Skip to main content

Rules of Datawarehouse

Once the company has successfully carried out their own data warehouse, it is important for them to establish rules and regulations to be used. While different companies will have different rules when it comes to dealing with their own data warehouses, they are some general principles that you will need to pay attention to.

These principles not only make using your own data warehouse easier, but also allow the organization to be used much more efficiently. Very first rule of thumb is to realize that data warehouses are a challenge to use. And many experts say that at least 30% of the information you give may not be consistent.

One of the most problematic things about this is that the company may not notice the error if they are dealing with an operational unit to be based on the transaction. In spite of this, we should not allow this error rate in the data warehouse. When you consider the fact that many of the stores data on a large-scale can cost millions of dollars to purchase and implement, and 30% error rate is unacceptable. To resolve this issue, it is important for companies to analyze their data carefully before making decisions that are based on it. It is unwise to simply accept the data as it is, without looking carefully for errors or other problems.

The second rule of data warehouses is to understand the data that is stored. It has been said that knowledge is power, but this is only half the truth. Knowledge that is stored and unused is power potential. The companies want to make every day analysis of the databases that are connected to the data warehouse. To understand the data, you should be able to find the relationships between systems analysts are numerous. Once found on these relationships, and must be preserved when transferring data within the data warehouse. The implementation of a data warehouse requires often the user to make some modifications to the schema of the database.

If the user does not understand the relationships between the different systems, they may be prone to generate errors that can adversely affect the accuracy and efficiency of the system. Another important rule of thumb is to learn how to find the entities that are equal to or equal to each other. One of the most common problems that can occur in the data warehouse is when they show the same piece of data in different parts of the machine with different names. For example, two of the departments within the organization may be helping one client, but the name of the Ministry shall not be placed in the system twice under different names.
One name can be provided, and can be another name abbreviation. This can create serious problems in the system if it is not corrected, the best way to solve this problem is to use a data conversion tool. Because many consist of large companies and institutions from many different departments, and can be serious problems arise when each of them decides to store the information in a different way. One of the cases in which this occurs often through mergers. To avoid this problem, companies want to create a standard database structure. This will make it much easier integration when they occur.

Perhaps one of the most important principles of data storage is the use of meta data in a manner supportive of the quality of data within the data warehouse. The metadata can be defined as "data about data." It is data that describes the data within the data warehouse.

One of the biggest challenges facing companies will try to reconcile the metadata across multi-vendor tools. To deal with this problem, the companies want to make sure they generate and use metadata interfaces or other products. Look for vendors who are able to integrate metadata from a variety of sources that are mixed.

It is also important for companies to make sure they choose the right products and data conversion. Data Conversion product is a device that extracts, cleans, and load the data into the data warehouse. It will also record the date of this process. Product data transfer is very important, and companies must carefully choose the product.

Comments

Popular posts from this blog

Top 100 Informatica Interview Questions

I have attended Informatica interview last week in wipro and couple of other companies, Question below I faced in those companies. 1. What are the main issues while working with flat files as source and as targets ? 2. Explain about Informatica server process that how it works relates to mapping variables? 3. write a query to retrieve the latest records from the table sorted by version(scd) 4. How do you handle two sessions in Informatica 5. which one is better performance wise joiner or look up 6. How to partition the Session? 7. How many types of sessions are there in informatica.please explain them. 8. Explain the pipeline partition with real time example? 9. Explain about cumulative Sum or moving sum? 10. CONVERT MULTIPLE ROWS TO SINGLE ROW (MULTIPLE COLUMNS) IN INFORMATICA 11. DEPLOYMENT GROUPS IN INFORMATICA 12. LOAD LAST N RECORDS OF FILE INTO TARGET TABLE - INFORMATICA 13. LOAD ALTERNATIVE RECORDS / ROWS INTO...

OBIEE 11g dumps

I have cleared OBIEE 11g certification exam (1z0-591) exam yesterday, It was damn easy when compared to OBIEE 10g certification. I have referenced oracle PDF and some of the other OBIEE dumps. I remember some of the question which came in exam. I will publish those question very soon

Configuring the Evaluate Function in OBIEE 12C

/obiee/MW/instances/instance1/config/OracleBIServerComponent/coreapplication_obis1 Change the value of EVALUATE_SUPPORT_LEVEL =0 as below EVALUATE_SUPPORT_LEVEL: 1: evaluate is supported for users with manageRepositories permssion 2: evaluate is supported for any user. other: evaluate is not supported if the value is anything else. EVALUATE_SUPPORT_LEVEL = 2; Configuring Maximum number of records not done for odi server Configuring Maximum number of records Exceeded configured maximum number of allowed input records. Added tags in Instanceconfig.xml file. Steps : 1. login into EM 2.stop the opmn services 3.go to path /obiee/FMW/instances/instance1/config/OracleBIPresentationServicesComponent/coreapplication_obips1 4.edit the instanceconfig.xml file using vi command 5. Add bellow line under views tags <MaxVisibleColumns>30000</MaxVisibleColumns> <MaxVisiblePages>2500000</MaxVisiblePages> <MaxVisibleRows>65000</MaxVisibleRows> <MaxVisib...