MySQL Forums
Forum List  »  Oracle

maintaining uppercase tables and column names
Posted by: Paul Hussein
Date: March 26, 2007 02:02AM

Hi,

I am trying to migrate from oracle 8 to MYSQL 5 using the migration toolkit.
When I use the kit all table names and identifiers are transformed to lowercase, which kills my software as all the queries have uppercase table names and identifiers to match oracle.

I have edited migrateidentifiers in MigrationOracle.java to remove name.toLoweCase(), but it still generated lowercase table names.

How can I change this?


Thanks

Paul.

Options: ReplyQuote


Subject
Views
Written By
Posted
maintaining uppercase tables and column names
18294
March 26, 2007 02:02AM


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.