how can we perform incremental aggregation?explain with
example?
Answer Posted / archie
Hi Deepak,
spelling of grammar is grammar not grammer.
:-)
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
Can we create multiple integration service on single repository?
If informatica has its scheduler why using third party scheduler?
What are the differences between a connected lookup and unconnected lookup?
What are batches?
What is a stored procedure transformation?
how tokens will generate?
What is the reusable transformation?
what is the difference between informatica6.1 and infomatica7.1
How to generate sequence numbers without using the sequence generator transformation?
CANNOT USE PARAMETER FILE! Hi all, I am trying to use parameter file for my workflow. This could help me to filter records where CITY = 'Portland' Following is what I have done: **in Designer - create new parameter : $$PARA_FIL, Parameter, String, IsExprVar=TRUE, Initial value = [empty] - Source Qualifier/ Properties/Source Filter: CUSTOMERS.CITY='$$PARA_FIL' **Create Parameter file: C:\Informatica\PowerCenter8.6.0 \server\infa_shared\BWParam\DynamicParamTest.txt $$PARA_FIL='Portland' **Configure workflow to use the parameter file: Edit Workflow/Properties/Parameter Filename: C:\Informatica\PowerCenter8.6.0 \server\infa_shared\BWParam\DynamicParamTest.txt I also configured directory of parameter file for session task. However, I just got this in the session log: [SQ_CUSTOMERS] SQL Query [SELECT CUSTOMERS.CUSTOMER_ID FROM CUSTOMERS WHERE CUSTOMERS.CITY='$$PARA_FIL'] No record has been loaded to target. It seems that the parameter file has not been read. I cannot understand the reason why. Could any of you kindly suggest me anything? Thanks
Write the unconnected lookup syntax?
Enlist some properties of sessions.
how can we find the bottle neck in SQL Query in SOURCE QUALIFIER, and how can we tune it..?
Hi, I want to change date type char value integer value? I tried alter table tab_name modify (newcolumn newdatetype). But The columns have 10 million values(char type) so I want to load now numeric data. How it is possible? Old Values New Value(I want to load numeric data but the old value should be there in the column) Y 1 N 0 ERROR at line 1: ORA-01439: column to be modified must be empty to change datatype Please help on this. Thanks, GM
What is deployment group?