Hello,
I'm going to setup a basic update between two DB2 instances (ver 4 and ver
8) via the export/import functionalities .
I'm very new to DB2, so any ideas is welcome.
I'm wandering if something like incremental features exist to do this job.
What I would like to do is:
- at time t0 a full export from A is performed and loaded into B;
- at time t1 a incremental export is performed and loaded.
I could find some key field and write some sql to create a differential
export, but it would be better if a native fuctionality to do this exists.
Thanks for your support,
Alessio
I'm going to setup a basic update between two DB2 instances (ver 4 and ver
8) via the export/import functionalities .
I'm very new to DB2, so any ideas is welcome.
I'm wandering if something like incremental features exist to do this job.
What I would like to do is:
- at time t0 a full export from A is performed and loaded into B;
- at time t1 a incremental export is performed and loaded.
I could find some key field and write some sql to create a differential
export, but it would be better if a native fuctionality to do this exists.
Thanks for your support,
Alessio
Comment