1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ENGINE=FEDERATEDDEFAULT CHARSET=utf8CONNECTION=oraclemedsu
The error message suggests that there is a syntax error in your SQL query, specifically near line 2. Without the full SQL query, it is difficult to pinpoint the exact issue. However, based on the provided information, it seems that there might be an issue with the connection string or the values being passed to it.
Please make sure that you have provided the correct values for the connection string, such as the correct username, password, host, and database name. Also, ensure that you have the necessary privileges to access the Oracle database.
If you can provide the full SQL query, I can assist you further in identifying and resolving the syntax error
原文地址: https://www.cveoy.top/t/topic/ibFk 著作权归作者所有。请勿转载和采集!