Files
doc-exports/docs/dws/tool/dws_mt_0192.html
luhuayi a5e3903f6b DWS TG 910.211 version
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Co-authored-by: luhuayi <luhuayi@huawei.com>
Co-committed-by: luhuayi <luhuayi@huawei.com>
2025-04-23 13:53:01 +00:00

4.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.

Question 2: How do I configure DSC to enable Teradata to support version GaussDB 200 V100R002C60?

Answer: Perform the following steps to set table variables to support the GaussDB 200 V100R002C60 version:

  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.