doc-exports/docs/dws/tool/dws_mt_0192.html
Lu, Huayi 27019c2991 DWS TOOL 830.201 version
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Co-authored-by: Lu, Huayi <luhuayi@huawei.com>
Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
2024-05-16 07:35:25 +00:00

5.2 KiB

FAQs

This section covers the frequently asked questions.

Q1: During installation, I get an error "Root privileged users are not allowed to install the DSC for Linux." What is the solution?

Answer: A root privileged user must not be used for installation and execution of the DSC for Linux. It is recommended that a user without root privileges be used to install and operate the DSC.

Q2: How do I configure the DSC to support GaussDB T, GaussDB A and GaussDB(DWS) version V100R002C60 for Teradata?

Answer: Perform the following steps to configure the DSC to support GaussDB T, GaussDB A and GaussDB(DWS) version V100R002C60 for Teradata:

  1. Open the features-teradata.properties file in the config subfolder of TOOL_HOME.
  2. Change the following variable values based on the requirement.
    • VOLATILE
    • PRIMARY INDEX

      For example,

      VOLATILE=UNLOGGED | LOCAL TEMPORARY
      PRIMARY INDEX=ONE | MANY

The default variable value for VOLATILE is LOCAL TEMPORARY and for PRIMARY INDEX it is MANY.