lovekamm opened a new issue, #48484: URL: https://github.com/apache/doris/issues/48484
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 3.0.3 ### What's Wrong? when i use the sql: `CREATE CATALOG jdbcORACLE PROPERTIES ( "type"="jdbc", "user"="dms@drpc#rcobc05", "password"="dms#2024", "jdbc_url" = "jdbc:oceanbase://10.1.143.5:3306/dmshtest?useUnicode=true&characterEncoding=utf-8&pool=false&allowMultiQueries=true", "driver_class" = "com.oceanbase.jdbc.Driver", "driver_url" = "file:///middleware/doris/jdbc_drivers/oceanbase-client-2.4.13.jar" );` doris reports wrong the log shows: **ERROR 1105 (HY000): Unexpected exception: Catalog `jdbcORACLE` can not connect to jdbc due to error: (conn=10149) OBE-00900: You have an error in your SQL syntax; check the manual that corresponds to your OceanBase version for the right syntax to use near '1' at line 1 | Caused by: OBE-00900: You have an error in your SQL syntax; check the manual that corresponds to your OceanBase version for the right syntax to use near '1' at line 1 | Caused by: OBE-00900: You have an error in your SQL syntax; check the manual that correspo** my oceanbase version is:4.3.5 , use oracle model ### What You Expected? can anyone help me solve this problem ### How to Reproduce? because this oceanbase is deploy on local host,so can not reproduce hereļ¼but i can connect to oceanbase by using oceanbase driver throw java code ### Anything Else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
