Option syntax
|
Description
|
---|---|
-c dir
|
Changes working directory
|
-C catalogname
|
Sets the default catalog from where data is read from or written to
|
-e sql_string
|
Executes SQL string for export
|
-f filename
|
Executes SQL string from file for export
|
-l filename
|
Writes log entries to this file
|
-L filename
|
Appends log entries to this file
|
-m
|
In Unicode databases (General.InternalCharEncoding=UTF8), expect the data in character and wide character data type columns to be encoded in the console locale/codepage, despite the settings in the server-side and client-side character data binding parameters.
In partial Unicode databases (General.InternalCharEncoding=Raw), expect the data in wide character data type columns to be encoded in the console locale/codepage, despite the settings in the server-side and client-side character data binding parameters. Data in character data type columns is not converted.
See Using solidDB tools with Unicode for more information.
|
-M locale_name
|
In Unicode databases (General.InternalCharEncoding=UTF8), expect the data in character and wide character data type columns to be encoded in the specified locale/codepage.
In partial Unicode databases (General.InternalCharEncoding=Raw), expect the data in wide character data type columns to be encoded in the specified locale/codepage. Data in character data type columns is not converted.
The format of locale_name depends on the operating system.
For example, in Linux environments, the locale name for the code page GB18030 in Chinese/China is zh_CN.gb18030.
In Windows environments, the locale name for Latin1 code page in Finnish/Finland is fin_fin.1252.
See Example: Reloading a database by using solidDB tools for more information.
|
-o filename
|
Writes exported data to this file
This option can be used only when exporting the data of a single table.
The default data and control file name is the same as the exported table name (<tablename>.dat and <tablename>.ctr).
|
-p
|
Preserves case of schema and table names
|
-s schema_name
|
Uses only this schema for export
|
-S
|
Creates SQL insert into clauses
|
-A
|
Adds attribute names to insert clause
|
-u
|
In Unicode databases (General.InternalCharEncoding=UTF8), expect the data in character and wide character data type columns to be encoded in UTF-8.
In partial Unicode databases (General.InternalCharEncoding=Raw), expect the data in wide character data type columns to be encoded in UTF-8. Data in character data type columns is not converted.
See Using solidDB tools with Unicode for more information.
|
-x pwdfile: filename
|
Reads password from the file
|
-h
-? |
Displays command usage
|