MySQL Forums
Forum List  »  Oracle

Re: porting data from oracle to mysql
Posted by: manish singh
Date: November 21, 2004 10:05PM

ok
so ill make some minor changes

i havent tried LOAD DATA INFILE. i will have to see what warnings and error messages
does this command throw during a process.
so instead of creating a file with insert statements , ill create just a csv or a tab delimited data file from oracle and load it using the above command right?

Josh , the data type conversion i was talking about was something of this sort
for instance consider the date field. in my oracle tables the dates are of the format
mm/dd/yyyy. now mysql has a format yyyy-mm-dd. now if i get the oracle data
as it is and load into mysql, it shows 0000-00-00 so i did to_char and transformed
the date into mysql format within quotes like '2002-11-11' and loaded into mysql
and it worked fine.

so instead of me transforming the particular data type is there anything in mysql that ca be used?

Options: ReplyQuote


Subject
Views
Written By
Posted
17110
October 25, 2004 12:26AM
13436
November 16, 2004 06:54PM
45063
November 16, 2004 09:47PM
14471
November 17, 2004 09:54PM
10627
November 17, 2004 11:36PM
Re: porting data from oracle to mysql
8370
November 21, 2004 10:05PM
13982
November 22, 2004 04:18PM
6731
November 23, 2004 12:29AM
6238
November 23, 2004 01:07PM
5807
November 23, 2004 11:39PM
6181
November 24, 2004 12:06AM
5204
November 24, 2004 02:10AM
6416
November 24, 2004 03:36AM
4574
November 24, 2004 04:43AM
5022
November 24, 2004 03:49PM
5071
November 25, 2004 01:52AM
5153
January 13, 2005 01:42AM
7710
September 05, 2007 10:18AM
8417
January 14, 2008 02:38PM
6870
February 09, 2005 01:22AM
6287
February 10, 2005 05:18PM
6501
March 14, 2007 03:02AM
6103
February 06, 2009 02:07PM


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.