StrikrSystemsLLP investigated various freeware tools for migrating databases ranging in size from 10Mb to 80Gb from Oracle to PostgreSQL and MariaDB. The goal was to migrate the schema, tablespace, table, view, index and some constraints with high fidelity. CSV dumps of data from Oracle were successful. Tables, views and partial indexes were migrated but stored procedures and user-defined functions did not migrate. Challenges included different data type storage sizes and encoding between databases. After customizations, schema, tables, views and partial indexes were successfully migrated but stored procedures and functions require parsing SQL grammar and object representations. Going forward it is recommended to use PostgreSQL for new projects, refactor existing applications before migration, and