exec_imm

  • From: "R Zijlstra" <rmsah@xxxxxxxxx>
  • To: <oracle-l@xxxxxxxxxxxxx>
  • Date: Fri, 5 Mar 2004 13:06:29 +0100

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
 
 
 
 
 
 
 

Other related posts:

  • » exec_imm