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 2d40414 Doc Oracle TIP
new e399995 Merge pull request #1290 from nadment/master
2d40414 is described below
commit 2d40414dc9aa8923b58f24fc29902fd83d63ec37
Author: Nicolas Adment <[email protected]>
AuthorDate: Tue Jan 25 21:52:57 2022 +0100
Doc Oracle TIP
---
docs/hop-user-manual/modules/ROOT/pages/database/databases/oracle.adoc | 3 +++
1 file changed, 3 insertions(+)
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 efb073a..3d2cf1a 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
@@ -30,3 +30,6 @@ under the License.
|Documentation |
https://docs.oracle.com/cd/E11882_01/java.112/e16548/toc.htm[Documentation Link]
|JDBC Url | jdbc:oracle:thin:@hostname:port Number:databaseName
|===
+
+TIP: Starting with Oracle Database 11g Release 1 (11.1), data type "Date" will
be mapped to "Timestamp" by default.
+Set JDBC property oracle.jdbc.mapDateToTimestamp=false to avoid data type
"Date" being converted to data type "Timestamp".