Can anyone briefly describe abt audit table loading?
Answers were Sorted based on User's Feedback
Answer / prabhu
audit table is the table used to moniter the statistics of
session and workflow.You can populate audit tables by using
pmcmd command or by using repository tables
Prabhu
www.iskilltech.com
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sameer
We uses audit table in real time because audit table gives all information abt.our project Means
Sourge success rows,target success rows,source failed rows, target failed rows,transformation error best on requirement we can calculates.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the types of caches in lookup? Explain them.
how to load rows into fact table in data warehouse
1)can anyone explain how to use Normalizer transformation for the following scenario Source table | Target Table | Std_name ENG MAT ART | Subject Ramesh Himesh Mahesh Ramesh 68 82 78 | ENG 68 73 81 Himesh 73 87 89 | MAT 82 87 79 Mahesh 81 79 64 | ART 78 89 64 | please explain what should be the normalizer column(s) The GCID column 2)Also please explain the Ni-or-1 rule.
5 Answers FCS, IBM, Satyam, TCS,
in performance wise union is past,union all is past
 Code page compatibly –Where all changes are made to handle the scenario.
what is size of u r database?
i have one senario i have table with 2columns one for primary key another is a constant value(zero). i have to lookup the table and get the maximum primary key here i don't have any common column between source and lookup table(wt table i explained above)... table is (i am assuming he didn't give the table) column1 column2 5 0 2 0 8 0 6 0 3 0 12 0 7 0
A Flat file located in unix source folder. data transfer every day 8 am. can ask 5 question for above scenario validation. recently i have faced this question.
I have one source table and three target tables. When the session runs for the first time involving the mapping,i want that the loading should take place in 1st Target table only. The 2nd time the same session runs the loading should take place in 2nd Target only only and similarly when the session runs for the 3rd time loading should take place in Third only. And again when the session runs for the 4th time loading should take place in 1st Target table.
how to send unique records to one target and duplicate records to another target by using dynamic lookup cache????? please explain me briefly///(when we use this we look up on which target unique target ya duplicate target)
supose if ur scr table contains alphanumeric values like 1,2,3,a,v,c in one columen like c1 n now u have load d data in 2 seperare columns like ID should contain only numbers 1,2,3 n NAME col should contain a,b,cin target?How
How to load dimension and fact in same mapping at same time.explain me the logic used for that scenario.