How you count the number of records available at your source?

Answers were Sorted based on User's Feedback



How you count the number of records available at your source?..

Answer / venkat

Use aggregator transformation for getting number of record
count from source.

Is This Answer Correct ?    7 Yes 0 No

How you count the number of records available at your source?..

Answer / nagaraju

count(*) from table;

Is This Answer Correct ?    5 Yes 0 No

How you count the number of records available at your source?..

Answer / saritha

craete a dummy table create table abc(source_name varchar2
(10),count number);

write a sp create or replace prod name

select count(*) into v1 from table name

insert into abc ( 'dvhadvav',v1);
commit;
end

import that sp in the maping and slecte the pro as sorce
pre load.

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Informatica Interview Questions

State the limitations where we cannot use joiner in the mapping pipeline?

0 Answers  


1)can anyone explain how to use Normalizer transformation for the following scenario Source table | Target Table | Std_name ENG MAT ART | Subject Ramesh Himesh Mahesh Ramesh 68 82 78 | ENG 68 73 81 Himesh 73 87 89 | MAT 82 87 79 Mahesh 81 79 64 | ART 78 89 64 | please explain what should be the normalizer column(s) The GCID column 2)Also please explain the Ni-or-1 rule.

5 Answers   FCS, IBM, Satyam, TCS,


what is mapping optimization? wat are the techniques for tat

2 Answers  


What is enterprise data warehousing?

0 Answers  


Hello...... How can i set my mapping as read-only? Please answer me. Advance thanks

4 Answers  


i have two tables,table 1 having 2 columns and 3 rows,table2 having 3 columns and 2 rows.what is the output if i do left outerjoin,full outer join,right outer join?

2 Answers   IBM, Polaris,


In mapping f.f as one src and f.f as trg,f.f as src and oracle as trg which is fast? mean which is complete first process

2 Answers   Wipro,


How to convert multiple rows to single row (multiple columns) in informatica

0 Answers   Informatica,


In any project how many mappings they will use(minimum)?

1 Answers  


Q. We are the loading the table on daily basis it is incremental loading. and A person rahul slary was 10000, so if i check before run my salalr is 10000. but toay there is update that my sal is 15k but that will come to know after the load. braod crtiteria is we donot want to show downstream teams partial updated data. need aproad as etl developer

0 Answers  


What are the components of the workflow manager?

0 Answers  


Hi Experts, I have a source table like this. Name Number Raj 2 Ram 1 Sam 2 John 1 In the target I need the ouptput like the below Raj Raj Ram Sam Sam John We dont know the number value . It will be changing as n.. Please help me regarding this. Thanks, Nataraj V

2 Answers   NTT Data,


Categories