Archives of the TeradataForum
Message Posted: Mon, 04 Jan 2016 @ 12:53:24 GMT
Subj: | | Archive Join indexes |
|
From: | | Chennapragada, Somasankaram |
Hi team
TD 14.0 manual says that ARC cannot archive or restore hash/join indexes. I tried to archive a database containing tables and join index. I was
successful in archiving. Is it a documentation error?
This is my script to archive personnel database.
TDExpress14.0.3_Sles10:~ # cat /tmp/arcscript
logon 127.0.0.1/dbc,dbc;
archive data tables(personnel),
abort,
release lock,
file=arc_per;
logoff;
Here is the output.
TDExpress14.0.3_Sles10:~ # arcmain
|