Oracle (8i) から作成された .dmp ファイルを MySql データベースにインポートできますか? mysql ワークベンチを使用してダンプ ファイルを直接インポートしようとしましたが、以下で言及するいくつかのエラーが表示されます。
Creating schema newschema
10:49:15 Restoring G:\dmp\pass.dmp
Running: mysql.exe --defaults-extra-file="c:\users\acer\appdata\local\temp\tmpliqb6y.cnf" --host=localhost --user=root --port=3306 --default-character-set=utf8 --comments --database=newschema < "G:\\dmp\\xyz.dmp"
ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '
これを解決する方法は?