zy-kkk opened a new pull request, #39341:
URL: https://github.com/apache/doris/pull/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: [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]

Reply via email to