How to Create a Migration Repository in Oracle SQL Developer

preview_player
Показать описание
This demo will show how to create a migration repository in Oracle SQL Developer. The migration repository is a database schema that stores the meta data collected and transformed in the migration process.

Copyright © 2013 Oracle and/or its affiliates. Oracle® is a registered trademark of Oracle and/or its affiliates. All rights reserved. Oracle disclaims any warranties or representations as to the accuracy or completeness of this recording, demonstration, and/or written materials (the "Materials"). The Materials are provided "as is" without any warranty of any kind, either express or implied, including without limitation warranties of merchantability, fitness for a particular purpose, and non-infringement.
Рекомендации по теме
Комментарии
Автор

This instruction requires an update for Oracle 11g. Schema creation statement must be:
grant connect, resource, create session, create view, create materialized view to migration_repo identified by migration_repo;

ViktorGrekov
Автор

what was that password? I'm not even sure why I need to create a repository inorder to migrate. I thought this was a translation between MySQL and Oracle

charleshaines
join shbcf.ru