WHAT IS THE USE OF SKIP WHERE U WILL GIVE?
Answers were Sorted based on User's Feedback
Answer / kumar
It is used in SQL Loader
At the begining of control file
(OPTIONS SKIP=10)
or
U can set it in command line also
SKIP gives the information to SQL Loader not to load first
10 lines.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sri
yes it skips the first records depending upon size that is
given in skip command
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / hari
TO SKIP THE NUMBER OF RECORDS
LOAD DATA
SKIP n or at command prompt
| Is This Answer Correct ? | 0 Yes | 0 No |
What is secuirity's in R12 features.
please send me forms, xml pulisher questions,answers
Tell me some interface tables on ordermangement.
What and Who is the best Institute or Trainer for Oracle Apps Technical ?
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.
What is the most critical part which you had faced in your project ?
1 Answers LG, Satyam, Tech Mahindra,
What are the different components you should consider while defining a responsibility in oracle apps?
what is meant by lexical parameter
i have 3 parameters like p1,p2,p3.In p1 i have 2 parameters like a,b.if pass parameter 'a' p2 should be enable and p3 should be disable then if pass parameter 'b' the vice versa.
1 Answers IBM, Sierra Atlantica,
What is the concept of soa governance?
Except the SRS window in which we can submit the concurrent program.
we have select statement in that two exceptions that returns no value. In that which exception will raise?