Re: mysqldump question

2001-06-10 Thread pmetha
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]>

mysqldump question

2001-06-10 Thread pmetha
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

Need: DB Link from Oracle to MySQL

2001-04-11 Thread pmetha
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.