my session have to run Monday to Saturday not run sunday how
to sedule in informatica level?
Answer / gopinath
In the Scheduler we have option called Customized Report. by
selecting week option in Repeat every option. u can see day
options so select the particular days which your workflow
want to run.
| Is This Answer Correct ? | 20 Yes | 5 No |
Session Recovery. 1000 rows in the source of which 500 passed through and then I killed the session. Can you perform a recovery and how
What is the surrogate key?
What is the way to execute pl/sql script using informatica mapping?
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 are the basic needs to join two sources in a source qualifier?
I am new to informatica and learning it,can anybody please tell me how we receive source as flat file in informatica,from where we get this flat file?
What is an aggregator transformation?
i have thousand records in my source(flat file) i wanna load 990 records i don't want load first 5 records and last 5 records at informatica level?
Why is meant by direct and indirect loading options in sessions?
What you know about transaction control transformation?
Two workflows are running at same time first workflow is succeeded but second workflow is failed but there is no dependencies?
What is the query to find nth highest salary? What is the use of cursors?