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

Home -> Community -> Usenet -> c.d.o.misc -> Re: PL/SQL - Parsing a dynamic cursor > 2000 chars...

Re: PL/SQL - Parsing a dynamic cursor > 2000 chars...

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Thu, 10 Jun 1999 19:30:43 +0100
Message-ID: <929039655.22402.0.nnrp-10.9e984b29@news.demon.co.uk>


There is a small example on my website of using the dbms_sql package with a
'dbms_sql.varchar2s' input which is actually an array of varchar2(256) declared as a type in the dbms_sql package.

I forget which version of Oracle this first appeared in, but I don't think it was in the very early versions of 7.

--

Jonathan Lewis
Yet another Oracle-related web site: www.jlcomp.demon.co.uk

Martin Anderson wrote in message ...
>
>I wish to code a DBMS_SQL.PARSE statement that uses multiple
>strings totalling more than 2000 bytes. I read something about
>this in the dbmssql.sql file re: the PL/SQL statement table(?)
>but have no clue how to do it. I also looked through all the docs
>
Received on Thu Jun 10 1999 - 13:30:43 CDT

Original text of this message

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