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 > Problem With Export

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-15-06, 12:33
Pravas Pravas is offline
Registered User
 
Join Date: Jun 2005
Posts: 16
Problem With Export

Hi All,

I am using UDB V8.2 on AIX . When I do an EXPORT in DEL format , it gives a
SQL3100W on certain rows.

mainly, This warning occurs on rows that do not have any columns that are
over 254 chars.

When I go and look at the .DEL export file , the rows that got the
warning are broken into two and appear as two seperate lines in the unix
file.

for example let us say that the table has 5 columns A,B,C,D and E and
let a1,b1,c1,d1,e1 represent the data exported then my file looks like this

a1,b1,c1,d1,e1
a2,b2,c2,d2,e2
a3,b3,c3 <--- Line that gives the SQL3100W
d3,e3
a4,b4,c4 <--- Line that gives the SQL3100W
d4,e4

and when i do it with the .IXF then i am not getting any errors. Please explain me why it is happening and also please do explain me the difference.

Your help is really appreciated.

Thanks in advance.
Reply With Quote
  #2 (permalink)  
Old 02-15-06, 14:16
Cougar8000 Cougar8000 is offline
Registered User
 
Join Date: Nov 2005
Location: IL
Posts: 554
In Command ref on page 365 second paragraph it says that if the char col is greater then 254 and using DEL format only you will get an error. IXF stores data diferently then DEL does, thus not effected by this limitation.
__________________
--
IBM Certified DBA on DB2 for Linux, UNIX, and Windows

DB2 v9.1.0.2 os 5.3.0.0
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