Checking Whether the Source Database Schema Name Is Valid
PostgreSQL
Check Item |
Whether the source database schema name is valid |
---|---|
Description |
The source database schema name cannot contain single quotation marks ('), double quotation marks ("), and periods (.). Ensure that the source database schema name does not contain invalid characters. Otherwise, the synchronization task fails. |
Failure Cause and Handling Suggestion |
Failure cause: The source database schema names contain unsupported characters. Handling suggestion: Run the following command to change the source database schema names that contain unsupported characters: alter schema old_name rename to new_name; |
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