How to insert data into two tables using single control file?
Answer Posted / rajiv
LOAD DATA
APPEND
DISCARDMAX 9999999
INTO TABLE UPLOAD_HDR
WHEN agreementno='~'
FIELDS TERMINATED BY ","
(
AGREEMENTNO CHAR(20),
FILENAME CHAR(30),
BATCHID constant 112)
INTO TABLE UPLOAD_TMP
WHEN agreementno <>'~'
FIELDS TERMINATED BY ","
TRAILING NULLCOLS
(
AGREEMENTNO POSITION(1) CHAR(20),
EMI_AMT INTEGER EXTERNAL(16),
BATCHID constant 112)
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What is a flexfield? List out its types.
Suppose for report I have to parameters those are from_date and to_date, so to_date should be greater when compare to from_date, if we are giving to_date is lessthen it must shows some error how we will make?
please send me forms, xml pulisher questions,answers
List the various types of value set.
Do you know what are user profiles in apps. Any examples you can give?
what is pay run id ?
What is a value set? List its various types.
Do you know what is applysys in oracle application database schema, what is apps?
How can you achieve loose coupling in soa framework?
How can we import the data into a database using sql * loader?
Explain what are the tables of auto invoice?
testing tools?
Is soa a part of oracle fusion middleware?
can we get profile values in report without using user exists is it possible how?
Plz anybody send me Technical specification for AP Interface