MySQL Forums
Forum List  »  Oracle

Re: export data
Posted by: Garry New
Date: January 09, 2007 07:42PM

I am confused What do you mean by metadata? tables definition? or data itself.
if tables definition, then you need to use mysql syntax to create tables/contraints .. etc.
if you mean actual data tah tcould be imported, then it is not called meta-data

I just recommended some tool fastreader for fast Oracle data migration to mysql:
http://forums.mysql.com/read.php?61,129757,134147#msg-134147

We use it for a while. Fastreader allows to configure any multi-character values for column separator or row terminator, etc. even non-printable characters supported. Pretty handy when data is free text and can contain delimiter value which causing import to fail.

Hope it helps


max dix Wrote:
-------------------------------------------------------
> Hi, i have a simply strong question:
> i want to export metadata from oracle to text file
> and use import command to load data to mysql.
> the migration toolkit doen't work in my case.
> the problem is that i need to decide fields
> teminated and and row terminaterd not as simple
> one caracter but more, exemple
> fields terminaterd @@@@
> row terminated ####
>
> when i used sybase there is a funcioon that is
> called bcp that u can export metadata in text
> file, but in oracle 9i, i don't know how i can
> do.
>
> thank s a lot

Options: ReplyQuote


Subject
Views
Written By
Posted
4947
October 23, 2006 06:23AM
2426
November 21, 2006 06:29PM
2451
December 04, 2006 02:11PM
Re: export data
2987
January 09, 2007 07:42PM


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.