I want to migrate my mysql databse to oracle. I have followed the migration demo from this url http://www.oracle.com/technetwork/database/migration/connect-step-mysql-194635
I had the same problem, this was solved changing the GRANT statement with...
GRANT ALL PRIVILEGES to {migration-name} identified by {migration-name};
just be aware to remove privileges after migration tasks.