In SQL Loader i have 100 Records to be loaded into my table.

How do i load the first 30 Records and skip the last 10
Records within a single .ctl file ?

So my total no.of records to be loaded would be 60.

Could anybody help me in this ?

Answer Posted / kumar

In Control file
At the top add this line.

(OPTIONS SKIP=30 RECORDS=60)


skip option skips first 30 records
Records option load 60 records
Automatically last 10 Records will not be considered by SQL
Loader.

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are do's and dont's of Interface?

1909


Which oracle apps version you are very confident in?

709


What is instead of trigger in where we will use?

680


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

2327


Plz anybody send me Technical specification for AP Interface

2019






Can you differentiate between mediator and osb?

632


In oracle application how do you debug or trace errors?

643


How do you register report in oracle apps?

636


please any one provide the oracle erp technical interview questions on modules(PO,AP,AR,INV,GL,OM)wise to my mail id..narendra_609@yahoo.co.in

3087


how do you describe O2C along with tables

2315


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

1657


What is sca and how is it useful?

663


WHAT IS CUSTOM VIEW AND CUSTOM COMPONENT?

2599


CAN YOU CUSTOMISE THE COUTOMISE CUS_TOP

2099


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

681