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

[Task]: improve Oracle database connection docs #2791

Closed
bamaer opened this issue Mar 30, 2023 · 0 comments
Closed

[Task]: improve Oracle database connection docs #2791

bamaer opened this issue Mar 30, 2023 · 0 comments
Assignees
Milestone

Comments

@bamaer
Copy link
Contributor

bamaer commented Mar 30, 2023

What needs to happen?

https://chat.project-hop.org/hop/pl/7r5ar8dyjiboudcuh5srzqt61y

@nadment: There are 3 ways to setup a connection for oracle in Hop.

If you have a SID, to use this (old) format: jdbc:oracle:thin:@hostname:PORT:SID
Put the SID as is in the database name

If you have a service name, use this (newer) format: jdbc:oracle:thin:@//HOSTNAME:PORT/SERVICENAME
Put the service name with '/' prefix in the database name

If you want to use TNS format: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=host) (PORT=port)) (CONNECT_DATA=(SERVICE_NAME=service_name))
Put the TNS description in the database name and leave the hostname empty as well as the port.

Issue Priority

Priority: 2

Issue Component

Component: Database, Component: Documentation

@bamaer bamaer self-assigned this Mar 31, 2023
@hansva hansva closed this as completed in a866dd0 Mar 31, 2023
hansva added a commit that referenced this issue Mar 31, 2023
added different ways of creating an oracle connection. fixes #2791
@hansva hansva added this to the 2.5 milestone Apr 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants