Bug #18082 ReverseEngineeringOracle.reverseEngineer
Submitted: 8 Mar 2006 17:47 Modified: 9 Mar 2006 12:00
Reporter: rute alves Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Migration Toolkit Severity:S3 (Non-critical)
Version:1.0.8 OS:Windows (XP)
Assigned to: CPU Architecture:Any

[8 Mar 2006 17:47] rute alves
Description:
Stored procedures fetched.
Fetch the number sequences of the schema XXX.
SELECT COUNT(*) AS NUM FROM ALL_SEQUENCES WHERE SEQUENCE_OWNER=?
Fetch 41 sequence(s) of the schema XXX.
SELECT SEQUENCE_NAME, MIN_VALUE,  MAX_VALUE, INCREMENT_BY, CYCLE_FLAG, ORDER_FLAG,  CACHE_SIZE, LAST_NUMBER FROM ALL_SEQUENCES WHERE SEQUENCE_OWNER=?
The schema could not be reverse engineered (error: 10008).
ReverseEngineeringOracle.reverseEngineer :

I'm trying to import from Oracle 9 to MySql 4.1.9

And i can never passe this fase reverse engineering.

How to repeat:
Just import data from Oracle 9 to mySql 4.1.9

The Oracle is in a server and i'm trying to import to my computer that as the mySql 4.1.9
[9 Mar 2006 12:00] Valeriy Kravchuk
Thank you for a problem report. Looks like a duplicate of bug #12944, really.