Nguyen, Phong wrote:
> Good morning,
>
> I have scripts to create constraints, sequences, storage..., tables from
> ORACLE and I don't know if I can create them in MySQL?
>
You can try our Migration Toolkit which has pretty good support
for Oracle now...
http://www.mysql.com/products/migration-toolkit/
One of the ways I like to use it is to reverse engineer the Oracle
schema, and then have the MySQL schema definition script created for
further modification. Note we do not have support for sequences,
and its typical to just use AUTO_INCREMENT columns for these.
Regards,
Josh
--
Josh Chamas
Director, Professional Services
MySQL Inc., www.mysql.com
Get More with MySQL! www.mysql.com/consulting
| Thread |
|---|
| • ORACLE and Mysql: Create tables, constraints, swquences, storage...? | Phong Nguyen | 26 Jul |
| • Re: ORACLE and Mysql: Create tables, constraints, swquences, storage. ..? | Martijn Tonies | 26 Jul |
| • Re: ORACLE and Mysql: Create tables, constraints, swquences, storage...? | Josh Chamas | 26 Jul |
| • RE: ORACLE and Mysql: Create tables, constraints, swquences, storage. ..? | Edwin Cruz | 26 Jul |