Re: select 10000 rows from Oracle in shortest way



On 23 Jan 2006 02:27:08 -0800, "dok" <dok@xxxxxxxxxxx> wrote, quoted
or indirectly quoted someone who said :

>Looking for a good desicions for trasfering more than 10000 rows from
>oracle to mysql using only jdbc. Connect is mostly slow about 1 row in
>a second, rights on oracle are just for select, update, insert
>operations. I think if I can devide 10000 rows in 10 parts and transfer
>them in concurent threads and connections. Any suggestion can help me
>to solve this problem.

import/export tends to be much faster than spoon feeding a row at a
time. Databases tend to turn off the transaction backout logic on
import.

--
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
.



Relevant Pages

  • Re: How to query a Date Column in SQL
    ... > I am in the process of refactoring a Java application which uses JDBC ... > to talk to Oracle and MySQL. ... > field that was represented in the database as a text field, ... MySQL JDBC drivers will support the escape sequence. ...
    (comp.lang.java.databases)
  • Re: select 10000 rows from Oracle in shortest way
    ... oracle to mysql using only jdbc. ... Connect is mostly slow about 1 row in a second, rights on oracle are just for select, update, insert operations. ...
    (comp.lang.java.databases)
  • select 10000 rows from Oracle in shortest way
    ... Looking for a good desicions for trasfering more than 10000 rows from ... oracle to mysql using only jdbc. ...
    (comp.lang.java.databases)
  • Re: OT: How I learned to stop worrying and love the RDBMS
    ... not used either to replace TurboIMAGE for a migration client. ... Oracle and DB2 to replace TurboIMAGE for migration clients and our partners ... MySQL has become. ... The primary reason for our Oracle, DB2 and MS SQL Server emphasis is because ...
    (comp.sys.hp.mpe)
  • Re: MySQLdb slow on MySQL 5
    ... Oracle bought a small Finnish ... company which developed the transaction-aware table- ... backend for MySQL. ... It's one thing if Oracle fails to comply to all standards, ...
    (comp.lang.python)