The oracle and MySQL create syntax is not completely compabitable. You will
have to identify and correct the errors. 
For example text data type in MySQL may need to be either VARCHAR(N) or
CLOB.
...

-----Original Message-----
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: 4/28/04 11:37 PM
Subject: mysqldump

hi,
   i have a small table with one field that i created to test.i took a
backup 
of database using this stmt:

>mysqldump --user=   --password=   db> db.sql

now i am trying to run this sql file in oracle sqlplus and i am not able
to .

it doesnt create the table again and i get syntax errors.

How can i run this in Oracle???

liz

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:
http://lists.mysql.com/[EMAIL PROTECTED]

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to