Re: It hang on "Bulk Data Transfer"
Posted by: Michael G. Zinner
Date: September 01, 2005 07:24AM

Hi.

Can you click the [Advanced >>] button during the Data Bulk transfer and post the log here? It should look something like

Starting online data bulk transfer ...
Initializing source JDBC driver ...
Initializing JDBC driver ...
Driver class Oracle Thin JDBC Driver using SID
Opening connection ...
Connection jdbc:oracle:thin:system/manager@nt40a:1521:Orcl8
Initializing target JDBC driver ...
Initializing JDBC driver ...
Driver class MySQL JDBC Driver 3.1
Opening connection ...
Connection jdbc:mysql://Localhost:3309/?user=root&password=root&useServerPrepStmts=false
Processing schema SCOTT ...
Getting the number of rows of table ACCOUNT
SELECT count(*) AS num FROM "SCOTT"."ACCOUNT"
Transfering data from table ACCOUNT
SELECT "BALANCE", "ACCOUNTNO" FROM "SCOTT"."ACCOUNT"
Getting the number of rows of table BONUS
SELECT count(*) AS num FROM "SCOTT"."BONUS"
Transfering data from table BONUS
SELECT "ENAME", "JOB", "SAL", "COMM" FROM "SCOTT"."BONUS"
Getting the number of rows of table DEPT
...


Mike

Michael Zinner, Team Lead, Developer Tools
MySQL AB, www.mysql.com

Are you MySQL certified? www.mysql.com/certification

Options: ReplyQuote


Subject
Written By
Posted
Re: It hang on "Bulk Data Transfer"
September 01, 2005 07:24AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.