Hello All,
When executing a sql statement through 'execute immediate' I want to do
something like this:
execute immediate
'select ...
bulk collect into Some_Table
from ...
where ...
and ...'
The problem is in the bulk collect statement. I tried a lot of things, but I
cannot get it to work.
Anybody a hint? Thanks
Rob Zijlstra