HCK-16220: Fix Oracle TNS/mTLS connections and RE error handling#252
Merged
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
Gate wallet usage on explicit mTLS while preserving legacy TNS profiles, normalize connect strings, pre-check DNS for unusable Azure hostnames, and propagate connection failures instead of empty schema lists. Co-authored-by: Cursor <cursoragent@cursor.com>
Extract TNS, wallet, SSH, and connect-string helpers so connect stays within Sonar limits. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Move tnsnames resolution, mTLS checks, and connect-string setup into focused modules without behavior changes. Co-authored-by: Cursor <cursoragent@cursor.com>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Jira: https://hackolade.atlassian.net/browse/HCK-16220
Technical doc: https://app.gitbook.com/o/HBtg1gLTy0nw4NaX0MaV/s/k3cNzEeXGnIxGNnOQdDa/targets/rdbms/oracle/oracle-connection-modes
Content
Fixes Oracle connection behavior for TNS, Cloud Wallet, and Basic profiles, and improves reverse-engineering error reporting when a connection fails.
mutualTLSorwalletPasswordkeep working with atnsnames.oradirectory or file path.tnsnames.oradata so address/service fields resolve reliably.255.255.255.255) fail with a clear message instead ofNJS-503to a misleading IP.Jira: HCK-16220