Patch 6678700: MTL_SERIAL_NUMBERS.xdf Failed
VPC Team member opened this thread for the customer
Table Name is MTL_SERIAL_NUMBERS
Table exists in the target database
Checking for differences
Number of columns for the table in the xml file is 146
INFO: An additional column COUNTRY_OF_ORIGIN exists in the target database
CREATED_BY differs from the definition in the xdf file
In table MTL_SERIAL_NUMBERS the column CREATED_BY has changed from null to not null
Executing statement
ALTER TABLE INV.MTL_SERIAL_NUMBERS MODIFY ( CREATED_BY NOT NULL )
Start time for statement above is Thu Sep 20 09:45:39 CDT 2012
End time for statement above is Thu Sep 20 09:45:39 CDT 2012
Table Name is MTL_SERIAL_NUMBERS
Table exists in the target database
Checking for differences
Number of columns for the table in the xml file is 146
INFO: An additional column COUNTRY_OF_ORIGIN exists in the target database
CREATED_BY differs from the definition in the xdf file
In table MTL_SERIAL_NUMBERS the column CREATED_BY has changed from null to not null
Executing statement
ALTER TABLE INV.MTL_SERIAL_NUMBERS MODIFY ( CREATED_BY NOT NULL )
Start time for statement above is Thu Sep 20 09:45:39 CDT 2012
End time for statement above is Thu Sep 20 09:45:39 CDT 2012
Tagged:
0