How to load Session Statistics (Workflow name, TgtRows,
Rejected Rows, SessStartTime,SessEndTime..)into a database
table ?? Another Question: I want to pass values from
oracle table or Flat file in Mapping parameter/Variable..
What is the method for that..Please provide me the solution
step by step



How to load Session Statistics (Workflow name, TgtRows, Rejected Rows, SessStartTime,SessEndTime....

Answer / akash

There are 2 questions:
1. To load session statistics:
For this we can use 2 concurrent sessions.

Session 1 --> Session 2

The condition for session 2 will be 'Session 1 Status =
Succeeded'.

The source file in the mapping corresponding to session 2
will be the log file of session 1 and output file will have
the desired results.

Question2: How to pass values from oracle table into
mapping parameters or variables?
Frankly speaking, I have no idea of doing this as I have
passed values from the parameter file.
But in case we need the values from oracle table only then
we can create a variable port in an expression and do a
look up on the oracle table.

Since we need this value only once we can use a condition
in expression for using look up only once.

Another alternative is to take the value for this port
right from the source qualifier as an additional port.

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More ETL Interview Questions

how do u really know that paging to disk is happening while u are using a lookup transform?

1 Answers  


can cubes contain measures ?

1 Answers  


How etl testing is different from database testing?

1 Answers  


what is meant by drill through?(Mascot)

1 Answers  


how do u implement configuration management in Informatica?

1 Answers  


how do u estimate the depth of the session scheduling queue? Where do u set the number of maximum concurrent sessions that Informatica can run at a given time?

1 Answers  


Give a way in which u can implement a real time scenario where data in a table is changing and u need to look up data from it.How will u configure the look up transform for this purpose?

1 Answers  


What are your responsibilities as an etl tester?

1 Answers  


CAN ANY ONE SEND ME THE CODE FOR THE BELOW 1).REMOVE '_' FROM TELE PHONE "323-237-2323" AND SHOULD DISPLAY OUT PUT AS "323237232" 2). NEED TO ONLY "COMPANY.COM" FROM EMAIL FILED "TEST@COMPANY.COM"

11 Answers  


What is cube grouping?

1 Answers  


Difference between flat files and relational sources?

2 Answers  


what are the types in error loging?

1 Answers   Cap Gemini,


Categories