sequence problem with migration toolkit 1.0.18rc
Posted by: top gun
Date: September 13, 2005 10:54PM

Hi ,

I've been having problem with migration from oracle version Oracle9i Enterprise Edition Release 9.2.0.1.0 to MySQL version 4.1.14. After reverse engineering process I get this message
Fetch the number sequences of the schema STIMREF.
SELECT COUNT(*) AS NUM FROM ALL_SEQUENCES WHERE SEQUENCE_OWNER=?
Fetch 0 sequence(s) of the schema STIMREF.
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).

There are no sequences in the schema I'm trying to migrate.

Any help will be appreciated.

Thanks.

Options: ReplyQuote


Subject
Written By
Posted
sequence problem with migration toolkit 1.0.18rc
September 13, 2005 10:54PM


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.