Hoe to skip middle of the record by using SQL*Loader?

Answers were Sorted based on User's Feedback



Hoe to skip middle of the record by using SQL*Loader?..

Answer / veluruga

By using FILLER Command, it will not accept the data and it inserts the NULL values.

Ex:
(Empno,
Ename,
Date FILLER);

Is This Answer Correct ?    8 Yes 4 No

Hoe to skip middle of the record by using SQL*Loader?..

Answer / kutti

FILLER is used to skip the entire column not particular set of data .

Is This Answer Correct ?    3 Yes 0 No

Hoe to skip middle of the record by using SQL*Loader?..

Answer / nuthan

At cmd prompt
Sqlldr user/pwd@inst
Control= d:/filename.ctl load 10 skip 1

Is This Answer Correct ?    0 Yes 0 No

Hoe to skip middle of the record by using SQL*Loader?..

Answer / sree

1. Use When Clause to load selective records to base tables.
2. Unwanted records get skipped and placed in warning files.
3. If you want skip warning then load unwanted records to temporary tables and then delete them.

Is This Answer Correct ?    2 Yes 3 No

Hoe to skip middle of the record by using SQL*Loader?..

Answer / krishna

(empno,
ename,
sal filler)

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Oracle Apps Technical Interview Questions

in procedure how to return a value

2 Answers   Wipro,


what is repeting frame?

3 Answers   TCS,


why r u move in the cus_top only why not move another top

4 Answers  


What are basic steps for AIM?

2 Answers  


How to attach the multiple templates in XML Pub Report?

2 Answers   Intelligroup, KPIT,






What is the maximum number of statements that can be specified in a trigger statement?

1 Answers   Oracle,


In xml report, how to print the headings in every page?

1 Answers   Sierra Atlantica,


When you run he report you have to get only that particular organization po numbers or item number how can do it?

2 Answers   IBM,


Tell me where we find the status of order information?

0 Answers  


Can u define DFF with in the DFF,How?

1 Answers   Satyam,


INBOUND INTERFACE: Suppose I have 100 Records of employees in flat file.When moving the records from flat file to STAGING table using >CTl file, I want to restrict the records whose salary is less than 500.what are the validations(or conditions) you write to achieve this.

6 Answers   Tech Mahindra,


How to create a link between One dependent value set to another Dependent value set

5 Answers   Indorama, ManSoft System, Syntel, TE Data,


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)