sql error on script execution. try deleting repository before creating repository

后端 未结 1 1275
春和景丽
春和景丽 2021-01-01 20:52

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

相关标签:
1条回答
  • 2021-01-01 21:27

    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.

    0 讨论(0)
提交回复
热议问题