Hi Frenz,
I'm new to DB2 on which I have to work on client's machine.
My task is to create a job that constantly back up some tables and
transfer the data into a file at regular intervals(once a week or so).
After that, I have to transfer that data onto another db2 database in
another machine.
Cud u suggest me some threads or atleast some manual kind of things
for this?
Thanks,
Dutt.
welovers@gmail.com - 08 May 2007 12:29 GMT
> Hi Frenz,
>
[quoted text clipped - 11 lines]
> Thanks,
> Dutt.
I think it would be easy if you can catalog the two database on the
same client(or on one server side) and a shell script called from
crontab will complete what you want easily.
or you have to do some ftp job. maybe sth. like "expect" will help
you.