You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/08/25 15:28:03 UTC

[GitHub] [shardingsphere] powerbear1994 opened a new issue, #20529: About TNS in OracleDataSourceMetaData Class

powerbear1994 opened a new issue, #20529:
URL: https://github.com/apache/shardingsphere/issues/20529

   private final Pattern connectDescriptorUrlPattern = Pattern.compile("jdbc:oracle:(thin|oci|kprb):@[(\\w\\s=)]+HOST\\s*=\\s*([\\w\\-\\.]+).*PORT\\s*=\\s(\\d+).*SERVICE_NAME\\s*=\\s*(\\w+)\\)");
   
   i think it should be 
   
   private final Pattern connectDescriptorUrlPattern = Pattern.compile("jdbc:oracle:(thin|oci|kprb):@[(\\w\\s=)]+HOST\\s*=\\s*([\\w\\-\\.]+).*PORT\\s*=\\s*(\\d+).*SERVICE_NAME\\s*=\\s*(\\w+)\\)");
   
   forget a * after "PORT\\s*=\\s"


-- 
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: notifications-unsubscribe@shardingsphere.apache.org.apache.org

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


[GitHub] [shardingsphere] terrymanu closed issue #20529: About TNS in OracleDataSourceMetaData Class

Posted by GitBox <gi...@apache.org>.
terrymanu closed issue #20529: About TNS in OracleDataSourceMetaData Class
URL: https://github.com/apache/shardingsphere/issues/20529


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

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


[GitHub] [shardingsphere] TeslaCN commented on issue #20529: About TNS in OracleDataSourceMetaData Class

Posted by GitBox <gi...@apache.org>.
TeslaCN commented on issue #20529:
URL: https://github.com/apache/shardingsphere/issues/20529#issuecomment-1227986326

   Hi @powerbear1994 
   Are you interested in fixing this issue?


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

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


[GitHub] [shardingsphere] abhinav-koppula commented on issue #20529: About TNS in OracleDataSourceMetaData Class

Posted by GitBox <gi...@apache.org>.
abhinav-koppula commented on issue #20529:
URL: https://github.com/apache/shardingsphere/issues/20529#issuecomment-1233336905

   @TeslaCN - I have created a PR https://github.com/apache/shardingsphere/pull/20701.
   Does it fix the issue?


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

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