Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BugFix: Fix unable to connect to oracle tenant. #10

Merged
merged 3 commits into from
Dec 10, 2024

Conversation

yuanoOo
Copy link
Member

@yuanoOo yuanoOo commented Nov 28, 2024

Summary

closes #9

Solution Description

Copy link
Member

@whhe whhe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There may be some users want to use OceanBase driver for MySQL mode of OceanBase, to the compatible mode should not be determined by the driver.

@yuanoOo
Copy link
Member Author

yuanoOo commented Dec 2, 2024

There may be some users want to use OceanBase driver for MySQL mode of OceanBase, to the compatible mode should not be determined by the driver.

I thought about it and decided to use url instead of the existing host and sql-port

  • Better integration with spark jdbc datasource
  • More convenient for users to set jdbc properties.

@yuanoOo
Copy link
Member Author

yuanoOo commented Dec 10, 2024

Also close #6 .

@whhe whhe merged commit 9402e77 into oceanbase:main Dec 10, 2024
8 checks passed
@yuanoOo yuanoOo deleted the fix-oracle branch January 6, 2025 02:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Failed to connect to Oracle tenant: Oracle tenant for current client driver is not supported
2 participants