
# Oracle数据库迁移到目标库，数据库结构有什么变化？
- Oracle 的 Schema 将对应成 PostgreSQL 的 Schema。
- Oracle 的 Schema 将对应成 MySQL 的 database。
 
