Re: Parameterized cursors in PL/SQL
From: T.C.S Sarma <tsarma_at_us.oracle.com>
Date: 1995/11/16
Message-ID: <30ABFBEC.235B_at_us.oracle.com>#1/1
Date: 1995/11/16
Message-ID: <30ABFBEC.235B_at_us.oracle.com>#1/1
>Rene,
>Trye using the package that will allow you to do dynamic PL/SQL (it
is
>documented in the book somewhere). It is similar to Method 3 of
Pro*C.
>rr
This package is DBMS_SQL.
You can run dynamic SQL statements using this package. This is well documented in 'Server Application developer's guide'.
Hope this helps,
Sarma Received on Thu Nov 16 1995 - 00:00:00 CET