How you count the number of records available at your source?
Answers were Sorted based on User's Feedback
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 |
What is best approach to load 100 different source files (Different structure) to differet target tables ?
What is galaxy shema
How do u identify or filter out a 0 byte file available in a folder by using UNIX command?
what is data driven in update strategy transformation?
what is the incremental agrrigation?
1:when we develop a project what are the performance issue will raise?? KPIT 2:if a table have INDEX and CONSTRAINT why it raise the performance issue bcoz when we drop the index and disable the constraint it performed better??KPIT 3:what are unix commands frequently used in informatica??
if i have 10 records in my source,if we use router t/r and given the condition as i>2,i=5 and i<2in the different groups what is the o/p in the target
What is rank transform?
How to convert IBM Cognos generated XML to a readable XML format for ETL tools
Performance wise which is better joiner or look up ? Give me with example?
How i can Schdule the Informatica job in "Unix Corn Schduling tool" ?
to improve the performance of aggregator we use sorted input option and use sorter t/r befor aggregator. But here we are increasing one more cache in our mapping i.e; sorter. So how can u convince that you are increasing the performance.?