Bug #74951 Am trying to migrate table from oracle to mysql using Mysql workbench
Submitted: 21 Nov 2014 6:43 Modified: 21 Nov 2014 11:42
Reporter: Saeed meethal Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Workbench Severity:S2 (Serious)
Version:6.1.7 OS:Windows (Microsoft Windows 7 Enterprise Edition Service Pack 1 build 7601, 64-bit)
Assigned to: CPU Architecture:Any
Tags: WBBugReporter

[21 Nov 2014 6:43] Saeed meethal
Description:
----[For better reports, please attach the log file after submitting. You can find it in C:\Users\meethals\AppData\Roaming\MySQL\Workbench/log/wb.log]

Opening ODBC connection to DSN=google_cloud...
Connected
- Fetching catalog names...
- Fetching schema names...
- Fetching schema names from None...

Traceback (most recent call last):
  File "C:\Program Files (x86)\MySQL\MySQL Workbench 6.1 CE\workbench\wizard_progress_page_widget.py", line 192, in thread_work
    self.func()
  File "C:\Program Files (x86)\MySQL\MySQL Workbench 6.1 CE\modules\migration_source_selection.py", line 439, in task_fetch_schemata
    self.main.plan.migrationSource.doFetchSchemaNames(only_these_catalogs)
  File "C:\Program Files (x86)\MySQL\MySQL Workbench 6.1 CE\modules\migration.py", line 255, in doFetchSchemaNames
    self.state.sourceSchemataNames.append("%s.%s" % (self._db_module.quoteIdentifier(catalog), self._db_module.quoteIdentifier(schema)))
TypeError: DbGenericRE.quoteIdentifier(): argument 1 must be a string but is None
ERROR: Retrieve schema list from source: DbGenericRE.quoteIdentifier(): argument 1 must be a string but is None
Failed

How to repeat:
we will try again migartion
[21 Nov 2014 6:46] Saeed meethal
workbench log file

Attachment: wb.log (application/octet-stream, text), 7.85 KiB.

[21 Nov 2014 11:42] MySQL Verification Team
Thank you for the bug report. Duplicate of http://bugs.mysql.com/bug.php?id=66609.