MySQL Forums
Forum List  »  Oracle

Re: porting data from oracle to mysql
Posted by: manish singh
Date: November 23, 2004 12:29AM

i tried the LOAD DATA INFILE command and got the following:

first i dumped the oracle table data into a text file
the fields are separated by space and line by new line( output of a simple select *)

now i do this from the mysql prompt

mysql> load data local infile 'd:/manish/spooled_files/test.txt' into
-> table tms_compliance_trend
-> fields terminated by ' '
-> lines terminated by '\r';

and got thie result
Query OK, 3338 rows affected (0.27 sec)
Records: 3338 Deleted: 0 Skipped: 0 Warnings: 3578

now how can i see what these warnings are?

Options: ReplyQuote


Subject
Views
Written By
Posted
17230
October 25, 2004 12:26AM
13485
November 16, 2004 06:54PM
45139
November 16, 2004 09:47PM
14517
November 17, 2004 09:54PM
10689
November 17, 2004 11:36PM
8406
November 21, 2004 10:05PM
14026
November 22, 2004 04:18PM
Re: porting data from oracle to mysql
6779
November 23, 2004 12:29AM
6281
November 23, 2004 01:07PM
5841
November 23, 2004 11:39PM
6227
November 24, 2004 12:06AM
5255
November 24, 2004 02:10AM
6450
November 24, 2004 03:36AM
4620
November 24, 2004 04:43AM
5058
November 24, 2004 03:49PM
5114
November 25, 2004 01:52AM
5200
January 13, 2005 01:42AM
7759
September 05, 2007 10:18AM
8469
January 14, 2008 02:38PM
6912
February 09, 2005 01:22AM
6322
February 10, 2005 05:18PM
6544
March 14, 2007 03:02AM
6171
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.