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 basic steps for AIM?

2 Answers  


what is the purpose of standard cost update?

2 Answers   Satyam, Scan Steel,


Is that Possible To create package without Specification , If Yes Give any Examples

2 Answers   PWC,


What are file in oracle.

0 Answers   BirlaSoft, IBM,


Is PlaceHolderColumn Function or Procedure? Why we don't write any code in that?

3 Answers   Oracle,






what type of testing u r doing?

2 Answers   Convergys,


HOW CAN U KNOW THE RESPONSIBILITY BELONGS TO OPERATING UNIT LEVEL OR NOT

2 Answers  


what r the objects u have to do in u experiance

1 Answers  


what is count(*) from po_vendors(any table)? what does it do and what is count(1) from po_vendors(any table)? what is count(0) from po_vendors(any table) the out put is same what is the difference

4 Answers   IBM,


What is the use of format trigger?

4 Answers   Cap Gemini, IBM,


Difference between set of books id and ledger id in r12 ?

1 Answers   TCS,


what are version control tools used in oracle apps?

1 Answers   Cap Gemini, Sony,


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)