Changes for page JDBC2XML Usage

Last modified by christoph_lechleitner@iteg_at on 2013-10-08 03.37:51

From version 7.1
edited by christoph_lechleitner@iteg_at
on 2013-02-08 03.13:48
Change comment: Refactored mysql and mssql tips in sub pages
To version 3.1
edited by christoph_lechleitner@iteg_at
on 2012-08-06 10.41:57
Change comment: debian package and driver path mysql

Summary

Details

Page properties
Content
... ... @@ -60,14 +60,12 @@
60 60  
61 61  {{code language="none"}}
62 62  # MySQL
63 -jdbc:mysql://localhost:3306/MYDATABASE?useCursorFetch=true
63 +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 ====
... ... @@ -255,12 +255,16 @@
255 255  --debug-startup
256 256  {{/code}}
257 257  
258 -=== {{id name="JDBC2XMLUsage-Driverpackagesandpaths,andotherBackendspecifictips"/}}Driver packages and paths, and other Backend specific tips ===
256 +=== {{id name="JDBC2XMLUsage-Driverpackagesandpaths"/}}Driver packages and paths ===
259 259  
260 -See
258 +====== {{id name="JDBC2XMLUsage-MySQL-Driver"/}}MySQL-Driver ======
261 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]]
260 +{{code language="none"}}
261 +apt-get install libmysql-java
262
263 +jdbc2xml ... --jdbc-drivers /usr/share/java/mysql-connector-java.jar
264 +{{/code}}
265 265  
266 +TBC.
267 +
266 266  
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -656795
1 +656818
URL
... ... @@ -1,1 +1,1 @@
1 -https://clazzes.atlassian.net/wiki/spaces/JDBC2XML/pages/656795/JDBC2XML Usage
1 +https://clazzes.atlassian.net/wiki/spaces/JDBC2XML/pages/656818/JDBC2XML Usage