If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > import problem--SQL3017N

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-23-06, 08:39
Metatron Metatron is offline
Registered User
 
Join Date: Feb 2004
Posts: 21
Wink import problem--SQL3017N

i have some data like this:
1|2|3
a|b|c
---------------
db2 => create table test (field1 char(1),field2 char(1),field3 char(1))
db2 => import from test.txt of del modified by coldel| insert into test
---------------
but ,i got messages:
--------------------------------
SQL3109N The utility is beginning to load data from file "test.txt".

SQL3017N A delimiter is not valid or is used more than once.

SQL3110N The utility has completed processing. "0" rows were read from the
input file.
--------------------------------
who can help to solve this .
thanks.
Reply With Quote
  #2 (permalink)  
Old 02-24-06, 03:43
przytula przytula is offline
Registered User
 
Join Date: Nov 2004
Posts: 374
import

I tested the scenario, both from command interface and input file = ok
check the input file - try to put the commands in a file and execute with
db2 -tvf infile
__________________
Best Regards, Guy Przytula
DB2/ORA/SQL Services
DB2 DBA & Advanced DBA Certified
DB2 Dprop Certified
http://users.skynet.be/przytula/dbss.html
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On