Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: dbms_sql and stored procedures

Re: dbms_sql and stored procedures

From: Piotrek <piotrek_at_wasko.gliwice.pl>
Date: Thu, 20 Aug 1998 10:05:56 +0200
Message-ID: <35DBD8E4.1B048AF8@wasko.gliwice.pl>

Kevin P. Fleming wrote:

> "execute" is an SQL*Plus command, not a PL/SQL command. To do this properly,
> your v_proc variable should be built like this:
>
> v_proc := 'begin; ' || c1rec.proc_name || '; end';
>
> RichFord wrote in message <35DB4AF2.AD555C00_at_netcom.com>...
>
>

would you tell how put some parameters into selected procedure, and how extract results ....

            thanks Received on Thu Aug 20 1998 - 03:05:56 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US