If the your production environment is same as your developement evironment, you can use restore, it's very easy.
Step 1: get a backup image from you production database.
---> db2 backup db <db_name>
Step 2: Transfer this image from you production database to developement environment.
then use command --> db2 restore db <db_name>
Leave a comment: