IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

How to do data migration in DB2?


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
gokuldass

New User


Joined: 18 Mar 2005
Posts: 48
Location: india

PostPosted: Tue Sep 19, 2006 10:57 am
Reply with quote

Hello Guys,

I am in search of a tool which will increase the column size of a table without modifying the existing data's from the table.

My table is already having around 20000 rows inserted. Now my current requirement is to increase the column size of each columns. In this case, the rows already inserted should not get affected.

Is there any db2 tool available to do this?

Thanks in advance.

REgards,
Gokuldass
Back to top
View user's profile Send private message
anamikak

New User


Joined: 10 May 2006
Posts: 64
Location: Singapore

PostPosted: Tue Sep 19, 2006 11:17 am
Reply with quote

If you are using db2 version 8, then it is possible to use the ALTER TABLE command to incearse the column width.

IF you are not using version 8, unload the table , the delete drop the table and possible the indexes, taking necessary precautions, cosiderations etc. Create the table again and use load to load back the data.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DB2

 


Similar Topics
Topic Forum Replies
No new posts Store the data for fixed length COBOL Programming 1
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
No new posts SCOPE PENDING option -check data DB2 2
No new posts Check data with Exception Table DB2 0
No new posts JCL EXEC PARM data in C Java & MQSeries 2
Search our Forums:

Back to Top