How could we generate the sequence of key values without
using sequence generator transformation in the target ??
Answer Posted / kalyan
Do a lookup on the Target table with an Lookup SQl Override
Select MAX(FIELD_NAME), field 1 , field3 from target group
by field1, field2...
In the Expression increment the Max values of the field
which you just got from the lookup by 1.
Here MAX_FIELDNAME) is the Max value of the field you want
to generate the sequence of..
| Is This Answer Correct ? | 19 Yes | 4 No |
Post New Answer View All Answers
Enlist the various types of transformations.
While importing the relational source definition from the database, what are the metadata of source that will be imported?
what is the size of u r source(like file or table)?
Write the prerequisite tasks to achieve the session partition?
What are the different types of transformation available in informatica.
i had a source containing business,sales,details column and i have to load it to a target but i have some bad records in it , but i have to load 70% of business records and 50% of sales and 95% of details records excluding bad records to achieve this what should be done and what all logic and tx should be used can anyone help? thanks in advance
What is meant by target load plan?
What is rank transformation?
What is the fact table?
What do you understand by term role-playing dimension?
Hello , I am unable to work with SQL transformation at least. Where do i need to give connection for sql transformaton ? At session level there is no property . I have created a SQL Transformation and chosen query mode. But do i need to pass connection information to it ? I don't know where do i need to write a query ? I have written a query in file and that file path i gave in the properties of SQL Transformation. But it is not working. Could any one of you please let know how can i work with SQL Transformation? Advance Thanks.
During the running session, output files are created by informatica server. Enlist few of them.
What is the advantage of informatica?
4 yrs etl devloper roles and responsibilities?any body give solutions
Enlist the tasks for which source qualifier transformation is used.