This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 47ae0a139c [DOCS] Updated Oracle driver's documentation by adding a 
missing detail
     new 4c35db590a Merge pull request #3449 from sramazzina/DOC
47ae0a139c is described below

commit 47ae0a139cc8f8350cc8c6c8bcf4d511a30a0dd2
Author: sramazzina <[email protected]>
AuthorDate: Wed Nov 22 23:32:52 2023 +0100

    [DOCS] Updated Oracle driver's documentation by adding a missing detail
---
 docs/hop-user-manual/modules/ROOT/pages/database/databases/oracle.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/docs/hop-user-manual/modules/ROOT/pages/database/databases/oracle.adoc 
b/docs/hop-user-manual/modules/ROOT/pages/database/databases/oracle.adoc
index 35c9176693..a3fa19f93b 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/database/databases/oracle.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/database/databases/oracle.adoc
@@ -40,7 +40,7 @@ Set JDBC property oracle.jdbc.mapDateToTimestamp=false to 
avoid data type "Date"
 There are 3 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 as is in the database name
+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

Reply via email to