How you count the number of records available at your source?
Answer Posted / 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 View All Answers
What is the difference between SOURCE and TARGET BASED COMMITS? What are the deliverables?in your project?
What is a surrogate key?
Can we create a Integration service without a Repository service and vice versa?
Explain the various test procedures used to check whether the data is loaded in the backend, performance of the mapping, and quality of the data loaded in informatica?
What is a repository manager?
Explain what transformation and how many are there in informatica?
What is a sequence generator transformation?
How to improve the performance of a session using sorter transformation?
Explain lookup transformation source types in informatica
What is a code page?
4 yrs etl devloper roles and responsibilities?any body give solutions
in u flatfile some of fact records are missed then u load the diminision records are not if u load diminsion records what about fact table records
What is Data Caches size?
What are the performance considerations when working with aggregator transformation?
How do you load first and last records into target table?