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

Tell me how to debug the report?

639


what are the different transaction clauses in AR?

1600


What are file in oracle.

1810


Tell me where we find the status of order information?

667


testing tools?

1750






How can you achieve loose coupling in soa framework?

718


What do you understand by soa?

690


Hi any one plz help me .i need 2 or 3 customized and 2 or 3 development reports on PO module..if any body having plz send me with one by one step ,i mean where u do the customization and wht are the steps u follwed when u do the customization,wht are fields u added or deleted ,How u added or these fields as per clinet requirement and wht are errors u faced .plz send it to my mail id iamvenki@gmail.com

1888


Do you know what are user profiles in apps. Any examples you can give?

660


how can i print random rows in plsql table

1934


please send me forms, xml pulisher questions,answers

1654


List the various types of value set.

620


What do you understand by a set of books?

645


can we use look up type instead of a pofile option?or valueset?is it possible how?

1783


A program must be written which accepts date parameter. The date parameter will accept data in the format DD/MM/YYYY. This data has to be validated and post validation, the following details have to be displayed for this date parameter 1. Input date must be defaulted to sysdate, It can be overridden by any other date. 2. Financial year should be displayed for this date parameter. Eg: If the input date is 30/11/2010, the financial year must be displayed as 1. From Date : 01-Aprr-2010 To Date: 31-Mar-2011 3. Calendar year and Calendar month must also be displayed. 4. The next payment cycle (say for EB), must be displayed based on this date parameter. 5. The previous payment must also be displayed based on this date.

1676