![]() |
|
Archives of the TeradataForumMessage Posted: Fri, 02 Feb 2007 @ 12:39:35 GMT
Wehn, You can save a copy of database by using arcmain tools. The following example shows how to copy all objects in database DB_A into database DB_B. 1) dump the dictionary of DB_A
archive dictionary tables (DB_A),release lock,file=xxxx;
2) restore the dictionary to DB_B
copy dictionary tables (DB_B) (from (DB_A)),release lock,file=xxxx;
3) Build it and get all empty tables
build data tables (DB_B),release lock;
Feng
| ||||||||||||||||||||||||||||||||||||||||||||||||
| | ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||||||||||||||||||||||||
| Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
| Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||