You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/01/19 07:17:52 UTC

[GitHub] [dolphinscheduler] Skylar-Chen-1 commented on issue #8117: [Bug] [Datasource] Failed to execute connection test query (ORA-00923: requested FROM keyword not found

Skylar-Chen-1 commented on issue #8117:
URL: https://github.com/apache/dolphinscheduler/issues/8117#issuecomment-1016150932


   I got the problem: 
   my DataSource is setup with DS1.7.x  ,and the  datasource config string just like this:
   `{
     "database": "dg1",
     "password": "******",
     "address": "jdbc:oracle:thin:@//172.XXXX",
     "connectType": "ORACLE_SERVICE_NAME",
     "jdbcUrl": "jdbc:oracle:thin:@//172.XXXXXX:1521/dg1",
     "user": "XXX"
   }`


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org