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 |
How the dimensions will be loaded?
What are the modules in Power Center
Could any one to tell Fact table Partitioning?
How we will implement Pushdown Optimization and Types in Informatica with better examples
What is fact table? Explain the different kinds of facts.
What is lookup change?
How to use procedural logic inside infromatica?
Can anyone tell me the new features in Informatica 9 Version?
what is the difference between look up and joiner(don't say joiner sopport only = where as look up support non-equijoin).
can we load the data with out a primary key of a table? what is target plan?
There are 100 lines in a file. How to print line number 31-50 and 81-90 in unix with a single command.
If you want to create indexes after the load process which transformation you choose?