Skip to content

feat(plugin-oracle): add SID connection option#1431

Merged
datlechin merged 1 commit into
mainfrom
feat/oracle-sid
May 27, 2026
Merged

feat(plugin-oracle): add SID connection option#1431
datlechin merged 1 commit into
mainfrom
feat/oracle-sid

Conversation

@datlechin
Copy link
Copy Markdown
Member

Follow-up to #1425. Oracle connections can now connect by SID, not just service name. DataGrip and older 11g setups commonly use SID (jdbc:oracle:thin:@host:port:SID), so imported connections that used a SID previously had no way to connect.

Changes

  • New Connection Type dropdown (Service Name / SID, defaults to Service Name) in the Oracle connection form. The Service Name and SID fields show based on the selection.
  • The driver passes .sid(...) or .serviceName(...) to OracleNIO accordingly. Validated against a live Oracle 11.2.0.2 XE instance using its SID.

Compatibility

Existing connections default to Service Name, so they are unaffected. The connection-type field falls back to its default for connections saved before this change.

@datlechin datlechin merged commit 68da672 into main May 27, 2026
2 checks passed
@datlechin datlechin deleted the feat/oracle-sid branch May 27, 2026 11:21
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.

1 participant