How can one skip any number of rows while loading the DB
tables with SQL Loader? Similarly how can one skip any
column?
LOAD DATA
INFILE 'Fullalbum.csv'
truncate
INTO TABLE DP_fa
FIELDS TERMINATED BY "," OPTIONALLY ENCLOSED BY '"'
(
field2 FILLER,--for skipping the first column
sno,
performance_ky,
performance_nm,
isrc,
track_media_ky,
song_nm,
full_album,
country_nm,
isrc_country_cd
)
here first column will be skipped.
if you want to skip number of rows do the following
in cmd prompt
enter the commands like...
sqlldr <username>/<password>@<databasename>
cotrol='<location of control file>' skip=n<number of rows
that you want to skip>
Thanks,
Harikanth.
| Is This Answer Correct ? | 0 Yes | 0 No |
what are corelated subqueries
What is an anonymous block?
Explain overloading. Can functions be overloaded?
Explain oracle data types with examples?
What is the Difference between 1) ER MODEL and Relational Model 2) Dense Index and Sparse Index
What are the uses of synonyms?
What is Network Database link ?
how to retrive xml data for using sql query?
nw i'm doing MBA system and planning to do oracle,database management.tell me that whether it is useful r not?.refer any course for my carrier pls
How to use "in out" parameter properly?
What happens to the data files if a tablespace is dropped?
What is Partitions in Table ?