I am trying to migrate from Oracle 19c to SQL Server 2019, however I need a comparison report for the migration of scripts so that I can see the changes and maybe modify in my SQL Server schema also. My Oracle database has over a 1000 tables and I want to migrate only the table schema, not the data, the data migration is done separately.
Any help would be appreciated.