what is junk dimension
Answers were Sorted based on User's Feedback
Answer / jani basha
A dimension which can't be used to describe facts is know as junk dimension
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sairam
afact table which contains only flagging values
(indicators) then we will call it as junk dimension
| Is This Answer Correct ? | 1 Yes | 0 No |
In a dimension a particular attribute cannot performed by
any key performance indicator. It is called junk dimension.
For example Phone number is a junk dimension.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is a surrogate key?Why we use it in a mapping?Pl give an example.
IF Sorce table contains CLOB as its one data type then i get error at the target table. How can this be resolve?
Examples of Fatal & Non-Fatal error?
can any one give some examples for pre sql and post sql(Except dropping and creating index).
How mapping parameter and variable works
What are the different threads in DTM process?
Which transformation should we use to normalize the COBOL and relational sources?
4 Answers DELL, IBM, Lehman Brothers,
What is an unconnected transformation?
Without using Lookup & Sequence Generator, How to generate Sequence?
What is a shortcut and copy in Informatica and how two are different with each other?
how the informatica server sorts the strings values in rank transformations?
generate Unique sequence numbers for each partition in session with Unconnected Lookup ? Hi All, Please help me to resolve the below issue while Applying partitioning concept to my Session. This is a very simple mapping with Source, Lookup , router, and target. I need to Lookup on the target and compare with the source data, if any piece of data is new then Insert, and If any thing change in the existed data then Update. while Inserting the new records to the target table I'm generating sequence numbers with Unconnected lookup, by calling the maximum PK ID from the target table. The above flow is working fine from last one year. Now I wish to apply the Partitioning concept to the above floe(session) At source I used 4 pass through partitions.(For Each partition different filter conditions to pull the data from source) at Target I used 4 passthrough Partitions. it is working fine for some data, but for some rows for Insert Operation , it is throwing Unique key errors, because while Inserting the data it is generating the same sequence key twice. In detail : 1st row is coming from 1st partition and generated the sequence number 1 for that row. 2nd row is coming from 1st partition and generated the sequence number 2 for that row 3rd row is coming from the 2nd partition generated the sequence number 2 again for that row. (it must generate 3 for this row) the issue is becuase of generating the same sequence numbers twice for different partitions. Can any one Please help me to resolve this issue. While Applying partitions how can I generate a Unique Sequence numbers from Unconnected lookup for Each partitioned data. Regrads, N Kiran.