Hi everybody,
DB2 V 9.5 Fixpack 4 on Win 2K3
While ALTERing ACC_NUM on many tables in POS databbase, 7 tables were not Altered because of Following Error
Quote:
Alter Table ACC_DEPOSIT Alter Column ACC_NUM Set Data Type Varchar(20)
DB21034E The command was processed as an SQL statement because it was not a valid Command Line Processor command. During SQL processing it returned:
SQL0270N Function not supported (Reason code = "100"). SQLSTATE=42997
|
The reason code "100" expands as
Quote:
100
Drop column, and alter nullability is not allowed on any table with data capture on.
|
How can I work around, better if I can avoid using EXPORT-DROP-CREATE-IMPORT approach because these tables are huge and this approach will take too long time. (offline)
Please help with your ideas, I won't be able to perform this without testing it.
Thanks
DBFinder