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

Re: DBMS_SQL

From: Ilia Sazonov <ilia_sazonov_at_arktur.ru>
Date: 2000/03/17
Message-ID: <38d25e67@news.ptt.ru>#1/1

This parameter determines how Oracle handles the SQL statement. The following options are recognized for this parameter: V6 - specified Version 6 behavior
V7 - specifies Oracle7 behavior
NATIVE - specifies normal behavior for the database to which the program is connected

stuarti <stuirvineNOstSPAM_at_hotmail.com.invalid> wrote in message news:0bc53918.541ae2ad_at_usw-ex0103-024.remarq.com...
> I am using the following
>
> DBMS_SQL.PARSE(v_CursorID, v_SelectStmt, DBMS_SQL.V7);
>
> Can somebody tell what DBMS_SQL.V7 is used for ???
>
> Stuart
>
> * Sent from RemarQ http://www.remarq.com The Internet's Discussion Network
 *
> The fastest and easiest way to search and participate in Usenet - Free!
>
Received on Fri Mar 17 2000 - 00:00:00 CST

Original text of this message

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