The Unload Command
The unload command creates a text file that contains a record for each of the entries in the various client control tables. For best results, run an unload command before running a redefine command.
Format
|
The format of the unload command is as follows:
dbutility [options] unload datasource filename
|
Options
|
The list of options is the same as those for signon_options. Additional options include -t, -T, and -f.
|
Data Source
|
If a datasource of _ALL is specified, the DATABridge Client writes all data sources to the backup file (backupfile). If a specific data source is specified, the DATABridge Client writes only the entries for that data source to the backup file.
|
Sample Run
|
15:05:25 dbutility unload demodb demodb.cct 15:05:25 DATABridge Client version 6.2.0.000 [OCI/Oracle] 15:05:25 Copyright (C) 2013 by Attachmate Corporation. All rights reserved. 15:05:30 Loading control tables for DEMODB 15:05:32 Unloading control tables for DEMODB 15:05:32 Control tables for DataSource DEMODB written to file "demodb.cct" 15:05:32 Client exit code: 0 – Successful
|
|