You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "mrinalsharma (via GitHub)" <gi...@apache.org> on 2023/04/12 14:15:42 UTC

[GitHub] [camel-kamelets] mrinalsharma opened a new issue, #1443: oracle-database-source.kamelet doesn't create the correct JDBC connection String

mrinalsharma opened a new issue, #1443:
URL: https://github.com/apache/camel-kamelets/issues/1443

   Current value is 
   ```
   value: 'jdbc:oracle:thin://{{serverName}}:{{serverPort}}/{{databaseName}}'
   ```
   
   Expected value is
   
   ```
   value: 'jdbc:oracle:thin:@{{serverName}}:{{serverPort}}/{{databaseName}}'
   ```
   
   Review https://docs.oracle.com/database/121/JJDBC/urls.htm#JJDBC08200 for details
   
    


-- 
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@camel.apache.org.apache.org

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


[GitHub] [camel-kamelets] mrinalsharma closed issue #1443: oracle-database-source.kamelet doesn't create the correct JDBC connection String

Posted by "mrinalsharma (via GitHub)" <gi...@apache.org>.
mrinalsharma closed issue #1443: oracle-database-source.kamelet doesn't create the correct JDBC connection String 
URL: https://github.com/apache/camel-kamelets/issues/1443


-- 
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@camel.apache.org

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


[GitHub] [camel-kamelets] mrinalsharma commented on issue #1443: oracle-database-source.kamelet doesn't create the correct JDBC connection String

Posted by "mrinalsharma (via GitHub)" <gi...@apache.org>.
mrinalsharma commented on issue #1443:
URL: https://github.com/apache/camel-kamelets/issues/1443#issuecomment-1505412103

   https://github.com/apache/camel-kamelets/pull/1442


-- 
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@camel.apache.org

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