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

AOL?

4 Answers  


Tell me some interface tables on ordermangement.

1 Answers   Zensar,


Please let me know the differance between Master Item and organization Item in Inventory.

5 Answers   Wipro,


What is MO operating units. Why it need to to set this and where .

2 Answers   IBM,


what is the database size you used?

1 Answers   FIS,






Is SOB is attached with Business grp ?

2 Answers   Convergys,


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

0 Answers  


what is organization id

2 Answers   Wipro,


what r the objects u have to do in u experiance

1 Answers  


what is the back ground program run while transferring data from OM to AR?

4 Answers   Qwest,


what is the difference between request group and request security group in oracle apps?

2 Answers   BirlaSoft,


What is profile and what is level of profile option and it's hierarchy

1 Answers   IBM,


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)