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

How is choreography different from orchestration?

867


What is instead of trigger in where we will use?

897


WHAT IS CUSTOM VIEW AND CUSTOM COMPONENT?

2795


If we have a repeated record in a table. But the repeated record how i can transfer from table to nested table?

1829


What is oracle soa suite?

957






what is the differences between internal requisition and internal sales order?

2363


pls send me out bound code of supplers,site,bankiformation code pls as soon as

2006


what is global tempory table?

6730


is it possible to run the interface without using oracle apps?

1690


Is soa a part of oracle fusion middleware?

805


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

900


In oracle application how do you debug or trace errors?

844


What are the benefits of using soa architecture?

897


Do you know what is applysys in oracle application database schema, what is apps?

923


how to print multi lay outs,muti currency,muti language in xml publisher

11462