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 ?

Answers were Sorted based on User's Feedback



In SQL Loader i have 100 Records to be loaded into my table. How do i load the first 30 Records a..

Answer / naga bhushan

In Control file
At the top add this line.

(OPTIONS SKIP=30,LOAD=60)

Is This Answer Correct ?    10 Yes 3 No

In SQL Loader i have 100 Records to be loaded into my table. How do i load the first 30 Records a..

Answer / 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

More Oracle Apps Technical Interview Questions

what are the different calculation columns available in reports?

1 Answers  


while registering executable and concurent program we register both with application name|<oracle purchasing>? so my question is why we are defining in both concurent program and executable?

9 Answers  


IN WHICH MODULE THE LEGAL ENTITY COMES?

5 Answers  


We have to show a logo/image in a report? what are the steps and which format it is?whether in pdf format is applicable or not?

3 Answers   IBM,


Are you familiar with internet architecture of oracle apps 11i?

0 Answers  






In sequence i want to 11 and 15th values how we will write?

0 Answers  


I am insert in data to a table X .Which one is better while writing commit statement After each row inset or after all row insert to table.

3 Answers   IBM,


After completing Report customization process.suppose we have 10 report parameter in report so, that we re-register that parameter in concurrent program?

3 Answers   IBM,


what is the purpose of standard cost update?

2 Answers   Satyam, Scan Steel,


Tell me some errors names and number what u got while developing the reports?

1 Answers  


Tell me some thing about SQL-LOADER.

2 Answers   IBM,


Oracle E-Business suite?

2 Answers  


Categories
  • Oracle Apps Technical Interview Questions Oracle Apps Technical (547)
  • Oracle Apps Financial Interview Questions Oracle Apps Financial (793)
  • Oracle Apps Manufacturing Interview Questions Oracle Apps Manufacturing (53)
  • Oracle Apps HRMS Interview Questions Oracle Apps HRMS (169)
  • Oracle Apps CRM Interview Questions Oracle Apps CRM (9)
  • Oracle Apps SCM Interview Questions Oracle Apps SCM (141)
  • Oracle Install Base Interview Questions Oracle Install Base (62)
  • Oracle Service Contracts Interview Questions Oracle Service Contracts (101)
  • Oracle Apps AllOther Interview Questions Oracle Apps AllOther (114)