6. Утилита Aexport#
Утилита Aexport является дополнительным инструментом работы с БД.
Она выполняет следующие функции:
— перенос данных между БД,
— восстановление данных в БД.
Выполните пункты 3.2.1-3.2.3 руководства "Быстрый старт" для работы с Aexport.
5.1 Cправка по Aexport#
Введите следующую команду для получения справки по утилите Aexport:
altibase@ed259465ef2e:~$ aexport -h
=====================================================================
AEXPORT HELP screen
=====================================================================
Usage : aexport [-h]
[-s server_name] [-u user_name] [-p password]
[-port port_no] [-NLS_USE nls_name]
[-tserver target_name] [-tport target_port]
[-object user_name.object_name]
[-prefer_ipv6]
[-ssl_ca CA_file_path | -ssl_capath CA_dir_path]
[-ssl_cert certificate_file_path]
[-ssl_key key_file_path]
[-ssl_verify]
[-ssl_cipher cipher_list]
-h : This screen
-s : Specify server name to connect
-u : Specify user name to connect
-p : Specify password of specify user name
-port: Specify port number to communication
-NLS_USE : Specify NLS
-prefer_ipv6 : Prefer resolving server_name to IPv6 Address
-ssl_ca : The path to a CA certificate file
-ssl_cpath : The path to a directory that contains CA certificates
-ssl_cert : The path to the client certificate
-ssl_key : The path to the client private key file
-ssl_verify : Whether the client is to check certificates
that are sent by the server to the client
-ssl_cipher : A list of SSL ciphers
=====================================================================