Can some one suggest Key points & Best practices to consider while migrating from Oracle in house Database to mysql Cloud database.
Basically i need to list the check points for migration of on premise environment to cloud environment specifically for database where it needs to be move to mysql from oracle.
Thanks
Discussion posts and replies are publicly visible
One area to investigate would be if your application uses any SQL that would be specific to Oracle. If it is generic interaction via Appian design patterns, likely straight forward. If it is custom SQL specific to Oracle or plug-ins that use PL/SQL, those would need to be re-written.