we are using column organized tables and do not have indexes/pk on these tables
now we want to refresh these tables, and tried to use export from source and import insert_update to target
but this is not supported if PK is available
I tried :
truncate target table - insert.. select into target table
but in this case we have a time that no data is available
do you think of any other method we could use to replace data with minimum outage ?
------------------------------
Thanks for all answers
Best Regards,
Guy Przytula
------------------------------
#Db2