zy-kkk opened a new pull request, #39408:
URL: https://github.com/apache/doris/pull/39408

   pick (#39341)
   
   In previous versions, we used a method based on JDBC 4.2 to read data, so it 
was equivalent to abandoning support for ojdbc6. However, we recently found 
that a large number of users still use Oracle version 11g, which will have some 
unexpected compatibility issues when using ojdbc8 to connect. Therefore, I use 
version verification to make it compatible with both ojdbc6 and ojdbc8, so that 
good compatibility can be obtained through ojdbc6, and better reading 
efficiency can be obtained through ojdbc8.
   
   
   


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

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to