sp_executesql & temporary tables
Hi,
Trying to migrate from SQLServer2000, some of the procedure use the "sp_executesql" keyword...
How could I translate it in Oracle ?
I have also temporary tables created in some procedure...
is there a way (a buffer, table datatype,?...) to produce the same effect in Oracle but (temporary storage) but without creating tables physically ?
Thanks a lot.
Fabien