I am very new to Oracle. I have an AWS instance setup and can connect to it with SQL Developer. I've successfully created a Migration Repository and can use the Migration Wizard to attempt to migrate from a local SQL instance (connected via JDBC driver). The migration claims to have worked successfully. However, after migration none of the tables are visible in my Oracle instance. I think there must be something obvious I'm missing, but can't seem to get past this. If I manually copy the tables (right click on the tables in the SQL connection), that works fine, but obviously does not migrate constraints, etc.
Thanks for any tips.