Archives of the TeradataForum
Message Posted: Thu, 19 Jul 2001 @ 15:11:30 GMT
Subj: | | Re: Archive dictionary table |
|
From: | | Yonina Schuchman |
A dictionary archive is typically performed prior to cluster archives. In the restore process, you would first restore the dictionary,
then the clusters, then last do a BUILD DATA TABLES.
A flag is set on the table header after restoring a dictionary archive. To reset the flag on your table, you need to run the BUILD DATA
TABLES (MLOAD_SPOOL.TCSM_TEST1) command.
I am assuming that you don't wish to restore any archived data.
|