Hello,
What is the best way to automate the conversion of MS SQL stored procedures to PL/SQL?
We have tried workbench in SQL developer. But the generated code did not look very optimal.
The things that are challenging for workbench are...
1. temp tables
2. conversion of data types
3. update statements with joins
Thanks