I am struggling with migrating the temp tables (SQL server) to oracle. Mostly, oracle don't consider to use temporary table inside the store procedure but in sql server, they are using temp tables for small fetching record and also manipulate same. How to overcome this issue. I am also searching some online articles about migrating temp table to oracle but they are not clearly explained for my expectations. i got information like using inline view, WITH clause, ref cursor instead of temp table. I am totally confused. Please suggest me, in which case may use Inline view, WITH clause, ref cursor. This may be helpful for improve my knowledge and also doing job well.
As always thank you for your valuable time in helping out the newbies. Thanks Alsatham hussain