Log In
Support
New Account
This forum
This project's trackers
This project's forums
This project's tasks
This project's releases
This project's documents
This project's news
Software/Group
People
Skill
Advanced search
Home
My Page
Project Tree
Code Snippets
Project Openings
Rails Adapter/Driver for IBM DataServers
Summary
Forums
Tracker
Lists
Tasks
Docs
News
SCM
Files
Forums
|
Admin
Discussion Forums:
open-discussion
Start New Thread
Message: 93532
BY: Rakesh Arora (
rakmoh
)
DATE: 2010-05-03 14:51
SUBJECT: database migration issues with db2
I have been trying to run our application with db2. We have lots of migration files (37 in total) and having issue running rake db:migrate with db2.
It seems that db2 requires a reorg of the table that had gone through three REORG-recommended operations (drop column is one such operation):
http://publib.boulder.ibm.com/infocenter/db2luw/v9/index.jsp?topic=/com.ibm.db2.udb.admin.doc/doc/t0021584.htm
Any idea how to fix this issue?
Thanks,
-Rakesh
Thread View
Thread
Author
Date
database migration issues with db2
Rakesh Arora
2010-05-03 14:51
RE: database migration issues with db2
Praveen Devarao
2010-05-03 16:48
RE: database migration issues with db2
Praveen Devarao
2010-05-03 16:53
RE: database migration issues with db2
Rakesh Arora
2010-05-04 14:40
RE: database migration issues with db2
Praveen Devarao
2010-05-04 15:25
Post a followup to this message