Hi everybody,
I'm currently working on some database migration from MySQL to Oracle vendors.
I have to migrate ddl, data and also some metadata about tables. It is especially important to migrate comments about tables (stored in table status), because it is used as some kind of self-documentation of the database on user’s machines.
So, I'm wondering is it possible to somehow extract that metadata with liquibase from MySQL and import it to Oracle.
Thanks!