Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Oracle Server > Sqlldr make dou...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 3 Topic 16624 of 17418
Post > Topic >>

Sqlldr make double quote

by Andrea <netsecurity@[EMAIL PROTECTED] > May 27, 2008 at 05:38 AM

Hi guys,
i'm trying to im****t csv data with sql loader, the fields are
delimited by ";" and there isn't any double quote in csv.
When i im****t it adds in all data of first and last column double
quotes "

the control file is follows:

load data
 infile 'users.csv'
 into table TAB_USERS
 fields terminated by ";"
 (COL1, COL2, ....)

after the im****t the results is:

COL1     COL2 ..    COL_LAST
"text      ok             text"

i don't understand why this behavior.

thanks for any info.
Andrew
 




 3 Posts in Topic:
Sqlldr make double quote
Andrea <netsecurity@[E  2008-05-27 05:38:20 
Re: Sqlldr make double quote
"fitzjarrell@[EMAIL   2008-05-27 06:55:37 
Re: Sqlldr make double quote
Andrea <netsecurity@[E  2008-05-27 07:52:32 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Nov 22 14:40:19 CST 2008.