Hi,
I am new to arcmain. i have witten a simple archive arcmain script but now i have following requirement while archiving a teradata database:
· How to archive file to particular location (e.g C:\user\backup)
· How to divide archive file into chunks (like 100mb per file)
· How to apply compression on archive file
Following is my simple arcmain script:
arcmain SESSIONS=8 OUTLOG=ARCALL.OUT
logon ip/db,pswd;
ARCHIVE DATA TABLE (db.table),(db.table2), RELEASE LOCK, FILE= ARCHIVE;
logoff;
Thanks in advance
Tags:
Forums: