How do we come to know the Source data/file is
ready/Updated in the source location, when the session is
scheduled for @12:00AM and ready to run its job ? or Can we
schedule the session, when the source is updated in source
location without any time constraint?

Answer Posted / vinod

This may help for flat files.

this may be done using the event wait task.

1) upload the src file wiht a touch file.

2) schedule ur job at perticular time.

3) in wf use the event wait task.

4) event wait will wait for touch file, once it get the
touch file, it will start the load.

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can a transformation be made reusable?

844


what is the complex transformation you used in informatica

2379


what is SDLC way of code development?

1761


How you can differentiate between connected lookup and unconnected lookup?

814


What is the sequence generator transformation in informatica?

854


What are the different types of repositories created using informatica?

886


How is union transformation utilized?

773


Which is the t/r that builts only single cache memory?

932


can u any challenge your project?

1787


Differentiate between a database and data warehouse?

887


Write the unconnected lookup syntax and how to return more than one column.

826


Why sorter is an active transformation?

943


One of the optimizing technique to improve the session performance is push down optimization,by using push down optimization we push as much as transformation logic to source/target database,but this degrades the d/b performance,how to overcome this?

1995


Source and Target are flat files, Source table is as below ID,NAME 1,X 1,X 2,Y 2,Y On Target flat file i want the data to be loaded as mentioned below ID,NAME,REPEAT 1,X,2 1,X,2 2,Y,2 2,Y,2 How to achieve this, Can i get a map structure

6862


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

3780