I am on 3.27.37. My mysqldump looks something like this:
mysqldump -T
/data/home/pmehta/mysql --no-create-info --fields-enclosed-by='"' --fields-t
erminated-by=',' --opt mydb MyTable
- Original Message -
From: "Ed Carp" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Hello MySQLers:
Is there a way that I can make mysqldump output a row in a single line ?
The line is fairly long, and wraps to something like 20 lines or so,
due to one column that is a clob. Total there are 67K records.
I am trying to output mysqldump and then import into Oracle using
SQLLoade
Hello all:
I need to create a db link type structure within Oracle 817 EE
to connect to MySQL so that I can read mySQL tables.
Can any kind person point me in the direction of how to do this
if it is possible at all.
PM.