Changes for page JDBC2XML Usage
Last modified by christoph_lechleitner@iteg_at on 2013-10-08 03.37:51
From version 8.1
edited by christoph_lechleitner@iteg_at
on 2013-07-09 02.57:16
on 2013-07-09 02.57:16
Change comment:
Link to JDBC snippets
To version 2.1
edited by christoph_lechleitner@iteg_at
on 2012-08-03 06.12:17
on 2012-08-03 06.12:17
Change comment:
Examples of JDBC URLs, slight restructuring
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -8,7 +8,7 @@ 8 8 9 9 The following command overview only shows the absolut minimal number of options. 10 10 11 -Usually more options are needed, especially {{code language="none"}}--user{{/code}}, {{code language="none"}}--password{{/code}}, and (Linux only , see bottom) {{code language="none"}}--jdbc-drivers{{/code}}.11 +Usually more options are needed, especially {{code language="none"}}--user{{/code}}, {{code language="none"}}--password{{/code}}, and (Linux only) {{code language="none"}}--jdbc-drivers{{/code}}. 12 12 13 13 See far below for a full list of options, as well as examples for JDBC URLs. 14 14 ... ... @@ -60,14 +60,12 @@ 60 60 61 61 {{code language="none"}} 62 62 # MySQL 63 -jdbc:mysql://localhost:3306/MYDATABASE ?useCursorFetch=true63 +jdbc:mysql://localhost:3306/MYDATABASE 64 64 65 65 # MSSQL 66 66 jdbc:sqlserver://localhost:1433;databaseName=MYDATABASE; 67 67 {{/code}} 68 68 69 -The use of cursor fetching in mysql is highly recommended in order to circumvent java heap space exceptions while dumping the content of large tables. 70 - 71 71 == {{id name="JDBC2XMLUsage-Fulllistofoptions"/}}Full list of options == 72 72 73 73 ==== {{id name="JDBC2XMLUsage-Databaseaccess"/}}Database access ==== ... ... @@ -254,14 +254,3 @@ 254 254 {{code language="none"}} 255 255 --debug-startup 256 256 {{/code}} 257 - 258 -=== {{id name="JDBC2XMLUsage-Driverpackagesandpaths,andotherBackendspecifictips"/}}Driver packages and paths, and other Backend specific tips === 259 - 260 -See 261 - 262 -(% style="list-style-type: square;" %) 263 -* [[MySQL Tips>>doc:JDBC2XML.JDBC2XML Usage.MySQL Tips.WebHome]] 264 -* [[doc:JDBC2XML.JDBC2XML Usage.MSSQL Tips.WebHome]] 265 -* [[doc:KH.Database Tips.JDBC Snippets.WebHome]] with common JDBC URL examples 266 - 267 -
- Confluence.Code.ConfluencePageClass[0]
-
- Id
-
... ... @@ -1,1 +1,1 @@ 1 -6568 961 +656884 - URL
-
... ... @@ -1,1 +1,1 @@ 1 -https://clazzes.atlassian.net/wiki/spaces/JDBC2XML/pages/6568 96/JDBC2XML Usage1 +https://clazzes.atlassian.net/wiki/spaces/JDBC2XML/pages/656884/JDBC2XML Usage