Bug #32660 | MySQL Migration Toolkit hangs when Fetch PK from Oracle | ||
---|---|---|---|
Submitted: | 23 Nov 2007 14:42 | Modified: | 21 Oct 2008 15:48 |
Reporter: | Mats Johansson | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Migration Toolkit | Severity: | S2 (Serious) |
Version: | 1.1.12 | OS: | Windows |
Assigned to: | CPU Architecture: | Any |
[23 Nov 2007 14:42]
Mats Johansson
[25 Nov 2007 15:21]
Valeriy Kravchuk
Thank you for a problem report. Please, specify the exact version of JDBC driver used. Send also the results of "hanging" statement for the schema you are trying to migrate, like this: SQL> SELECT c.table_name, i.column_name 2 FROM all_constraints c, all_tables t, all_ind_columns i 3 WHERE c.owner = 'SCOTT' 4 AND t.owner = c.owner 5 AND c.table_name = t.table_name 6 AND c.constraint_type = 'P' 7 AND c.index_name = i.index_name 8 AND i.table_owner = c.owner 9 AND i.table_name = c.table_name 10 ORDER BY c.table_name; TABLE_NAME ------------------------------ COLUMN_NAME -------------------------------------------------------------------------------- TR REF_NO SQL> show release release 1002000100
[5 Dec 2007 16:41]
Tino Curti
I confirm the issue in the 1.1.12 MySQL MT with Oracle 9.2. Finally, I verified this select works fine: SELECT i.table_name, i.column_name FROM (SELECT table_owner, table_name, column_name FROM all_ind_columns WHERE table_owner = 'XXXX') i, all_constraints c, all_tables t WHERE c.owner = i.table_owner AND c.constraint_type = 'P' AND c.table_name = i.table_name AND t.table_name = c.table_name AND t.owner = c.owner ORDER BY 1,2
[26 Dec 2007 0:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".
[3 Jan 2008 9:10]
Tino Curti
Simply, using the migration toolkit tool 1.1.12 to migrate from Oracle 9.2 to MySQL 5.1, during the reverse engineering the process hangs during fetch of Primary Keys. Please report the status to 'open' (I don't know how to do this) and feedback me if you need other info. I suggest you the problem is probably a wrong select (see my previous comment). Bye and goodyear !!
[18 Jan 2008 9:59]
Tino Curti
I'm sorry, but I cannot change the bug status.... Someone can help me ???
[21 Oct 2008 15:48]
Valeriy Kravchuk
Duplicate of Bug #34117. Still happens with 1.1.13.