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 |
in my lookup table i want to catch the recently updated records from the source to target,how to achieve this and what is last commit interval point for this?
Why should we use star schema in datawarehouse design?
what is row level and column level indicator?
Explain the tuning lookup transformation - informatica
What is tracing level and what are the types of tracing level?
HOW DO YOU CONNECT TO REMOTE SERVER ?
What is query panel?
Why we require dwh in particular projects?
difference between repository database and repository service?
can session assigned multiple mappings or not?
If you want to create indexes after the load process which transformation you choose?
What are the different tools in workflow manager?