Hoe to skip middle of the record by using SQL*Loader?
Answers were Sorted based on User's Feedback
Answer / veluruga
By using FILLER Command, it will not accept the data and it inserts the NULL values.
Ex:
(Empno,
Ename,
Date FILLER);
| Is This Answer Correct ? | 8 Yes | 4 No |
Answer / kutti
FILLER is used to skip the entire column not particular set of data .
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / nuthan
At cmd prompt
Sqlldr user/pwd@inst
Control= d:/filename.ctl load 10 skip 1
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sree
1. Use When Clause to load selective records to base tables.
2. Unwanted records get skipped and placed in warning files.
3. If you want skip warning then load unwanted records to temporary tables and then delete them.
| Is This Answer Correct ? | 2 Yes | 3 No |
can we write multiple procedures in package with same name like A p1,p2(parameters) B p1,p2(same parameters)
What is secuirity's in R12 features.
wht is difference between is and as varibales,while declaring procedure which is better?
How can u populate data into po_headers_all segment2 column?
Do you know where we can check the status of po?
in one report using two layout models.if yes how to do
Which is the best website to learn Oracle Apps?
What is set function in sql .E.g.What is difference between union and union all
Difference between Bind and Lexical parameters?
Please let me know the differance between Master Item and organization Item in Inventory.
what could be the problem if invoice_id is same in ap_invoices_all and ap_invoices_interface. while the Ord_id , invoice_num, and other things is diffrent .
we have 10 records. It's occured error in 6th record how can u find and how to rectify that?