MikeTruscott
Technical User
Hi everyone.....
I basically have a csv file with millions of rows in, which I want to stick into an oracle database. I'm hoping that, if I'm not fussy (see below) it's a one or two line job....but I'm not an ORACLE expert!
The csv file:
1:Has no headings
2:Is comma delimited
3:Has a couple of hundred columns
4:Has, on occasion, fields with commas in like "truscott,mike" for example. So I would want to add a text quantifier of "" if possible,
I believe I can either use SQL*Loader or an external table but don't really have the time to figure these out. So if anone could just tell me what I need to do to get the file into ORACLE I'd really appreciate it.
I'm not fussy as to what the columns are called.....I just want the data into a database. Ideally I'd like ORACLE to create the column headings and would like each column to be a text field, but I don't want to type every field detail in for 200+ fields!
Again, any help much appreciated.
Mike
I basically have a csv file with millions of rows in, which I want to stick into an oracle database. I'm hoping that, if I'm not fussy (see below) it's a one or two line job....but I'm not an ORACLE expert!
The csv file:
1:Has no headings
2:Is comma delimited
3:Has a couple of hundred columns
4:Has, on occasion, fields with commas in like "truscott,mike" for example. So I would want to add a text quantifier of "" if possible,
I believe I can either use SQL*Loader or an external table but don't really have the time to figure these out. So if anone could just tell me what I need to do to get the file into ORACLE I'd really appreciate it.
I'm not fussy as to what the columns are called.....I just want the data into a database. Ideally I'd like ORACLE to create the column headings and would like each column to be a text field, but I don't want to type every field detail in for 200+ fields!
Again, any help much appreciated.
Mike