|
|
Archives of the TeradataForum
Message Posted: Wed, 17 Jun 2015 @ 20:30:08 GMT
Subj: | | Restore/copy from multi stream files using |
|
From: | | Bakthavachalam, Roopalini |
Forum - I am trying to copy a set of tables from multi stream backup files using arcmain and I am unable to find the right way to do it. Here
is the COPY script. My question is how do I specify multiple backup files from where it needs to do the COPY? Basically I will need to mention a
set of files in place of 'file1'.
logon dbc/dbc,"password";
copy data table(target.table1)(FROM (SOURCE. table1)),
(target. Table2)(FROM (SOURCE. Table2)),
(target. Table3)(FROM (SOURCE. Table3)), release lock, FILE=file1;
LOGOFF;
Thanks
Roopalini
| |