Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Trouble executing data found on TABLE: exe_sel_dttime_xml (COLUMN: QUERY)
On 30 Jul 2006 14:43:35 -0700, "nicolas246_at_gmail.com"
<nicolas246_at_gmail.com> wrote:
>Hello,
>
>I want to execute using EXECUTE IMMEDIATE the data found on a table
>exe_sel_dttime_xml
>
>The following code inside a PLSQL procedure constantly gives me coding
>problems(therefore not working as it should!!):
>
>BEGIN
>FOR r
>IN (SELECT QUERY INTO v_toexecute FROM exe_sel_dttime_xml)
Lose the "INTO v_toexecute": the value of QUERY can be referenced inside the FOR-loop by r.QUERY
Jaap. Received on Thu Aug 03 2006 - 11:50:33 CDT
![]() |
![]() |