GAUSS-01171 -- GAUSS-01180
GAUSS-01171: "argument to option '%s' must be a list of column names"
SQLSTATE: 22023
Description: The parameter option is not one of the column names.
Solution: Ensure that the parameter option is one of the column names.
GAUSS-01172: "argument to option '%s' must be a valid encoding name"
SQLSTATE: 22023
Description: The parameter option is not a valid encoding name.
Solution: Ensure that the parameter option is a known encoding name.
GAUSS-01173: "'%s' is not a valid EOL string, EOL string must be 0x0D0A or 0x0A"
SQLSTATE: 22023
Description: An abnormal terminator exists in the data.
Solution: Check whether the terminator in the copied data is correct.
GAUSS-01174: "invalid value of FIX"
SQLSTATE: 22023
Description: The value of the fix option cannot be recognized.
Solution: Ensure that the value of the fix option is correct.
GAUSS-01175: "option '%s' not recognized"
SQLSTATE: 42601
Description: The value of an option for copy cannot be recognized.
Solution: Ensure that the value of this option for copy is correct.
GAUSS-01176: "cannot specify DELIMITER in BINARY/FIXED mode"
SQLSTATE: 42601
Description: The terminator fails to be specified in BINARY/FIXED mode.
Solution: Specify the terminator in a mode other than BINARY/FIXED.
GAUSS-01177: "cannot specify NULL in BINARY/FIXED mode"
SQLSTATE: 42601
Description: The null character fails to be specified in BINARY/FIXED mode.
Solution: Specify the null character in a mode other than BINARY/FIXED.
GAUSS-01178: "FORMATTER only can be specified in FIXED mode"
SQLSTATE: 42601
Description: The FORMATTER parameter is not specified in FIXED mode.
Solution: Specify the FORMATTER parameter in FIXED mode.
GAUSS-01179: "FORMATTER must be specified in FIXED mode"
SQLSTATE: 42601
Description: The FORMATTER parameter is not specified in FIXED mode.
Solution: Specify the FORMATTER parameter in FIXED mode.
GAUSS-01180: "FIX only can be specified in FIXED mode"
SQLSTATE: 42601
Description: FIX is specified in a mode other than FIXED.
Solution: Specify FIX only in FIXED mode.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.