nadment commented on issue #5954:
URL: https://github.com/apache/hop/issues/5954#issuecomment-3492960764
For the first problem, the documentation explains whether you have a SID or
a ServiceName. If this is not clear, we need to improve the explanation in the
documentation.
```
There are 4 ways to create a connection to an Oracle database in Apache Hop:
If you have a SID, use this (old) format:
jdbc:oracle:thin:@hostname:PORT:SID.
Put the SID with : prefix 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
...
```
--
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]