Answer Posted / ts mishra dba
load data
infile 'c:\head.csv'
replace
into table allotment
field terminated by ',' optianally enclosed by '"'
trailing nullcols
(ALLOTMENT_ID,ALLOTMENT_DATE,DEMAND,MAGOR,SUB,MINOR,SCHEEM,S
EGMENT,OBJECT,DETAIL,AMOUNT,DDO_CODE)
run at run command this
sqlldr scott/tiger@ntts control=c:\head.ctl
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What does pl sql developer do?
what is 'mysqlcheck'? : Sql dba
How many types of keys are there in sql?
Is vs as in pl sql?
Is left join same as join?
Which operator is used in query for pattern matching?
Explain character-manipulation functions?
What is mutating table error?
what is data manipulation language? : Sql dba
How to avoid using cursors? What to use instead of cursor and in what cases to do so?
Which sql most popular?
What is the purpose of cursors in pl/sql?
Is postgresql a nosql database?
Can we edit a view in sql?
How does one use sql*loader to load images, sound clips and documents? : aql loader