GAUSS-01201 -- GAUSS-01210
GAUSS-01201: "can not specify EOL in BINARY mode"
SQLSTATE: 0A000
Description: The terminator fails to be specified in BINARY mode.
Solution: Use terminators in a mode other than BINARY.
GAUSS-01202: "FIX specification only available using COPY FROM or READ ONLY foreign table"
SQLSTATE: 42000
Description: The specified FIX is available only in COPY TO scenario or in foreign tables.
Solution: Use the specified FIX only in COPY TO scenario or in foreign tables.
GAUSS-01203: "FILEHEADER specification only available using HEAD"
SQLSTATE: 42601
Description: The file to read HEADER information from is specified, but whether this information is required is not specified.
Solution: Specify HEADER in the export statement or remove the name of the file to be read.
GAUSS-01204: "table '%s' does not have OIDs"
SQLSTATE: 42703
Description: The OID item is specified when data is imported, but there is no such OID column in the user table.
Solution: Ensure that the data to be imported has OIDs consistent with the user table definition. Delete the imported OID item or add an OID column to the user table.
GAUSS-01205: "COPY (SELECT) WITH OIDS is not supported"
SQLSTATE: 0A000
Description: COPY WITH OIDs is not supported.
Solution: Do not use COPY WITH OIDs.
GAUSS-01206: "unexpected rewrite result"
SQLSTATE: XX000
Description: Internal system error. The imported SQL statement is not rewritten as expected.
Solution: Runtime error. Contact technical support.
GAUSS-01207: "COPY (SELECT INTO) is not supported"
SQLSTATE: 0A000
Description: COPY SELECT INTO is not supported.
Solution: Do not use SELECT INTO in COPY.
GAUSS-01208: "FORCE QUOTE column '%s' not referenced by COPY"
SQLSTATE: 42P10
Description: In CSV COPY TO mode, quotation marks are not used for any non-null value in each specified column.
Description: In CSV COPY TO mode, use quotation marks for all non-null values in each specified column. Null values are not quoted.
GAUSS-01209: "FORCE NOT NULL column '%s' not referenced by COPY"
SQLSTATE: 42P10
Description: In CSV COPY FROM mode, the specified column cannot be empty.
Solution: In CSV COPY FROM mode, enter a value for the specified column.
GAUSS-01210: "could not close file '%s': %m"
SQLSTATE: XX000
Description: Failed to close the specified file.
Solution: Ensure that the specified file is not damaged or the permission is sufficient.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot