Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Migration to MySQL

Re: Migration to MySQL

From: hpuxrac <johnbhurley_at_sbcglobal.net>
Date: 16 Mar 2007 12:11:29 -0700
Message-ID: <1174072289.848646.95900@l75g2000hse.googlegroups.com>


On Mar 16, 2:41 pm, "nendee" <krish.dasgu..._at_gmail.com> wrote:
> We've been trying to convert a MySQL database to Oracle. As it
> stands, the Oracle Migration Workbench is a complete no starter - some
> of the data columns aren't converted correctly, etc.
>
> So, we created a "safe" version of the DDL and would like to create
> control files directly from this DDL. Does anyone know if this is
> possible?

I don't know exactly what you are trying to ask.

Control files are part of the oracle database architecture.

They don't have a clear relationship to creating DDL ( create table, create index etc ) for moving applications into oracle.

You put DDL commands into a "sql" file ( aka "my_oracle_scheme_definitions.sql" ) and have them executed by sqlplus ... is this what you are asking about? Received on Fri Mar 16 2007 - 14:11:29 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US