What is latest version of power center / power mart?
What is the difference between a ods and staging area
Yes, ODS is a Open Data Source where it contains real time data (because we should apply any changes on real time data right..!) so dump the real time data into ODS called Landing area later we get the data into staging area here is the place where we do all transformation.
ODS (Operational Data Source) is the first point in the Datawarehouse. Its store the real time data of daily transactions as the first instance of Date.
1.To find faults in software 2.To purify that software has no defects. 3.To find perform problems. 4.To give cunt in software. select best option.
List of all the etl and reporting tools available in the market
Can any one let me know where can I find the list of etl & reporting tolls available in the market. Thanks in advance
Add InetSofts Style Report to the list of BI reporting tools
Hi, i would like share my knowledge on this. ETL Tools: Ab Initio, BusinessObjects Data Integrator, IBM InfoSphere DataStage, Informatica, Oracle Warehouse Builder, SQL Server In...
What are the testings performed in etl testing?
Data-Centric Testing: Data-centric testing revolves around testing quality of the data. The objective of the data-centric testing is to ensure valid and correct data is in the system. Following are th...
Run a Minus query between source and target
Data Quality checks come in a number of forms:- 1. For FACT table rows, is there a valid lookup against each of the Dimensions 2. For FACT or DIMENSION rows, for each value:- Is it Null when it shoul...
As an etl tester what are the things to test in Informatica tool. What are the types of testing has to do in Informatica and the things to test in each type? If there is any documents on etl testing
ETL Testing in Informatica: 1. First check the workflow exist in specified folder. 2. Run the workflow. If the workflow is success then check the target table is loaded on proper data else we can nee...
- Test ETL software. - Test ETL datawarehouse components. - Executing backend data-driven test. - Create, design and execute test plans, test harnesses and test cases. - Identify, troubleshoot and pro...
If lkp on target table is taken, can we update the rows without update strategy transformation?
Hi, If you even do dynamic lookup you should make use of update strategy to mark the records either to insert or update in the target using look-up cache (look-up will be cached on target). your re...
Update strategy transformation determines whether to insert, update, delete or reject a record for the target. We can bypass update strategy transformation by creating a router to divide ro...
Why is it necessary to clean data before loading it into the warehouse
Data Cleansing is a process of detecting and correcting the corrupt and inaccurate data from table or database.
There are following steps used:-
1) Data auditing
2) Workflow Specification
3) Workflow Execution
4) Post-processing and controlling
Cleaning is required as it helps in maintaining the uniforminty of the target data.
What are active transformation / passive transformations?
Answered by kiran on 2005-05-08 09:32:14: an active transformation can change the number of rows as output after a transformation, while a passive transformation does not change the number of rows and passes through the same number of rows that was given to it as input.
Conditional statements are also given in the Expression transformation then why it is passive transformation....
Active transformation is nothing but it will change the no of rows passing through it (example) Filter transformation .In it when we have 1000 rows as input after filter transformation according...
What are the etl tester responsibilities?
Some of the ETL Testers Responsibilities are as follows: - Test ETL software. - Test ETL datawarehouse components. - Executing backend data-driven test. - Create, design and execute test plans, test ...
Find out the number of columns in flat file
In etl testing if the src is flat file, then how will you verify the data count validation?
Generally, the flat file data is populated into the table and then loaded into the target based on transformations. It would then be the same process how we validate the data. Pls correct me if am not correct...
I assume your source flat file is on UNIX box and the first row has column name seperaetd by space - then -
$ head -1
Informatica: if flat file name varies day by day ...
If we are using flat file in our loading, and flat file name change daily so how we handle this without changing file name manually daily? for example: like file name is changing depend on date so what should I do? Pls help…
Use the indirect filelist option at informatica session. say the filelist name is daily_file.txt put a shell script daily_filename.sh at the pre-session command. The content of daily_filename.sh is ...
You can use Informatica File List option in target to get the dynamic file names along with the transaction control transformation so that you can create dynamic filenames based on some transaction properties.....
What are the different lookup methods used in Informatica?
The main difference between connected and unconnected lookup is, we can call unconnected lookup based on some conditions but not the connected lookup.
Lookup can be used as Connected or Unconnected. Apart from cache and receiving input values from pipe line, there is one more difference. If you want to use the same lookup more than one in a mapping ...
I think in microstrategy view can be reusable object.
How to check the existence of a lookup file in a graph ?
How to check the existence of a lookup file in a graph ..The requriement is if lookup file is present then some search will be carried out in the same else default value will be set. Please note we need to check the existence of the lookup file in graph level only..
What is a mapping, session, worklet, workflow, mapplet?
SIMPLY to say::::::::::::::::::
worklet : set of sessions
mapplet : set of transformations that can be called within a mapping
mapping :-set of transformations.And moving data from source to target along with transformation s
session :-set of instructions source addresses and target address u write it
worklet:- set of sessions
What are the t/rs which create cache files?
aggregator
joiner
lookup
rank
sorter
Actually the answer is partially related to the Question.......
t/rs like Joiner, Lookup, Aggregator,Rank Transformations uses the Caches.....
How do we call shell scripts from Informatica?
Answer posted by staline on 2005-05-27 00:42:44: you can use a command task to call the shell scripts, in the following ways: 1. Standalone command task. You can use a command task anywhere in the workflow or worklet to run shell commands. 2. Pre- and post-session shell command. You can call...
You can use a Command task to call the shell scripts, in the following ways: 1. Standalone Command task. You can use a Command task anywhere in the workflow or worklet to run shell commands. 2. Pr...
Hi,There are two ways to do this,they are as follows:1)we can use a command task anywhere in the workflow or worklet to run the shell commands.2)In the session task,we can call reusable command ...
What is partitioning? What are the types of partitioning?
Oracle provides partitioning of Tables, Indexes and IOTs to split their contents into different partitions. Each partition could be on a separate physical drive. This provides faster perfo...
There are 4 types of partitioning
they are 1)pass through 2)Round Robin 3)hash 4)Key range partition
9.5.1
9.5