INBOUND INTERFACE: Suppose I have 100 Records of employees
in flat file.When moving the records from flat file to
STAGING table using >CTl file, I want to restrict the
records whose salary is less than 500.what are the
validations(or conditions) you write to achieve this.

Answer Posted / harish

by using when clause in ctl file
ex:
load data
infile ''
fields terminated by...
trialing....
INTO TABLE tab WHEN sal>500
(col1 ...
......
.....
)

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List of all the modules under Manufacturing, Finance and Distribution in oracle applications?

1927


can we get profile values in report without using user exists is it possible how?

2474


What is instead of trigger in where we will use?

831


What are the different components you should consider while defining a responsibility in oracle apps?

788


what is pay run id ?

1859






What does appl_top directory contain?

812


In support project one ticket alloted which steps follows manualy tell me ?

2351


Explain oracle apps architecture.

912


please send me forms, xml pulisher questions,answers

1829


Do you know where we can check the status of po?

852


How can you achieve loose coupling in soa framework?

894


Hi, Anybody please send me the Oracle APPS 1i technical interview questions (Real time) as wel as sample resume also?

2310


what is global tempory table?

6628


What is sca and how is it useful?

797


Do you know what are user profiles in apps. Any examples you can give?

802