sybase procedure conversion to oracle procedures
657035Dec 1 2008 — edited Dec 22 2008sybase procedures as part of its code, use temporary table and perform dml operations on then and then delete the temporary tables. All the temporary tables are created inside the procedure code.
How does the tool, oracle sql developer 1.5.1, convert such type of procedures to oracle procedure.