Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Passing tablenamens as parameters to procedures
Tony
>Forgot to close the cursor:
And also:
>> rc := dbms_sql.execute(hc);
must be:
rc := dbms_sql.execute_and_fetch(hc);
followed by:
dbms_sql.column_value(hc, 1, v2);
Regards
Fernando Carvalho Received on Tue Aug 18 1998 - 08:45:23 CDT
![]() |
![]() |