Explain the advanatages of raid 1, 1/0, and 5. What type of raid setup would you put your tx logs
I want to know how to protect my data over networ.Which software will be use
to protect data over the server the ..we can use the data encryption technique,the file to be transmitted can be encrypted and send. we can use the protocols like NDM and SFTP to transmit the data.
What is meant by aggregate factable?
Factable having aggregated calculations like sum, avg, sum(sal)+sum(comm),these are aggregated factablecheerspadhu
An aggregate fact table stores information that has been aggregated, or summarized from a detail fact table. Aggregate fact table ares useful in improving query performance. Often an aggre...
What is difference between bo, microstrategy and cognos
BO is a ROLAP Tool,
Cognos is a MLAP Tool and
MicroStrategy is a HLAP Tool
What is replicate,transparent and linked cubes?
Linked CubeA cube can be stored on a single analysis server and then defined as a linked cube on other Analysis servers. End users connected to any of these analysis servers can then access the cube. ...
What is cube and why we are crating a cube what is diff between etl and olap cubes any budy ans plz?
Any schema or Table or Report which gives you meaningful information of one attribute wrt more than one attribute is called a cube.For Ex: In a product tab...
What are the various techniques in er modelling?
ER modelling is the first step for any Database project like Oracle, DB2.
1. Conceptual Modelling
2. Logical Modelling
3. Physical Modelling
How do you load the data conditionally by run steps ?
This depends upon how the ETL is done:If we are loading data using Informatica, the workflow jobs can be scheduled using Autosys or any other scheduler, in which the scripts could check for the condit...
Maintain dimensions - etl or data entry
For a customer or product dimension with 500,000 rows changing daily an etl solution is the only sensible way forward. But surely you shouldn't etl every single dimension table - especially if there's over a hundred of them, and they're are static, error prone or manually enhanced? What would you advise...
If you are designing a Data Warehouse how can you rely on manual process? better way is to use ETL wherever required or else just extract and load.But you should refresh all your dimensions regularly ...
What is cgid in normalizer transformation
Please provide me deep info on normalizer !
It is GCID which means Generic Column ID. When a Normalizer transformation is used to read Cobol sources, the Informatica Designer identifies the 'OCCURS' and 'REDEFINES' statements and generates 2 co...
Transformation keys into generic key by system itself is called as
The transformation of keys which are supposed to be used as primary key into generic key by the system is called as key restructuring. The problem is something like this, let us a say there was an ex...
What do you mean by transmission media? Describe various types of transmission media.
I think transmission media is the media from which you enable the datawarehouse to be accesed via web. I am not sure about different tramission media's
Final component of dimensional model
As a final component of the dimensional model, the architect can do all of the following excepta) identify entity relationships.B) add relevant dimensional attributesc) identify derived measuresd) identify derived facts
Identify the relationship is one of the first things to do. It is used for preparing the conceptual data model.
If data is missing that is required as a primary key in a data mart entity from what sources can this information be gathered?
Data mart is considered to be a subset of datawarehouse, If the data is missing for primary key and the data source can be gathered from the list of entity derived from dimensions, but data mart ...
Give an example of non-additive facts?
Here is an actual example from my current project.We sell Parts globally. Each part is being sold at different price in different regions. Each part has different cost to the company in different regi...
How do you join the data from multiple data marts ? If so what would be the criteria?
HiOne way of connecting data from multiple datamarts is with the use of confirmed dimensionsConfirmed dimensions are dimensions which are shared between multiple fact tables within a datamart or betwe...
What is difference between logical design module and physical design module ?
A logical design is conceptual and abstract. You do not deal with the physical implementation details yet. You deal only with defining the types of information that you need. Your logical design shoul...
Describe how you would establish the operational (service) requirements for the data warehouse?
Hello guys....Please help... i have an interview with nhs for a data ware house role and for which they have asked me to prepare a presentation on a topic "describe how you would establish the operational (service) requirements for the data warehouse? I have 10 minutes for the presentation" but I am...
service requirement means establishing the connection between client and server...right? well if it is then i can guide you that how to connect a client machine to server via repository. once the ser...
What types of datasources are in Informatica
What are homegeneous sorces and heterogeneous data sources ? Is flat file different from those two
The dictionary meaning of Homogeneous is Uniform and Heterogeneous is Mixed. For example if a mapping is using only Oracle sources or Flat files or DB2 or XML or any other then they are called Homogen...
Raid 0 - Make several physical hard drives look like one hard drive. No redundancy but very fast. May use for temporary spaces where loss of the files will not result in loss of committed data. &nb...