Hello,
I am working on a sql server-to-oracle migration project with a team that isn't very experienced with Oracle. My role is just a developer/analyst but there are architects and DBAs who are also new to Oracle. What they have suggested is that we manually take each t-sql procedure and convert it to pl/sql in SQL Developer Scratch Editor and then test it. We have 1000+ procs so this approach does not seem logical to me personally. Wouldn't there be a way where DBAs/Architects can convert all procs to pl/sql at once and compare data on their own and then involve us developers/analysts only when there are discrepancies?
Thanks