hi,
When a table with unique key constraint is imported,unique key constraint is missing in the re created table.
As its a limitation of IMPORT utility,unique key constraints are ignored while importing a table.
Reference:
IBM DB2 9.7 for Linux, UNIX and Windows Information Center
Because of application requirement we cannot go for primary key instead of unique key(),do we have any other alternative methods to retain unique key constraint while importing the table?
Thanks in advance