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 are the different transaction clauses in AR?
can we get profile values in report without using user exists is it possible how?
Tell me how to debug the report?
How to create a purchase order without a requisition?
What do you understand by concurrent programs?
How many schemas we have? how many you have used?
testing tools?
Hi, Anybody please send me the Oracle APPS 1i technical interview questions (Real time) as wel as sample resume also?
List the types of flexfield?
What are do's and dont's of Interface?
Can you differentiate between mediator and osb?
q)what are the validations in sql*loader
where to define interorganization transaction charges and what are the different options?
In hierarchical structure of a database? we have write query from where we should start?
What is count(*) from po_vendors(any table)?